MCPcopy Create free account
hub / github.com/OAID/Tengine / SetInputPort

Method SetInputPort

core/include/node.hpp:224–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 }
223
224 void SetInputPort(unsigned int idx, Tensor* tensor)
225 {
226 SetNodePort(inputs_, idx, tensor);
227 }
228
229 void SetOutputPort(int idx, Tensor* tensor)
230 {

Callers 8

set_node_input_tensorFunction · 0.80
SetupConnectionMethod · 0.80
create_batch_norm_nodeFunction · 0.80
create_fc_nodeFunction · 0.80
create_prelu_nodeFunction · 0.80
create_demo_op_nodeFunction · 0.80
create_scale_nodeFunction · 0.80
create_pooling_nodeFunction · 0.80

Calls

no outgoing calls

Tested by 6

create_batch_norm_nodeFunction · 0.64
create_fc_nodeFunction · 0.64
create_prelu_nodeFunction · 0.64
create_demo_op_nodeFunction · 0.64
create_scale_nodeFunction · 0.64
create_pooling_nodeFunction · 0.64