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.
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 Freeze for QuantizeAndDequantizeV4Grad
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