Searched refs:func_def_input (Results 1 – 2 of 2) sorted by relevance
99 const string& func_def_input, std::vector<string>* graph_def_inputs) const { in ExpandFunctionDefInput() argument102 if (IsControlInput(func_def_input)) { in ExpandFunctionDefInput()103 graph_def_inputs->push_back(func_def_input); in ExpandFunctionDefInput()116 if (Scanner(func_def_input) in ExpandFunctionDefInput()205 func_def_input); in ExpandFunctionDefInput()224 const string& graph_def_input, string* func_def_input) const { in AsFunctionDefInput()226 *func_def_input = graph_def_input; in AsFunctionDefInput()241 *func_def_input = in AsFunctionDefInput()257 *func_def_input = absl::StrCat(node_name, ":", output_name, ":", pos); in AsFunctionDefInput()268 string func_def_input; in AsFunctionDefNode() local[all …]
96 Status ExpandFunctionDefInput(const string& func_def_input,113 string* func_def_input) const;