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

Method GetDefaultLayoutForR3

tensorflow/compiler/xla/layout_util.cc:130–132  ·  view source on GitHub ↗

static */

Source from the content-addressed store, hash-verified

128}
129
130/* static */ Layout LayoutUtil::GetDefaultLayoutForR3() {
131 return CreateDefaultLayoutForRank(3);
132}
133
134/* static */ Layout LayoutUtil::GetDefaultLayoutForR4() {
135 return CreateDefaultLayoutForRank(4);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected