- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for control_inputs (0.14 sec)
-
tensorflow/c/c_api.cc
TF_Operation** control_inputs, int max_control_inputs) { int count = 0; for (const auto* edge : oper->node.in_edges()) { if (edge->IsControlEdge() && !edge->src()->IsSource()) { if (count < max_control_inputs) { control_inputs[count] = ToOperation(edge->src()); } ++count; } }
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 16:27:48 UTC 2024 - 102.3K bytes - Viewed (0)