MCPcopy 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

InferShapeMethod · 0.80
PopulateDynamicShapeMethod · 0.80
SaveTmNodeMethod · 0.80
SaveTmNodeMethod · 0.80
RunMethod · 0.80
CalculateMemBlocksFunction · 0.80
AllocateMemMethod · 0.80
GraphFuseBNScaleFunction · 0.80
GraphFuseRelu6Function · 0.80
GraphFuseConvBNFunction · 0.80
GraphFuseConvReLuCommonFunction · 0.80
PrerunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected