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

Function SampleNBOutputNum

euler/parser/gen_node_def_input_output.cc:150–153  ·  view source on GitHub ↗

output */

Source from the content-addressed store, hash-verified

148
149/* output */
150int32_t SampleNBOutputNum(const NodeDef& node_def) {
151 (void) node_def;
152 return 4;
153}
154
155int32_t GetNBEdgeOutputNum(const NodeDef& node_def) {
156 (void) node_def;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected