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