Struct tensorflow::ops::DepthToSpaceInst
source · pub struct DepthToSpaceInst {
pub op: Operation,
}
Expand description
An instance of ‘DepthToSpace’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built DepthToSpace Operation in a Tensorflow graph.
Implementations§
Trait Implementations§
source§impl Clone for DepthToSpaceInst
impl Clone for DepthToSpaceInst
source§fn clone(&self) -> DepthToSpaceInst
fn clone(&self) -> DepthToSpaceInst
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DepthToSpaceInst
impl Debug for DepthToSpaceInst
source§impl From<DepthToSpaceInst> for Operation
impl From<DepthToSpaceInst> for Operation
source§fn from(inst: DepthToSpaceInst) -> Operation
fn from(inst: DepthToSpaceInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for DepthToSpaceInst
impl Send for DepthToSpaceInst
impl Sync for DepthToSpaceInst
impl Unpin for DepthToSpaceInst
impl UnwindSafe for DepthToSpaceInst
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