Home
last modified time | relevance | path

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

/external/XNNPACK/test/
Drmax-microkernel-tester.h46 void Test(xnn_u8_rmax_ukernel_function rmax) const { in Test()
70 void Test(xnn_f32_rmax_ukernel_function rmax) const { in Test()
/external/tensorflow/tensorflow/lite/kernels/internal/
Dquantization_util.h31 QuantizationParams ChooseQuantizationParams(double rmin, double rmax, in ChooseQuantizationParams()
102 QuantizationParams ChooseQuantizationParams(double rmin, double rmax) { in ChooseQuantizationParams()
/external/llvm-project/mlir/lib/Dialect/Quant/Utils/
DFakeQuantSupport.cpp67 double rmax, double &scale, in getNudgedScaleAndZeroPoint()
109 double rmax, bool narrowRange, in fakeQuantAttrsToType()
166 double rmax = rmaxs[axis]; in fakeQuantAttrsToType() local
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dnumerical_utils.cc63 absl::optional<double> rmax, in CalculateQuantizedRange()
Dquantization_utils.h118 double rmax = FloatAttr::getValueAsDouble(*it); in matchAndRewrite() local
136 double rmax = FloatAttr::getValueAsDouble(stats.getValue<APFloat>({1})); in matchAndRewrite() local
/external/XNNPACK/bench/
Df32-raddexpminusmax.cc23 xnn_f32_rmax_ukernel_function rmax, in f32_raddexpminusmax()
Df32-raddstoreexpminusmax.cc23 xnn_f32_rmax_ukernel_function rmax, in f32_raddstoreexpminusmax()
Df32-vscaleexpminusmax.cc22 xnn_f32_rmax_ukernel_function rmax, in f32_vscaleexpminusmax()
Df32-softmax.cc182 xnn_f32_rmax_ukernel_function rmax, in ThreePassSoftMaxWithRecomputing()
244 xnn_f32_rmax_ukernel_function rmax, in ThreePassSoftMaxWithReloading()
/external/mesa3d/src/mesa/swrast/
Ds_points.c307 const GLfloat rmax = radius + 0.7071F; in smooth_point() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c1335 const float rmax = halfSize + 0.7071F; in sp_setup_point() local
/external/XNNPACK/src/xnnpack/
Dparams.h2024 xnn_u8_rmax_ukernel_function rmax; member
2075 xnn_f32_rmax_ukernel_function rmax; member
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dportable_tensor_utils.cc81 const double rmax = std::fmax(0, *minmax.second); in PortableAsymmetricQuantizeFloats() local
Dreference_ops.h1040 float rmax = op_params.minmax.max; in FakeQuant() local
Dlegacy_reference_ops.h880 float rmin, float rmax, int num_bits, float* output_data, in FakeQuant()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.cc2254 float rmin = 0.0f, rmax = 0.0f; in NeonMinMax() local
2361 float rmin, rmax; in NeonAsymmetricQuantizeFloats() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_a_m.cc2159 float rmin, rmax; in Verify() local
/external/flac/src/libFLAC/
Dstream_encoder.c4066 FLAC__uint32 rmax; in precompute_partition_info_escapes_() local
/external/libxml2/
Dxmlschemas.c16900 xmlSchemaCheckParticleRangeOK(int rmin, int rmax, in xmlSchemaCheckParticleRangeOK()