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

Function GetEdgeOutputNum

euler/parser/gen_node_def_input_output.cc:190–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190int32_t GetEdgeOutputNum(const NodeDef& node_def) {
191 (void) node_def;
192 return 1;
193}
194
195int32_t SampleNodeOutputNum(const NodeDef& node_def) {
196 (void) node_def;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected