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

Method SetOutputPort

core/include/node.hpp:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 }
228
229 void SetOutputPort(int idx, Tensor* tensor)
230 {
231 SetNodePort(outputs_, idx, tensor);
232 }
233
234 void SetNodePort(std::vector<NodePortPtr>& port_list, int idx, Tensor* tensor)
235 {

Callers 8

set_node_output_tensorFunction · 0.80
CreateNodeFromStaticMethod · 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