-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-5813: [C++] Fix TensorEquals for different contiguous tensors
This change makes TensorEquals correctly calculate the equality of a row-major tensor and a column-major tensor. Author: Kenta Murata <[email protected]> Closes #4774 from mrkn/tensor_equals_for_different_contiguous and squashes the following commits: d40c3c7 <Kenta Murata> Add unequal expectations e7ef17d <Kenta Murata> Fix TensorEquals for different contiguous tensors
- Loading branch information
Showing
2 changed files
with
57 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters