Searched refs:normed_max (Results 1 – 1 of 1) sorted by relevance
370 Eigen::Tensor<float, 0, Eigen::RowMajor> normed_max; in Compute() local374 normed_max = instance_normed.maximum(); in Compute()377 normed_max() = given_y_max_; in Compute()380 if (normed_max() - normed_min() < min_separation_) { in Compute()381 normed_max() = normed_min() + min_separation_; in Compute()384 FloatToQuantizedStruct<quint8> output_f2q(normed_min(), normed_max()); in Compute()392 output_max->flat<float>()(0) = normed_max(); in Compute()