Enum caffe::Phase [] [src]

pub enum Phase {
    Train,
    Test,
}

The computation phase that Caffe runs with.

Variants

Train

Train phase

Test

Test phase

Trait Implementations

Derived Implementations

impl Clone for Phase

fn clone(&self) -> Phase

fn clone_from(&mut self, source: &Self)

impl Copy for Phase

impl Debug for Phase

fn fmt(&self, __arg_0: &mut Formatter) -> Result