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

Method CopyLayoutBetweenShapes

tensorflow/compiler/xla/layout_util.cc:392–394  ·  view source on GitHub ↗

static */

Source from the content-addressed store, hash-verified

390
391/* static */
392Status LayoutUtil::CopyLayoutBetweenShapes(const Shape& src, Shape* dst) {
393 return CopyLayoutInternal(src, dst);
394}
395
396/* static */ bool LayoutUtil::LayoutsInShapesEqual(const Shape& lhs,
397 const Shape& rhs) {

Callers

nothing calls this directly

Calls 1

CopyLayoutInternalFunction · 0.85

Tested by

no test coverage detected