Home
last modified time | relevance | path

Searched defs:rmax (Results 1 – 25 of 80) sorted by relevance

1234

/aosp_15_r20/external/XNNPACK/test/
H A Drmax-microkernel-tester.h48 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 DFakeQuantSupport.cc75 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 Dquantization_util.h31 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 Dpitch_ol.cpp302 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 Df32-softmax.cc184 xnn_f32_rmax_ukernel_function rmax, in ThreePassSoftMaxWithRecomputing()
246 xnn_f32_rmax_ukernel_function rmax, in ThreePassSoftMaxWithReloading()
H A Df32-raddstoreexpminusmax.cc26 xnn_f32_rmax_ukernel_function rmax, in f32_raddstoreexpminusmax()
H A Df32-raddexpminusmax.cc25 xnn_f32_rmax_ukernel_function rmax, in f32_raddexpminusmax()
H A Df16-raddstoreexpminusmax.cc27 xnn_f16_rmax_ukernel_function rmax, in f16_raddstoreexpminusmax()
H A Df32-vscaleexpminusmax.cc23 xnn_f32_rmax_ukernel_function rmax, in f32_vscaleexpminusmax()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
H A Dquantization_utils.h217 double rmax = FloatAttr::getValueAsDouble(*it); in matchAndRewrite() local
237 double rmax = FloatAttr::getValueAsDouble(statValues[1]); in matchAndRewrite() local
H A Dnumerical_utils.cc64 std::optional<double> rmax, int32_t qmin, in CalculateQuantizedRange()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/uniform_quant_ops/
H A Dmath_utils.cc71 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 DConjugateGradient.java151 final double rmax = delta * b.getNorm(); in solveInPlace() local
/aosp_15_r20/frameworks/base/rs/java/android/renderscript/
H A DRenderScriptGL.java91 private void validateRange(int umin, int upref, int rmin, int rmax) { in validateRange()
/aosp_15_r20/external/XNNPACK/src/operators/
H A Dsoftmax-nc.c303 xnn_rmax_ukernel_function rmax, in setup_softmax_nc_floating_point()
/aosp_15_r20/external/coreboot/src/drivers/siemens/nc_fpga/
H A Dnc_fpga.h27 uint16_t rmax; member
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/minmax/test/
Dminmax_element_test.cpp123 RCIterator rfirst(last), rlast(first), rmin, rmax; in test_minmax() local
/aosp_15_r20/external/XNNPACK/src/xnnpack/
H A Dparams.h531 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 DVtsHalMediaC2V1_0TargetAudioEncTest.cpp253 uint32_t rmax = (uint32_t)(range.max).ref<uint32_t>(); in getChannelCount() local
/aosp_15_r20/frameworks/av/media/codec2/tests/
H A DC2ComponentInterface_test.cpp372 auto rmax = prim2Value(range.max); in getTestValues() local
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/
H A Dtrace-compress.c676 unsigned int rmax = 0; in tracecmd_compress_copy_from() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c1255 const float rmax = halfSize + 0.7071F; in sp_setup_point() local
/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-fuzz-redqueen.c105 struct range *rmax = NULL; in pop_biggest_range() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dneon_tensor_utils.cc2353 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 Dportable_tensor_utils.cc81 const double rmax = static_cast<double>(std::max(0.0f, *minmax.second)); in PortableAsymmetricQuantizeFloats() local

1234