Struct tensorflow::eager::raw_ops::QuantizeAndDequantizeV4Grad
source · pub struct QuantizeAndDequantizeV4Grad { /* private fields */ }
Expand description
QuantizeAndDequantizeV4Grad
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/QuantizeAndDequantizeV4Grad
Implementations§
source§impl QuantizeAndDequantizeV4Grad
impl QuantizeAndDequantizeV4Grad
sourcepub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the `` attribute.
sourcepub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>>(
&self,
ctx: &'a Context,
gradients: &T0,
input: &T1,
input_min: &T2,
input_max: &T3
) -> Result<[TensorHandle<'a>; 3]>
pub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>>( &self, ctx: &'a Context, gradients: &T0, input: &T1, input_min: &T2, input_max: &T3 ) -> Result<[TensorHandle<'a>; 3]>
Execute quantize_and_dequantize_v4_grad.
Trait Implementations§
source§impl Clone for QuantizeAndDequantizeV4Grad
impl Clone for QuantizeAndDequantizeV4Grad
source§fn clone(&self) -> QuantizeAndDequantizeV4Grad
fn clone(&self) -> QuantizeAndDequantizeV4Grad
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 QuantizeAndDequantizeV4Grad
impl Debug for QuantizeAndDequantizeV4Grad
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