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