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

Function GetRNBNodeOutputNum

euler/parser/gen_node_def_input_output.cc:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160int32_t GetRNBNodeOutputNum(const NodeDef& node_def) {
161 (void) node_def;
162 return 4;
163}
164
165int32_t GetNBNodeOutputNum(const NodeDef& node_def) {
166 (void) node_def;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected