Enum caffe::Phase
[−]
[src]
pub enum Phase { Train, Test, }
The computation phase that Caffe runs with.
Variants
Train | Train phase |
Test | Test phase |
pub enum Phase { Train, Test, }
The computation phase that Caffe runs with.
Train | Train phase |
Test | Test phase |
impl Clone for Phase
fn clone(&self) -> Phase
fn clone_from(&mut self, source: &Self)
impl Copy for Phase
impl Debug for Phase