Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ TF_OperationNumOutputs
Function
TF_OperationNumOutputs
tensorflow/c/c_api.cc:1090–1092 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1088
}
1089
1090
int TF_OperationNumOutputs(TF_Operation* oper) {
1091
return oper->node.num_outputs();
1092
}
1093
1094
TF_DataType TF_OperationOutputType(TF_Output oper_out) {
1095
return static_cast<TF_DataType>(
Callers
5
Java_org_tensorflow_GraphOperation_numOutputs
Function · 0.85
Java_org_tensorflow_GraphOperation_shape
Function · 0.85
Java_org_tensorflow_GraphOperation_dtype
Function · 0.85
TFE_AddEagerOpToGraph
Function · 0.85
TEST
Function · 0.85
Calls
1
num_outputs
Method · 0.45
Tested by
1
TEST
Function · 0.68