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

Method RuntimeShape

tensorflow/lite/kernels/internal/types.h:137–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 RuntimeShape& operator=(RuntimeShape const&) = delete;
136
137 RuntimeShape() : size_(0) {}
138
139 explicit RuntimeShape(int dimensions_count) : size_(dimensions_count) {
140 if (dimensions_count > kMaxSmallSize) {

Callers

nothing calls this directly

Calls 4

SetDimFunction · 0.85
DimensionsCountMethod · 0.80
DimsDataMethod · 0.80
ResizeFunction · 0.50

Tested by

no test coverage detected