Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.cc422 Status AsFunctionDefInput(const string& graph_def_input,
466 Status MakeFunctionDefHelper::AsFunctionDefInput(const string& graph_def_input, in AsFunctionDefInput() argument
468 if (IsControlInput(graph_def_input)) { in AsFunctionDefInput()
469 *func_def_input = graph_def_input; in AsFunctionDefInput()
473 const SafeTensorId tensor = ParseTensorName(graph_def_input); in AsFunctionDefInput()
501 return errors::InvalidArgument("Unknown graph def input: ", graph_def_input); in AsFunctionDefInput()