#include <nn_ops.h>
Produces the average pool of the input tensor for quantized types.
Arguments:
[batch, height, width, channels]
.Returns:
Output
outputOutput
min_output: The float value that the lowest quantized output value represents.Output
max_output: The float value that the highest quantized output value represents. Constructors and Destructors | |
---|---|
QuantizedAvgPool(const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input min_input, ::tensorflow::Input max_input, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding) |
Public attributes | |
---|---|
max_output | |
min_output | |
output |
::tensorflow::Output max_output
::tensorflow::Output min_output
::tensorflow::Output output
QuantizedAvgPool( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input min_input, ::tensorflow::Input max_input, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding )
© 2018 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-avg-pool.html