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

Function GetNBEdgeOutputNum

euler/parser/gen_node_def_input_output.cc:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155int32_t GetNBEdgeOutputNum(const NodeDef& node_def) {
156 (void) node_def;
157 return 3;
158}
159
160int32_t GetRNBNodeOutputNum(const NodeDef& node_def) {
161 (void) node_def;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected