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

Function GetNodeOutputNum

euler/parser/gen_node_def_input_output.cc:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205int32_t GetNodeOutputNum(const NodeDef& node_def) {
206 (void) node_def;
207 return 1;
208}
209
210} // namespace euler

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected