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

  /external/tensorflow/tensorflow/core/kernels/
quantized_matmul_op.cc 81 const float max_b = context->input(5).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 122 float max_b, float* min_c,
127 FloatForOneQuantizedLevel<T2>(min_b, max_b);
    [all...]
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
wbalance.rs 25 int max_r = 0, max_g = 0, max_b = 0;
47 max_b = i;
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
wbalance.rs 25 int max_r = 0, max_g = 0, max_b = 0;
47 max_b = i;
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
wbalance.rs 25 int max_r = 0, max_g = 0, max_b = 0;
47 max_b = i;
  /external/libxcam/cl_kernel/
kernel_defog_dcp.cl 83 __read_only image2d_t input_dark, float max_v, float max_r, float max_g, float max_b,
116 in_b[0] = (max_b + (in_b[0] - max_b) / transmit_map[0]) * gain;
117 in_b[1] = (max_b + (in_b[1] - max_b) / transmit_map[1]) * gain;
  /packages/apps/Gallery2/jni/filters/
wbalance.c 39 int max_r = 0, max_g = 0,max_b = 0; local
60 max_b = i;
  /external/tensorflow/tensorflow/go/op/
wrappers.go 901 // max_b: The float value that the highest 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 467 milliseconds