Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dhardcode_min_max.cc402 const auto& first_input_array = model->GetArray(op->inputs[0]); in HardcodeMinMaxForPack() local
403 if (!first_input_array.minmax) { in HardcodeMinMaxForPack()
406 const auto& first_input_minmax = first_input_array.GetMinMax(); in HardcodeMinMaxForPack()