pub enum ImageTensorLayout {
Nhwc,
Nchw,
}Variantsยง
Trait Implementationsยง
Sourceยงimpl Clone for ImageTensorLayout
impl Clone for ImageTensorLayout
Sourceยงfn clone(&self) -> ImageTensorLayout
fn clone(&self) -> ImageTensorLayout
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ImageTensorLayout
Sourceยงimpl Debug for ImageTensorLayout
impl Debug for ImageTensorLayout
Auto Trait Implementationsยง
impl Freeze for ImageTensorLayout
impl RefUnwindSafe for ImageTensorLayout
impl Send for ImageTensorLayout
impl Sync for ImageTensorLayout
impl Unpin for ImageTensorLayout
impl UnsafeUnpin for ImageTensorLayout
impl UnwindSafe for ImageTensorLayout
Blanket Implementationsยง
Sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more