- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for control_outputs (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
tensorflow/c/c_api_function.cc
if (TF_GetCode(status) != TF_OK) return nullptr; // Compute body nodes. std::vector<const Node*> control_output_nodes; control_output_nodes.reserve(ncontrol_outputs); for (int i = 0; i < ncontrol_outputs; ++i) { control_output_nodes.push_back(&control_outputs[i]->node); } // Do the actual function creation. DCHECK(append_hash_to_fn_name <= 1); tensorflow::FunctionDef fdef;
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Oct 12 16:27:48 GMT 2024 - 13.7K bytes - Click Count (0) -
tensorflow/c/c_api.h
// function. // // The arguments of TF_GraphToFunction have the same meaning, but the new // arguments are as follows: // // ncontrol_outputs: Number of control outputs of the function. // control_outputs: vector of TF_Operation objects to be marked as control // outputs of the function. Operations marked as control outputs are // guaranteed to execute.
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Oct 26 21:08:15 GMT 2023 - 82.3K bytes - Click Count (0)