Struct tensorflow::ops::BatchToSpaceNDInst
source · pub struct BatchToSpaceNDInst {
pub op: Operation,
}
Expand description
An instance of ‘BatchToSpaceND’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built BatchToSpaceND Operation in a Tensorflow graph.
Implementations§
source§impl BatchToSpaceNDInst
impl BatchToSpaceNDInst
sourcepub fn block_shape(&self) -> Input<'_>
pub fn block_shape(&self) -> Input<'_>
Returns the ‘block_shape’ Input of this ‘BatchToSpaceND’ operation.
Trait Implementations§
source§impl Clone for BatchToSpaceNDInst
impl Clone for BatchToSpaceNDInst
source§fn clone(&self) -> BatchToSpaceNDInst
fn clone(&self) -> BatchToSpaceNDInst
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 BatchToSpaceNDInst
impl Debug for BatchToSpaceNDInst
source§impl From<BatchToSpaceNDInst> for Operation
impl From<BatchToSpaceNDInst> for Operation
source§fn from(inst: BatchToSpaceNDInst) -> Operation
fn from(inst: BatchToSpaceNDInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for BatchToSpaceNDInst
impl Send for BatchToSpaceNDInst
impl Sync for BatchToSpaceNDInst
impl Unpin for BatchToSpaceNDInst
impl UnwindSafe for BatchToSpaceNDInst
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