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