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