MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / set

Method set

tensorflow/lite/delegates/gpu/common/shape.h:611–614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609
610template <Axis D>
611inline bool Shape::set(int32_t t) {
612 return DispatchByLayout(
613 layout, internal_shape::DimensionSetterFixedAxisFunc<D>{this, t});
614}
615
616inline bool Shape::set(Axis d, int32_t t) {
617 return DispatchByLayout(layout,

Callers 3

TESTFunction · 0.45
operator()Method · 0.45
onConfiguredMethod · 0.45

Calls 1

DispatchByLayoutFunction · 0.85

Tested by 1

TESTFunction · 0.36