Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ garrow_tensor_get_raw
Function
garrow_tensor_get_raw
c_glib/arrow-glib/tensor.cpp:454–459 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
452
}
453
454
std::shared_ptr<arrow::Tensor>
455
garrow_tensor_get_raw(GArrowTensor *tensor)
456
{
457
auto priv = GARROW_TENSOR_GET_PRIVATE(tensor);
458
return priv->tensor;
459
}
Callers
14
garrow_tensor_equal
Function · 0.85
garrow_tensor_get_value_data_type
Function · 0.85
garrow_tensor_get_value_type
Function · 0.85
garrow_tensor_get_buffer
Function · 0.85
garrow_tensor_get_shape
Function · 0.85
garrow_tensor_get_strides
Function · 0.85
garrow_tensor_get_n_dimensions
Function · 0.85
garrow_tensor_get_dimension_name
Function · 0.85
garrow_tensor_get_size
Function · 0.85
garrow_tensor_is_mutable
Function · 0.85
garrow_tensor_is_contiguous
Function · 0.85
garrow_tensor_is_row_major
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected