HomeSort by relevance Sort by last modified time
    Searched refs:var_max (Results 1 - 4 of 4) sorted by null

  /cts/apps/CameraITS/tests/scene0/
test_test_patterns.py 49 var_max = max(np.amax(r_tile), np.amax(gr_tile), np.amax(gb_tile),
55 white_level*var_max)
56 return np.isclose(var_max, var_min, atol=CH_TOL)
  /external/tensorflow/tensorflow/core/kernels/
quantized_batch_norm_op.cc 34 float var_min, float var_max, const Tensor& beta,
61 QuantizedToFloat(var_flat(channel), var_min, var_max);
97 float var_min, float var_max, const Tensor& beta,
126 QuantizedToFloat(var_flat(channel), var_min, var_max);
183 const float var_max = context->input(8).flat<float>()(0); variable
213 mean_max, var, var_min, var_max, beta, beta_min,
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.h 112 MV *tmp_mv, int var_max, int rd);
vp9_mcomp.c     [all...]

Completed in 899 milliseconds