Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
537
Type::type Tensor::type_id() const { return type_->id(); }
538
539
bool Tensor::Equals(const Tensor& other, const EqualOptions& opts) const {
540
return TensorEquals(*this, other, opts);
541
}
542
543
namespace {
544
Callers
1
ToTensorImpl
Function · 0.45
Calls
1
TensorEquals
Function · 0.85
Tested by
no test coverage detected