MCPcopy Create free account
hub / github.com/alibaba/euler / GetNodeTOutputNum

Function GetNodeTOutputNum

euler/parser/gen_node_def_input_output.cc:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170int32_t GetNodeTOutputNum(const NodeDef& node_def) {
171 (void) node_def;
172 return 1;
173}
174
175int32_t GetPOutputNum(const NodeDef& node_def) {
176 int32_t cnt = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected