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

Method operator==

tensorflow/compiler/xla/layout.h:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 TileProto ToProto() const;
44
45 bool operator==(const Tile& other) const {
46 return dimensions() == other.dimensions();
47 }
48 bool operator!=(const Tile& other) const { return !(*this == other); }
49
50 string ToString() const;

Callers

nothing calls this directly

Calls 1

dimensionsMethod · 0.45

Tested by

no test coverage detected