Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dfake_quant_ops_functor.h179 const auto below_min = in operator() local
182 backprop_wrt_min.device(d) = (gradients * below_min).sum(); in operator()
262 const auto below_min = in operator() local
267 (gradients_chip * below_min).sum(reduce); in operator()
/external/autotest/client/site_tests/policy_PolicyRefreshRate/
Dcontrol.below_min6 NAME = 'policy_PolicyRefreshRate.below_min'
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dfake_quantize_ops.cc260 xla::XlaOp below_min = xla::Lt(input, nudged_input_min); in Compile() local
261 xla::XlaOp select1 = xla::Select(below_min, gradient, zeroes); in Compile()