Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.cc316 const int item_input_size = item->input_size(); in ReplaceInputWithConst() local
317 if (input_index < 0 || input_index >= item_input_size) { in ReplaceInputWithConst()