Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow.cc2746 for (const std::string& specified_output_array : in ImportTensorFlowGraphDef() local
2748 CHECK(!absl::EndsWith(specified_output_array, ":0")) in ImportTensorFlowGraphDef()
2749 << "Unsupported explicit zero output index: " << specified_output_array; in ImportTensorFlowGraphDef()