Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/
H A Dutils.h44 void GetDataRangesForType(TfLiteType type, float* low_range, float* high_range);
H A Dutils.cc150 void GetDataRangesForType(TfLiteType type, float* low_range, in GetDataRangesForType() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/
H A Dbenchmark_tflite_model.cc599 utils::GetDataRangesForType(t.type, &low_range, &high_range); in CreateRandomTensorData()