tensorflow::ops::QuantizedInstanceNorm

tensorflow::ops::QuantizedInstanceNorm

#include <array_ops.h>

Quantized Instance normalization.

Summary

Arguments:

  • scope: A Scope object
  • x: A 4D input Tensor.
  • x_min: The value represented by the lowest quantized input.
  • x_max: The value represented by the highest quantized input.

Optional attributes (see Attrs):

  • output_range_given: If True, given_y_min and given_y_min and given_y_max are used as the output range. Otherwise, the implementation computes the output rang