Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ IsDynamicShape
Method
IsDynamicShape
core/include/node.hpp:312–315 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
310
float GetFops(void);
311
312
bool IsDynamicShape(void)
313
{
314
return dynamic_shape_;
315
}
316
bool SetDynamicShape(bool val)
317
{
318
dynamic_shape_ = val;
Callers
15
InferShape
Method · 0.80
PopulateDynamicShape
Method · 0.80
SaveTmNode
Method · 0.80
SaveTmNode
Method · 0.80
Run
Method · 0.80
CalculateMemBlocks
Function · 0.80
AllocateMem
Method · 0.80
GraphFuseBNScale
Function · 0.80
GraphFuseRelu6
Function · 0.80
GraphFuseConvBN
Function · 0.80
GraphFuseConvReLuCommon
Function · 0.80
Prerun
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected