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

Method clear_layout

tensorflow/compiler/xla/shape.h:132–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 const Layout& layout() const { return layout_; }
131 Layout* mutable_layout() { return &layout_; }
132 void clear_layout() { layout_.Clear(); }
133
134 // Recursively clear dynamic dimension of a shape.
135 void clear_dynamic_dimensions() {

Callers 11

TEST_FFunction · 0.80
SetToDefaultLayoutMethod · 0.80
ClearLayoutMethod · 0.80
CopyLayoutInternalFunction · 0.80
TEST_FFunction · 0.80
PYBIND11_MODULEFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
AllLayoutsOfFunction · 0.80

Calls 1

ClearMethod · 0.45

Tested by 7

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
AllLayoutsOfFunction · 0.64