Searched defs:given_y_min_ (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
H A Dquantized_instance_norm.cc265 OP_REQUIRES_OK(context, context->GetAttr("given_y_min", &given_y_min_));
267 OP_REQUIRES(context, given_y_min_ < given_y_max_,
270 given_y_min_, " >= ", given_y_max_));
329 float minimum = given_y_min_, maximum = given_y_max_;
376 normed_min() = given_y_min_;
400 float given_y_min_; member in class:tensorflow::QuantizedInstanceNorm

Completed in 144 milliseconds