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

Method Equals

cpp/src/arrow/tensor.cc:539–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537Type::type Tensor::type_id() const { return type_->id(); }
538
539bool Tensor::Equals(const Tensor& other, const EqualOptions& opts) const {
540 return TensorEquals(*this, other, opts);
541}
542
543namespace {
544

Callers 1

ToTensorImplFunction · 0.45

Calls 1

TensorEqualsFunction · 0.85

Tested by

no test coverage detected