Searched refs:control_output_nodes (Results 1 – 2 of 2) sorted by relevance
608 std::vector<const Node*> control_output_nodes; in TF_GraphToFunctionWithControlOutputs() local610 control_output_nodes.push_back(&control_outputs[i]->node); in TF_GraphToFunctionWithControlOutputs()618 input_tensors, output_tensors, output_names_vec, control_output_nodes, in TF_GraphToFunctionWithControlOutputs()
1418 const absl::flat_hash_set<string> control_output_nodes) { in CheckThatSideEffectsWillExecute() argument1441 if (control_output_nodes.contains(node->name())) { in CheckThatSideEffectsWillExecute()