Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ SetOperatorParam
Function
SetOperatorParam
core/lib/static_graph.cpp:383–386 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
381
}
382
383
void SetOperatorParam(StaticOp* op, any&& param)
384
{
385
op->param = std::move(param);
386
}
387
388
void AddOperatorAttr(StaticOp* op, const std::string& attr_name, any&& val)
389
{
Callers
15
LoadTmBatchNormOp
Function · 0.85
LoadTmResizeOp
Function · 0.85
LoadTmConcatOp
Function · 0.85
LoadTmConvOp
Function · 0.85
LoadTmDeconvOp
Function · 0.85
LoadTmDetectionOutputOp
Function · 0.85
LoadTmEltwiseOp
Function · 0.85
LoadTmFlattenOp
Function · 0.85
LoadTmFCOp
Function · 0.85
LoadTmLRNOp
Function · 0.85
LoadTmNormalizeOp
Function · 0.85
LoadTmPermuteOp
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected