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

Method operator!=

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

Source from the content-addressed store, hash-verified

434 }
435
436 bool operator!=(const StrongShape<L>& shape) const {
437 // TODO(akulik): implement better alternative.
438 return this->ToShape() != shape.ToShape();
439 }
440 bool empty() const { return DimensionsProduct() == 0; }
441
442 // Turns StrongShape into generic shape.

Callers

nothing calls this directly

Calls 1

ToShapeMethod · 0.95

Tested by

no test coverage detected