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

Function GetNodeInputs

euler/parser/gen_node_def_input_output.cc:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void GetNodeInputs(const NodeDef& pre_node, NodeDef* node) {
145 (void) pre_node;
146 BEGIN_INPUT_GEN();
147}
148
149/* output */
150int32_t SampleNBOutputNum(const NodeDef& node_def) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected