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

  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
wbalance.rs 24 int min_r = -1, min_g = -1, min_b = -1;
46 if (min_b < 0) min_b = i;
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
wbalance.rs 24 int min_r = -1, min_g = -1, min_b = -1;
46 if (min_b < 0) min_b = i;
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
wbalance.rs 24 int min_r = -1, min_g = -1, min_b = -1;
46 if (min_b < 0) min_b = i;
  /external/tensorflow/tensorflow/core/kernels/
quantized_matmul_op.cc 80 const float min_b = context->input(4).flat<float>()(0); variable
88 OP_REQUIRES(context, (max_b > min_b),
89 errors::InvalidArgument("max_b must be larger than min_b."));
91 const int32 offset_b = FloatToQuantizedUnclamped<T2>(0.0f, min_b, max_b);
179 min_a, max_a, min_b, max_b, &min_c_value, &max_c_value);
quantization_utils.h 121 void QuantizationRangeForMultiplication(float min_a, float max_a, float min_b,
127 FloatForOneQuantizedLevel<T2>(min_b, max_b);
    [all...]
  /packages/apps/Gallery2/jni/filters/
wbalance.c 38 int min_r = -1, min_g = -1,min_b = -1; local
59 if (min_b < 0) min_b = i;
  /external/tensorflow/tensorflow/go/op/
wrappers.go 900 // min_b: The float value that the lowest quantized `b` value represents.
904 func QuantizedMatMul(scope *Scope, a tf.Output, b tf.Output, min_a tf.Output, max_a tf.Output, min_b tf.Output, max_b tf.Output, optional ...QuantizedMatMulAttr) (out tf.Output, min_out tf.Output, max_out tf.Output) {
915 a, b, min_a, max_a, min_b, max_b,
    [all...]

Completed in 207 milliseconds