Home
last modified time | relevance | path

Searched defs:needs_adjustment (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/lib/
H A Dmathutil.h81 const bool needs_adjustment = (rounded_toward_zero >= 0) && in CeilOrFloorOfRatio() local
89 const bool needs_adjustment = (rounded_toward_zero <= 0) && in CeilOrFloorOfRatio() local
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/math/
H A Dmath_util.h139 const bool needs_adjustment = in CeilOrFloorOfRatio() local
148 const bool needs_adjustment = in CeilOrFloorOfRatio() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
H A Dquantization_driver.cc1090 bool needs_adjustment = false; in SetBiasParamsWithAdjustments() local