Function tensorflow::eager::raw_ops::quantized_depthwise_conv2_dwith_bias
source · pub fn quantized_depthwise_conv2_dwith_bias<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>, T4: ToTensorHandle<'a>, T5: ToTensorHandle<'a>, T6: ToTensorHandle<'a>>(
ctx: &'a Context,
input: &T0,
filter: &T1,
bias: &T2,
min_input: &T3,
max_input: &T4,
min_filter: &T5,
max_filter: &T6
) -> Result<[TensorHandle<'a>; 3]>
Expand description
Shorthand for QuantizedDepthwiseConv2DWithBias::new().call(&ctx, &input, &filter, &bias, &min_input, &max_input, &min_filter, &max_filter)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/QuantizedDepthwiseConv2DWithBias