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

Method GetDefaultLayoutForRank

tensorflow/compiler/xla/layout_util.cc:122–124  ·  view source on GitHub ↗

static */

Source from the content-addressed store, hash-verified

120}
121
122/* static */ Layout LayoutUtil::GetDefaultLayoutForRank(int64 rank) {
123 return CreateDefaultLayoutForRank(rank);
124}
125
126/* static */ Layout LayoutUtil::GetDefaultLayoutForR2() {
127 return CreateDefaultLayoutForRank(2);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected