Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ AddInputTensor
Method
AddInputTensor
core/include/node.hpp:210–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
}
209
210
void AddInputTensor(Tensor* tensor)
211
{
212
int idx = inputs_.size();
213
214
SetInputPort(idx, tensor);
215
}
216
217
void AddOutputTensor(Tensor* tensor)
218
{
Callers
5
AddConstNodeToSubGraph
Function · 0.80
GraphFuseBNScale
Function · 0.80
GraphFuseRelu6
Function · 0.80
GraphFuseConvBN
Function · 0.80
GraphFuseConvReLuCommon
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected