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

Function SampleNodeInputs

euler/parser/gen_node_def_input_output.cc:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void SampleNodeInputs(const NodeDef& pre_node, NodeDef* node) {
135 (void) pre_node;
136 BEGIN_INPUT_GEN();
137}
138
139void SampleNWithTypesInputs(const NodeDef& pre_node, NodeDef* node) {
140 (void) pre_node;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected