Struct tensorflow::ops::QuantizeAndDequantizeV4Grad
source · pub struct QuantizeAndDequantizeV4Grad { /* private fields */ }
Expand description
Builder for the QuantizeAndDequantizeV4Grad
operation.
Implementations§
source§impl QuantizeAndDequantizeV4Grad
impl QuantizeAndDequantizeV4Grad
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
&self,
gradients: O0,
input: O1,
input_min: O2,
input_max: O3,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>( &self, gradients: O0, input: O1, input_min: O2, input_max: O3, scope: &mut Scope ) -> Result<Operation>
Builds the QuantizeAndDequantizeV4Grad
operation.
sourcepub fn build_instance(
&self,
gradients: Output,
input: Output,
input_min: Output,
input_max: Output,
scope: &mut Scope
) -> Result<QuantizeAndDequantizeV4GradInst>
pub fn build_instance( &self, gradients: Output, input: Output, input_min: Output, input_max: Output, scope: &mut Scope ) -> Result<QuantizeAndDequantizeV4GradInst>
Builds a new instance of ‘QuantizeAndDequantizeV4Grad’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for QuantizeAndDequantizeV4Grad
impl Debug for QuantizeAndDequantizeV4Grad
source§impl Default for QuantizeAndDequantizeV4Grad
impl Default for QuantizeAndDequantizeV4Grad
source§fn default() -> QuantizeAndDequantizeV4Grad
fn default() -> QuantizeAndDequantizeV4Grad
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for QuantizeAndDequantizeV4Grad
impl Send for QuantizeAndDequantizeV4Grad
impl Sync for QuantizeAndDequantizeV4Grad
impl Unpin for QuantizeAndDequantizeV4Grad
impl UnwindSafe for QuantizeAndDequantizeV4Grad
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