#include <nn_ops.h>
Adds Tensor 'bias' to Tensor 'input' for Quantized types.
Broadcasts the values of bias on dimensions 0..N-2 of 'input'.
Arguments:
Returns:
Output
outputOutput
min_out: The float value that the lowest quantized output value represents.Output
max_out: The float value that the highest quantized output value represents. Constructors and Destructors | |
---|---|
QuantizedBiasAdd(const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input bias, ::tensorflow::Input min_input, ::tensorflow::Input max_input, ::tensorflow::Input min_bias, ::tensorflow::Input max_bias, DataType out_type) |
Public attributes | |
---|---|
max_out | |
min_out | |
output |
::tensorflow::Output max_out
::tensorflow::Output min_out
::tensorflow::Output output
QuantizedBiasAdd( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input bias, ::tensorflow::Input min_input, ::tensorflow::Input max_input, ::tensorflow::Input min_bias, ::tensorflow::Input max_bias, DataType out_type )
© 2017 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/class/tensorflow/ops/quantized-bias-add.html