Enum tfdeploy::ops::nn::local_patch::DataFormat [−][src]
pub enum DataFormat { NHWC, }
Variants
NHWC
Trait Implementations
impl Debug for DataFormat
[src]
impl Debug for DataFormat
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for DataFormat
[src]
impl Clone for DataFormat
fn clone(&self) -> DataFormat
[src]
fn clone(&self) -> DataFormat
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for DataFormat
[src]
impl Copy for DataFormat
Auto Trait Implementations
impl Send for DataFormat
impl Send for DataFormat
impl Sync for DataFormat
impl Sync for DataFormat