Home
last modified time | relevance | path

Searched defs:GetMinMax (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/calibrator/
H A Dcalibrator_singleton.cc74 std::optional<std::pair<float, float>> CalibratorSingleton::GetMinMax( in GetMinMax() function in tensorflow::calibrator::CalibratorSingleton
/aosp_15_r20/external/executorch/backends/xnnpack/runtime/utils/
H A Dutils.cpp171 std::pair<float, float> GetMinMax(const Tensor& ft) { in GetMinMax() function