Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_tensor
Function · 0.80
SetupConnection
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