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