Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/
H A Dbenchmark_tflite_model.cc191 const std::string& names_string, const std::string& value_ranges_string, in PopulateInputValueRanges() argument
193 std::vector<std::string> value_ranges = Split(value_ranges_string, ':'); in PopulateInputValueRanges()
251 const std::string& value_ranges_string, in PopulateInputLayerInfo() argument
290 PopulateInputValueRanges(names_string, value_ranges_string, info)); in PopulateInputLayerInfo()