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