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