Searched refs:control_ret (Results 1 – 5 of 5) sorted by relevance
572 for (const auto& cr : fdef.control_ret()) { in Print()833 std::map<string, string> control_ret1(f1.control_ret().begin(), in FunctionDefsEqual()834 f1.control_ret().end()); in FunctionDefsEqual()835 std::map<string, string> control_ret2(f2.control_ret().begin(), in FunctionDefsEqual()836 f2.control_ret().end()); in FunctionDefsEqual()864 std::map<string, string> control_ret(fdef.control_ret().begin(), in FunctionDefHash() local865 fdef.control_ret().end()); in FunctionDefHash()866 for (const auto& p : control_ret) { in FunctionDefHash()
82 map<string, string> control_ret = 6; field
643 for (const auto& control_ret : func.control_ret()) { in MakeGrapplerFunctionItem() local644 control_outputs.push_back({control_ret.first, control_ret.second}); in MakeGrapplerFunctionItem()
77 func_graph.get_operation_by_name(fdef.control_ret[ret_name])
832 for (const auto& control_ret : fdef.control_ret()) { in PruneFunctionBody() local833 control_ret_nodes.insert(control_ret.second); in PruneFunctionBody()1945 for (const auto& control_ret : fdef.control_ret()) { in FunctionBody() local1946 control_ret_node_names.insert(control_ret.second); in FunctionBody()