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