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