- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for dst_input (0.05 seconds)
-
tensorflow/c/c_api.cc
} void TF_OperationAllInputs(TF_Operation* oper, TF_Output* inputs, int max_inputs) { for (auto* edge : oper->node.in_edges()) { if (edge->dst_input() >= 0 && edge->dst_input() < max_inputs) { inputs[edge->dst_input()] = {ToOperation(edge->src()), edge->src_output()}; } } } int TF_OperationOutputNumConsumers(TF_Output oper_out) {
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Oct 04 05:55:32 GMT 2025 - 102.4K bytes - Click Count (0)