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