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