MCPcopy 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

CreateNodeFromStaticMethod · 0.45
PopulateDynamicShapeMethod · 0.45
GraphFuseBNScaleFunction · 0.45
GraphFuseRelu6Function · 0.45
GraphFuseConvBNFunction · 0.45
GraphFuseConvReLuCommonFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected