Enum tfdeploy::ops::nn::local_patch::DataFormat [−][src]
pub enum DataFormat {
NHWC,
}Variants
NHWC
Trait Implementations
impl Debug for DataFormat[src]
impl Debug for DataFormatfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for DataFormat[src]
impl Clone for DataFormatfn clone(&self) -> DataFormat[src]
fn clone(&self) -> DataFormatReturns 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 DataFormatAuto Trait Implementations
impl Send for DataFormat
impl Send for DataFormatimpl Sync for DataFormat
impl Sync for DataFormat