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

Method operator==

tensorflow/lite/delegates/gpu/common/shape.h:431–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429 constexpr static Layout layout = L;
430
431 bool operator==(const StrongShape<L>& shape) const {
432 // TODO(akulik): implement better alternative.
433 return this->ToShape() == shape.ToShape();
434 }
435
436 bool operator!=(const StrongShape<L>& shape) const {
437 // TODO(akulik): implement better alternative.

Callers

nothing calls this directly

Calls 1

ToShapeMethod · 0.95

Tested by

no test coverage detected