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