Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
118
bool Layout::operator==(const Layout& other) const {
119
return Equal()(*this, other);
120
}
121
122
std::ostream& operator<<(std::ostream& out, const Tile& tile) {
123
out << tile.ToString();
Callers
nothing calls this directly
Calls
1
Equal
Class · 0.70
Tested by
no test coverage detected