#include <array_ops.h>
Quantized Instance normalization.
Arguments:
Optional attributes (see Attrs
):
given_y_min
and given_y_min
and given_y_max
are used as the output range. Otherwise, the implementation computes the output range.y_min
if output_range_given
is True.y_max
if output_range_given
is True.y_max - y_min
Returns:
Output
y: A 4D Tensor.Output
y_min: The value represented by the lowest quantized output.Output
y_max: The value represented by the highest quantized output. Constructors and Destructors | |
---|---|
QuantizedInstanceNorm(const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input x_min, ::tensorflow::Input x_max) | |
QuantizedInstanceNorm(const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input x_min, ::tensorflow::Input x_max, const QuantizedInstanceNorm::Attrs & attrs) |
Public attributes | |
---|---|
y | |
y_max | |
y_min |
Public static functions | |
---|---|
GivenYMax(float x) | |
GivenYMin(float x) | |
MinSeparation(float x) | |
OutputRangeGiven(bool x) | |
VarianceEpsilon(float x) |
Structs | |
---|---|
tensorflow::ops::QuantizedInstanceNorm::Attrs | Optional attribute setters for QuantizedInstanceNorm. |
::tensorflow::Output y
::tensorflow::Output y_max
::tensorflow::Output y_min
QuantizedInstanceNorm( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input x_min, ::tensorflow::Input x_max )
QuantizedInstanceNorm( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input x_min, ::tensorflow::Input x_max, const QuantizedInstanceNorm::Attrs & attrs )
Attrs GivenYMax( float x )
Attrs GivenYMin( float x )
Attrs MinSeparation( float x )
Attrs OutputRangeGiven( bool x )
Attrs VarianceEpsilon( float x )
© 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-instance-norm.html