| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
TensorResult |
TensorResult.getPointer(long i) |
static TensorResult |
Tensor.Make(DataType type,
ArrowBuffer data,
long[] shape) |
static TensorResult |
Tensor.Make(DataType type,
ArrowBuffer data,
long[] shape,
long[] strides,
StringVector dim_names) |
static TensorResult |
Tensor.Make(DataType type,
ArrowBuffer data,
LongBuffer shape) |
static TensorResult |
Tensor.Make(DataType type,
ArrowBuffer data,
LongBuffer shape,
LongBuffer strides,
StringVector dim_names) |
static TensorResult |
Tensor.Make(DataType type,
ArrowBuffer data,
LongPointer shape) |
static TensorResult |
Tensor.Make(DataType type,
ArrowBuffer data,
LongPointer shape,
LongPointer strides,
StringVector dim_names)
\brief Create a Tensor with full parameters
This factory function will return Status::Invalid when the parameters are
inconsistent
|
TensorResult |
TensorResult.position(long position) |
TensorResult |
TensorResult.put(TensorResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TensorResult.Equals(TensorResult other)
Compare to another Result.
|
TensorResult |
TensorResult.put(TensorResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
TensorResult(TensorResult other)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static TensorResult |
arrow.ReadTensor(InputStream file)
\brief Read arrow::Tensor as encapsulated IPC message in file
|
static TensorResult |
arrow.ReadTensor(Message message)
\brief EXPERIMENTAL: Read arrow::Tensor from IPC message
|
Copyright © 2021. All rights reserved.