Home
last modified time | relevance | path

Searched refs:given_y_max_ (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dquantized_instance_norm.cc266 OP_REQUIRES_OK(context, context->GetAttr("given_y_max", &given_y_max_)); in QuantizedInstanceNorm()
267 OP_REQUIRES(context, given_y_min_ < given_y_max_, in QuantizedInstanceNorm()
270 given_y_min_, " >= ", given_y_max_)); in QuantizedInstanceNorm()
329 float minimum = given_y_min_, maximum = given_y_max_; in Compute()
377 normed_max() = given_y_max_; in Compute()
401 float given_y_max_; member in tensorflow::QuantizedInstanceNorm