Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_tensor
Function · 0.80
CreateNodeFromStatic
Method · 0.80
create_batch_norm_node
Function · 0.80
create_fc_node
Function · 0.80
create_prelu_node
Function · 0.80
create_demo_op_node
Function · 0.80
create_scale_node
Function · 0.80
create_pooling_node
Function · 0.80
Calls
no outgoing calls
Tested by
6
create_batch_norm_node
Function · 0.64
create_fc_node
Function · 0.64
create_prelu_node
Function · 0.64
create_demo_op_node
Function · 0.64
create_scale_node
Function · 0.64
create_pooling_node
Function · 0.64