Searched refs:specified_output_array (Results 1 – 1 of 1) sorted by relevance
2574 for (const string& specified_output_array : model_flags.output_arrays()) { in ImportTensorFlowGraphDef() local2575 CHECK(!absl::EndsWith(specified_output_array, ":0")) in ImportTensorFlowGraphDef()2576 << "Unsupported explicit zero output index: " << specified_output_array; in ImportTensorFlowGraphDef()