Home
last modified time | relevance | path

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

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