Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/
H A Dquantization_util.cc168 void QuantizeArray(GraphTransformation* transformation, Model* model, in QuantizeArray() function
188 void QuantizeArray(GraphTransformation* transformation, Model* model, in QuantizeArray() function
199 return QuantizeArray<ArrayDataType::kUint8>(transformation, model, name, in QuantizeArray()
202 return QuantizeArray<ArrayDataType::kInt16>(transformation, model, name, in QuantizeArray()
205 return QuantizeArray<ArrayDataType::kInt32>(transformation, model, name, in QuantizeArray()
H A Dquantize.cc585 QuantizeArray(this, model, input, quantized_data_type, in Run()
656 QuantizeArray(this, model, input, quantized_data_type, in Run()
689 QuantizeArray(this, model, output, quantized_data_type, in Run()
H A Dquantization_util.h51 void QuantizeArray(GraphTransformation* transformation, Model* model,