Home
last modified time | relevance | path

Searched refs:QuantizedTensorToFloatInPlace (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dquantization_utils.h784 void QuantizedTensorToFloatInPlace(const Tensor& input, float min, float max, in QuantizedTensorToFloatInPlace() function
799 QuantizedTensorToFloatInPlace<T>(input, min, max, &result); in QuantizedTensorToFloat()