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

Function GetNBNodeOutputNum

euler/parser/gen_node_def_input_output.cc:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165int32_t GetNBNodeOutputNum(const NodeDef& node_def) {
166 (void) node_def;
167 return 4;
168}
169
170int32_t GetNodeTOutputNum(const NodeDef& node_def) {
171 (void) node_def;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected