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

  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
rasterize.rs 129 float min_z = 1500;
146 min_z = tmp_min;
148 rsDebug("RRRRR >>>>>> getMinMax ", min_z, max_z);
154 uchar v = (uchar)(255 * (in.x - min_z) / (max_z - min_z));
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_viewport.c 192 float min_z, max_z; local
194 viewport_matrix_get_extent(mat, 2, &min_z, &max_z);
197 vp->cc[i][0] = fui(min_z);
  /external/tensorflow/tensorflow/core/kernels/
quantized_add_op_test.cc 75 {add.z, add.min_z, add.max_z}, &outputs));
166 {add.z, add.min_z, add.max_z}, &outputs));
quantized_mul_op_test.cc 75 {mul.z, mul.min_z, mul.max_z}, &outputs));
166 {mul.z, mul.min_z, mul.max_z}, &outputs));
  /external/tensorflow/tensorflow/go/op/
wrappers.go 827 func QuantizedMul(scope *Scope, x tf.Output, y tf.Output, min_x tf.Output, max_x tf.Output, min_y tf.Output, max_y tf.Output, optional ...QuantizedMulAttr) (z tf.Output, min_z tf.Output, max_z tf.Output) {
    [all...]

Completed in 265 milliseconds