Home
last modified time | relevance | path

Searched defs:value_ranges (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libultrahdr/third_party/image_io/src/xml/
H A Dxml_token_context.cc67 vector<DataRange>* value_ranges, bool trim_first_and_last_chars) const { in BuildTokenValueRanges()
/aosp_15_r20/external/image_io/src/xml/
H A Dxml_token_context.cc67 vector<DataRange>* value_ranges, bool trim_first_and_last_chars) const { in BuildTokenValueRanges()
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/
H A Dbenchmark_tflite_model.cc193 std::vector<std::string> value_ranges = Split(value_ranges_string, ':'); in PopulateInputValueRanges() local