Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_tflite_model.cc137 bool has_low = absl::SimpleAtoi(name_range[1], &low); in PopulateInputValueRanges() local
139 if (!has_low || !has_high || low > high) { in PopulateInputValueRanges()