- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for input_edge (0.08 seconds)
-
tensorflow/c/c_api.cc
return -1; } return iter->second.second - iter->second.first; } TF_Output TF_OperationInput(TF_Input oper_in) { const tensorflow::Edge* edge; Status s = oper_in.oper->node.input_edge(oper_in.index, &edge); if (!s.ok()) { return {nullptr, -1}; } return {ToOperation(edge->src()), edge->src_output()}; }
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Sat Oct 04 05:55:32 GMT 2025 - 102.4K bytes - Click Count (0)