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

Method GetDefaultLayoutForR2

tensorflow/compiler/xla/layout_util.cc:126–128  ·  view source on GitHub ↗

static */

Source from the content-addressed store, hash-verified

124}
125
126/* static */ Layout LayoutUtil::GetDefaultLayoutForR2() {
127 return CreateDefaultLayoutForRank(2);
128}
129
130/* static */ Layout LayoutUtil::GetDefaultLayoutForR3() {
131 return CreateDefaultLayoutForRank(3);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected