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

Method DimSize

tensorflow/core/util/mkl_util.h:390–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388 }
389
390 inline int64 DimSize(int index) const {
391 CHECK_LT(index, sizeof(data_.sizes_) / sizeof(data_.sizes_[0]));
392 return data_.sizes_[index];
393 }
394
395 /// Return TensorShape that describes the Tensorflow shape of the tensor
396 /// represented by this MklShape.

Callers 4

GetDimensionMethod · 0.95
GetDimension3DMethod · 0.95
ComputeMethod · 0.80
ComputeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected