Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ AddOutputTensor
Method
AddOutputTensor
core/include/node.hpp:217–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
215
}
216
217
void AddOutputTensor(Tensor* tensor)
218
{
219
int idx = outputs_.size();
220
221
SetOutputPort(idx, tensor);
222
}
223
224
void SetInputPort(unsigned int idx, Tensor* tensor)
225
{
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