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

Method DimensionsCount

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

Source from the content-addressed store, hash-verified

186 }
187
188 inline int32 DimensionsCount() const { return size_; }
189 inline int32 Dims(int i) const {
190 TFLITE_DCHECK_GE(i, 0);
191 TFLITE_DCHECK_LT(i, size_);

Callers 15

Rfft2dHelperFunction · 0.80
LogSoftmaxEvalFunction · 0.80
ResizeOutputTensorFunction · 0.80
EvalFunction · 0.80
TESTFunction · 0.80
RuntimeShapeMethod · 0.80
ToRuntimeDimsFunction · 0.80
OffsetFunction · 0.80
MatchingFlatSizeFunction · 0.80
FlatSizeSkipDimFunction · 0.80
MatchingFlatSizeSkipDimFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64