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