Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ SetNodeOp
Function
SetNodeOp
core/lib/static_graph.cpp:347–350 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
345
}
346
347
void SetNodeOp(StaticNode* node, StaticOp* op)
348
{
349
node->op.reset(op);
350
}
351
352
StaticOp* GetNodeOp(StaticNode* node)
353
{
Callers
15
LoadTmAccuracyOp
Function · 0.85
LoadTmBatchNormOp
Function · 0.85
LoadTmResizeOp
Function · 0.85
LoadTmConcatOp
Function · 0.85
LoadTmConstOp
Function · 0.85
LoadTmConvOp
Function · 0.85
LoadTmDeconvOp
Function · 0.85
LoadTmDetectionOutputOp
Function · 0.85
LoadTmDropoutOp
Function · 0.85
LoadTmEltwiseOp
Function · 0.85
LoadTmFlattenOp
Function · 0.85
LoadTmFCOp
Function · 0.85
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected