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

Method GetSizes

tensorflow/core/util/mkl_util.h:370–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368
369 inline size_t GetDimension() const { return data_.dimension_; }
370 inline const int* GetSizes() const {
371 return reinterpret_cast<const int*>(&data_.sizes_[0]);
372 }
373
374 // Returns an dnnl::memory::dims object that contains the sizes of this
375 // MklDnnShape object.

Callers 2

AddAllocationMethod · 0.45
UpdateStatsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected