Struct tensorflow::eager::raw_ops::QuantizedBiasAdd
source · pub struct QuantizedBiasAdd { /* private fields */ }
Expand description
QuantizedBiasAdd
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/QuantizedBiasAdd
Implementations§
source§impl QuantizedBiasAdd
impl QuantizedBiasAdd
sourcepub fn out_type<ArgType: Into<DataType>>(self, value: ArgType) -> Self
pub fn out_type<ArgType: Into<DataType>>(self, value: ArgType) -> Self
Sets the out_type
attribute.
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>, T4: ToTensorHandle<'a>, T5: ToTensorHandle<'a>>(
&self,
ctx: &'a Context,
input: &T0,
bias: &T1,
min_input: &T2,
max_input: &T3,
min_bias: &T4,
max_bias: &T5
) -> Result<[TensorHandle<'a>; 3]>
pub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>, T4: ToTensorHandle<'a>, T5: ToTensorHandle<'a>>( &self, ctx: &'a Context, input: &T0, bias: &T1, min_input: &T2, max_input: &T3, min_bias: &T4, max_bias: &T5 ) -> Result<[TensorHandle<'a>; 3]>
Execute quantized_bias_add.
Trait Implementations§
source§impl Clone for QuantizedBiasAdd
impl Clone for QuantizedBiasAdd
source§fn clone(&self) -> QuantizedBiasAdd
fn clone(&self) -> QuantizedBiasAdd
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 QuantizedBiasAdd
impl Debug for QuantizedBiasAdd
Auto Trait Implementations§
impl RefUnwindSafe for QuantizedBiasAdd
impl Send for QuantizedBiasAdd
impl Sync for QuantizedBiasAdd
impl Unpin for QuantizedBiasAdd
impl UnwindSafe for QuantizedBiasAdd
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