Home
last modified time | relevance | path

Searched defs:minmax (Results 1 – 25 of 93) sorted by relevance

1234

/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/
H A Dhardcode_min_max.cc69 const auto* minmax = input.minmax.get(); in HardcodeInputMinMaxFromOutput() local
76 const auto* minmax = model->GetArray(op->outputs[0]).minmax.get(); in HardcodeInputMinMaxFromOutput() local
94 const auto* minmax = model->GetArray(input).minmax.get(); in HardcodeMinMaxForConcatenation() local
104 const auto* minmax = model->GetArray(op->outputs[0]).minmax.get(); in HardcodeMinMaxForConcatenation() local
341 auto& minmax = input_activations.GetOrCreateMinMax(); in HardcodeMinMaxForLstmCell() local
350 auto& minmax = prev_output_activations.GetOrCreateMinMax(); in HardcodeMinMaxForLstmCell() local
359 auto& minmax = output_concat_temp.GetOrCreateMinMax(); in HardcodeMinMaxForLstmCell() local
368 auto& minmax = output_activations.GetOrCreateMinMax(); in HardcodeMinMaxForLstmCell() local
385 auto& minmax = output_activations_temp.GetOrCreateMinMax(); in HardcodeMinMaxForLstmCell() local
H A Dquantize.cc180 auto& minmax = array.GetOrCreateMinMax(); in GetOrComputeMinMax() local
287 const MinMax& minmax = GetOrComputeMinMax(model, input); in ChooseQuantizationForOperatorInput() local
439 const MinMax& minmax = GetOrComputeMinMax(model, output); in ChooseQuantizationForOperatorOutput() local
468 MinMax* minmax) { in FixMinMaxPostQuantization()
H A Dresolve_fake_quant_args_from_vars.cc59 MinMax& minmax = *fakequant_op->minmax; in Run() local
H A Dread_array_minmax_and_narrow_range_from_fake_quant.cc36 const MinMax& minmax = *fq_op.minmax; in ApplyAttrsToArray() local
H A Dresolve_constant_concatenation.cc128 MinMax& minmax = concatenated_array->GetOrCreateMinMax(); in SetMinMaxForConcatenedArray() local
/aosp_15_r20/external/blktrace/
H A Dstats.h28 struct minmax { struct
36 static inline void minmax_init(struct minmax *mm) in minmax_init() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__algorithm/
H A Dminmax.h28 minmax(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b, _Compare __comp)… in minmax() function
34 minmax(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b) { in minmax() function
42 minmax(initializer_list<_Tp> __t, _Compare __comp) { in minmax() function
51 minmax(initializer_list<_Tp> __t) { in minmax() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__algorithm/
Dminmax.h28 minmax(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b, _Compare __comp)… in minmax() function
34 minmax(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b) { in minmax() function
42 minmax(initializer_list<_Tp> __t, _Compare __comp) { in minmax() function
51 minmax(initializer_list<_Tp> __t) { in minmax() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__algorithm/
Dminmax.h28 minmax(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b, _Compare __comp)… in minmax() function
34 minmax(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b) { in minmax() function
42 minmax(initializer_list<_Tp> __t, _Compare __comp) { in minmax() function
51 minmax(initializer_list<_Tp> __t) { in minmax() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__algorithm/
Dminmax.h28 minmax(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b, _Compare __comp)… in minmax() function
34 minmax(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b) { in minmax() function
42 minmax(initializer_list<_Tp> __t, _Compare __comp) { in minmax() function
51 minmax(initializer_list<_Tp> __t) { in minmax() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__algorithm/
Dminmax.h28 minmax(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b, _Compare __comp)… in minmax() function
34 minmax(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b) { in minmax() function
42 minmax(initializer_list<_Tp> __t, _Compare __comp) { in minmax() function
51 minmax(initializer_list<_Tp> __t) { in minmax() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__algorithm/
Dminmax.h28 minmax(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b, _Compare __comp)… in minmax() function
34 minmax(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b) { in minmax() function
42 minmax(initializer_list<_Tp> __t, _Compare __comp) { in minmax() function
51 minmax(initializer_list<_Tp> __t) { in minmax() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/
Dminmax.hpp36 minmax(T const& a, T const& b) { in minmax() function
42 minmax(T const& a, T const& b, BinaryPredicate comp) { in minmax() function
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_point_size.c38 float *minmax = (float *)data; in lower_point_size_intrin() local
85 float minmax[] = { min, max }; in nir_lower_point_size() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/
H A Dcalibration_reader.cc30 auto minmax = tensorid_stat.second; in GetTensorStatsAsMap() local
48 auto minmax = tensorid_stat.second; in AddCalibrationToModel() local
H A Dcalibration_logger.cc42 const auto minmax = std::minmax_element(values, values + tensor_size); in Update() local
/aosp_15_r20/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
H A DLimit.java190 private String message(final String minmax, final BigDecimal v, in message()
213 private String checkRatioLimit(final String minmax, final BigDecimal v) { in checkRatioLimit()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Delementwise_test.cc171 const auto minmax = std::minmax_element(data.begin(), data.end()); in TEST() local
201 const auto minmax = std::minmax_element(data.begin(), data.end()); in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Darray_ops.cc2874 ShapeHandle minmax; in __anon38bbb0e83c02() local
2909 ShapeHandle minmax; in __anon38bbb0e83d02() local
2940 ShapeHandle minmax; in __anon38bbb0e83e02() local
2976 ShapeHandle minmax; in __anon38bbb0e83f02() local
3040 ShapeHandle minmax; in __anon38bbb0e84002() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/calibrator/
H A Dcustom_aggregator_op.cc52 auto minmax = std::minmax_element(data, data + input_flat.size()); in Compute() local
/aosp_15_r20/external/rust/android-crates-io/crates/pest_meta/src/
Dvalidator.rs847 let minmax = ParserExpr::RepMinMax(non_progressing_node.clone(), 12, 13); in non_progressing_nonzero_repetitions_with_non_progressing_expr() localVariable
873 let minmax = ParserExpr::RepMinMax(input_progressing_node.clone(), 4, 5); in progressing_repetitions() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/
H A Dquantization_utils.cc133 const auto minmax = std::minmax_element(input, input + input_size); in FillSingleMinMax() local
284 const auto minmax = std::minmax_element(bias_data, bias_data + bias_size); in AdjustWeightsForBiasScale() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dinvalid-member-expr.cpp29 template <typename _Tp> pair<_Tp, _Tp> minmax(initializer_list<_Tp> __l) {}; in minmax() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBucketizationUtils.h138 auto minmax = sorter.aminmax(); in searchsorted_pre_check() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DLogcumsumexpKernel.cu98 auto minmax = min - max; in _log_add_exp_helper() local

1234