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

Function GetEdgeInputs

euler/parser/gen_node_def_input_output.cc:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void GetEdgeInputs(const NodeDef& pre_node, NodeDef* node) {
130 (void) pre_node;
131 BEGIN_INPUT_GEN();
132}
133
134void SampleNodeInputs(const NodeDef& pre_node, NodeDef* node) {
135 (void) pre_node;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected