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

Method operator==

tensorflow/compiler/xla/layout.cc:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118bool Layout::operator==(const Layout& other) const {
119 return Equal()(*this, other);
120}
121
122std::ostream& operator<<(std::ostream& out, const Tile& tile) {
123 out << tile.ToString();

Callers

nothing calls this directly

Calls 1

EqualClass · 0.70

Tested by

no test coverage detected