Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ is_column_major
Method
is_column_major
cpp/src/arrow/tensor.cc:533–535 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
531
}
532
533
bool Tensor::is_column_major() const {
534
return IsTensorStridesColumnMajor(type_, shape_, strides_);
535
}
536
537
Type::type Tensor::type_id() const { return type_->id(); }
538
Callers
12
garrow_tensor_is_column_major
Function · 0.80
TensorToNdarray
Function · 0.80
TEST
Function · 0.80
TYPED_TEST_P
Function · 0.80
IntegerTensorEquals
Function · 0.80
CheckTableToTensor
Function · 0.80
CheckTableToTensorRowMajor
Function · 0.80
CheckTensor
Function · 0.80
CheckTensorRowMajor
Function · 0.80
Convert
Method · 0.80
ASSERT_OK_AND_ASSIGN
Function · 0.80
TEST_F
Function · 0.80
Calls
1
IsTensorStridesColumnMajor
Function · 0.85
Tested by
8
TEST
Function · 0.64
TYPED_TEST_P
Function · 0.64
CheckTableToTensor
Function · 0.64
CheckTableToTensorRowMajor
Function · 0.64
CheckTensor
Function · 0.64
CheckTensorRowMajor
Function · 0.64
ASSERT_OK_AND_ASSIGN
Function · 0.64
TEST_F
Function · 0.64