Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ SetDynamicShape
Method
SetDynamicShape
core/include/node.hpp:316–320 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
314
return dynamic_shape_;
315
}
316
bool SetDynamicShape(bool val)
317
{
318
dynamic_shape_ = val;
319
return true;
320
}
321
322
bool InputReshaped(void)
323
{
Callers
6
CreateNodeFromStatic
Method · 0.45
PopulateDynamicShape
Method · 0.45
GraphFuseBNScale
Function · 0.45
GraphFuseRelu6
Function · 0.45
GraphFuseConvBN
Function · 0.45
GraphFuseConvReLuCommon
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected