MCPcopy 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
454std::shared_ptr<arrow::Tensor>
455garrow_tensor_get_raw(GArrowTensor *tensor)
456{
457 auto priv = GARROW_TENSOR_GET_PRIVATE(tensor);
458 return priv->tensor;
459}

Calls

no outgoing calls

Tested by

no test coverage detected