/aosp_15_r20/external/XNNPACK/test/ |
H A D | rmax-microkernel-tester.h | 48 void Test(xnn_f16_rmax_ukernel_function rmax) const { in Test() 73 void Test(xnn_f32_rmax_ukernel_function rmax) const { in Test() 98 void Test(xnn_u8_rmax_ukernel_function rmax) const { in Test()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ir/ |
H A D | FakeQuantSupport.cc | 75 double rmax, double &scale, in getNudgedScaleAndZeroPoint() 116 Location loc, unsigned numBits, double rmin, double rmax, bool narrowRange, in fakeQuantAttrsToType() 173 double rmax = rmaxs[axis]; in fakeQuantAttrsToType() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/ |
H A D | quantization_util.h | 31 QuantizationParams ChooseQuantizationParams(double rmin, double rmax, in ChooseQuantizationParams() 102 QuantizationParams ChooseQuantizationParams(double rmin, double rmax) { in ChooseQuantizationParams()
|
/aosp_15_r20/frameworks/av/media/module/codecs/amrnb/enc/src/ |
H A D | pitch_ol.cpp | 302 Word32 *rmax, /* o : max(<s[i]*s[j]>) */ in Lag_max() 618 Word32 *rmax, /* o : max(<s[i]*s[j]>) */ in Lag_max_wrapper()
|
/aosp_15_r20/external/XNNPACK/bench/ |
H A D | f32-softmax.cc | 184 xnn_f32_rmax_ukernel_function rmax, in ThreePassSoftMaxWithRecomputing() 246 xnn_f32_rmax_ukernel_function rmax, in ThreePassSoftMaxWithReloading()
|
H A D | f32-raddstoreexpminusmax.cc | 26 xnn_f32_rmax_ukernel_function rmax, in f32_raddstoreexpminusmax()
|
H A D | f32-raddexpminusmax.cc | 25 xnn_f32_rmax_ukernel_function rmax, in f32_raddexpminusmax()
|
H A D | f16-raddstoreexpminusmax.cc | 27 xnn_f16_rmax_ukernel_function rmax, in f16_raddstoreexpminusmax()
|
H A D | f32-vscaleexpminusmax.cc | 23 xnn_f32_rmax_ukernel_function rmax, in f32_vscaleexpminusmax()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ |
H A D | quantization_utils.h | 217 double rmax = FloatAttr::getValueAsDouble(*it); in matchAndRewrite() local 237 double rmax = FloatAttr::getValueAsDouble(statValues[1]); in matchAndRewrite() local
|
H A D | numerical_utils.cc | 64 std::optional<double> rmax, int32_t qmin, in CalculateQuantizedRange()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/uniform_quant_ops/ |
H A D | math_utils.cc | 71 const double rmax = static_cast<double>(std::max(0.0f, tensor_slice_max())); in AsymmetricQuantize() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/ |
H A D | ConjugateGradient.java | 151 final double rmax = delta * b.getNorm(); in solveInPlace() local
|
/aosp_15_r20/frameworks/base/rs/java/android/renderscript/ |
H A D | RenderScriptGL.java | 91 private void validateRange(int umin, int upref, int rmin, int rmax) { in validateRange()
|
/aosp_15_r20/external/XNNPACK/src/operators/ |
H A D | softmax-nc.c | 303 xnn_rmax_ukernel_function rmax, in setup_softmax_nc_floating_point()
|
/aosp_15_r20/external/coreboot/src/drivers/siemens/nc_fpga/ |
H A D | nc_fpga.h | 27 uint16_t rmax; member
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/minmax/test/ |
D | minmax_element_test.cpp | 123 RCIterator rfirst(last), rlast(first), rmin, rmax; in test_minmax() local
|
/aosp_15_r20/external/XNNPACK/src/xnnpack/ |
H A D | params.h | 531 xnn_u8_rmax_ukernel_function rmax; member 574 xnn_rmax_ukernel_function rmax; member 627 xnn_rmax_ukernel_function rmax; member
|
/aosp_15_r20/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/audio/ |
H A D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 253 uint32_t rmax = (uint32_t)(range.max).ref<uint32_t>(); in getChannelCount() local
|
/aosp_15_r20/frameworks/av/media/codec2/tests/ |
H A D | C2ComponentInterface_test.cpp | 372 auto rmax = prim2Value(range.max); in getTestValues() local
|
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/ |
H A D | trace-compress.c | 676 unsigned int rmax = 0; in tracecmd_compress_copy_from() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_setup.c | 1255 const float rmax = halfSize + 0.7071F; in sp_setup_point() local
|
/aosp_15_r20/external/AFLplusplus/src/ |
H A D | afl-fuzz-redqueen.c | 105 struct range *rmax = NULL; in pop_biggest_range() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
H A D | neon_tensor_utils.cc | 2353 float rmin = 0.0f, rmax = 0.0f; in NeonMinMax() local 2460 float rmin, rmax; in NeonAsymmetricQuantizeFloats() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
H A D | portable_tensor_utils.cc | 81 const double rmax = static_cast<double>(std::max(0.0f, *minmax.second)); in PortableAsymmetricQuantizeFloats() local
|