MCPcopy Create free account
hub / github.com/apache/arrow / Equals

Method Equals

cpp/src/arrow/tensor.cc:479–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477Type::type Tensor::type_id() const { return type_->id(); }
478
479bool Tensor::Equals(const Tensor& other, const EqualOptions& opts) const {
480 return TensorEquals(*this, other, opts);
481}
482
483namespace {
484

Callers

nothing calls this directly

Calls 1

TensorEqualsFunction · 0.85

Tested by

no test coverage detected