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

Function SampleEdgeOutputNum

euler/parser/gen_node_def_input_output.cc:185–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185int32_t SampleEdgeOutputNum(const NodeDef& node_def) {
186 (void) node_def;
187 return 1;
188}
189
190int32_t GetEdgeOutputNum(const NodeDef& node_def) {
191 (void) node_def;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected