Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dhardcode_min_max.cc240 const auto& input_minmax_1 = input_array_1.GetMinMax(); in HardcodeMinMaxForSelect() local
243 CHECK_EQ(input_minmax_1.min, input_minmax_2.min); in HardcodeMinMaxForSelect()
244 CHECK_EQ(input_minmax_1.max, input_minmax_2.max); in HardcodeMinMaxForSelect()
247 output_minmax.min = input_minmax_1.min; in HardcodeMinMaxForSelect()
248 output_minmax.max = input_minmax_1.max; in HardcodeMinMaxForSelect()