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

Function SampleNodeOutputNum

euler/parser/gen_node_def_input_output.cc:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195int32_t SampleNodeOutputNum(const NodeDef& node_def) {
196 (void) node_def;
197 return 1;
198}
199
200int32_t SampleNWithTypesOutputNum(const NodeDef& node_def) {
201 (void) node_def;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected