| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
Tensor |
TensorResult.MoveValueUnsafe() |
Tensor |
TensorResult.multiply() |
Tensor |
TensorResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
Tensor |
TensorResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Tensor.Equals(Tensor other) |
boolean |
Tensor.Equals(Tensor other,
EqualOptions arg1) |
| Constructor and Description |
|---|
TensorResult(Tensor value)
Constructs a Result object that contains
value. |
| Modifier and Type | Method and Description |
|---|---|
static MessageUniqueResult |
arrow.GetTensorMessage(Tensor tensor,
MemoryPool pool)
\brief EXPERIMENTAL: Convert arrow::Tensor to a Message with minimal memory
allocation
|
static Status |
arrow.GetTensorSize(Tensor tensor,
long[] size) |
static Status |
arrow.GetTensorSize(Tensor tensor,
LongBuffer size) |
static Status |
arrow.GetTensorSize(Tensor tensor,
LongPointer size)
\brief Compute the number of bytes needed to write a tensor including metadata
|
static boolean |
arrow.TensorEquals(Tensor left,
Tensor right) |
static boolean |
arrow.TensorEquals(Tensor left,
Tensor right,
EqualOptions arg2) |
static Status |
arrow.WriteTensor(Tensor tensor,
OutputStream dst,
int[] metadata_length,
long[] body_length) |
static Status |
arrow.WriteTensor(Tensor tensor,
OutputStream dst,
IntBuffer metadata_length,
LongBuffer body_length) |
static Status |
arrow.WriteTensor(Tensor tensor,
OutputStream dst,
IntPointer metadata_length,
LongPointer body_length)
\brief Write arrow::Tensor as a contiguous message.
|
Copyright © 2021. All rights reserved.