Package | Description |
---|---|
org.apache.arrow.flatbuf |
Modifier and Type | Method and Description |
---|---|
TensorDim |
TensorDim.__assign(int _i,
ByteBuffer _bb) |
TensorDim |
TensorDim.Vector.get(int j) |
TensorDim |
TensorDim.Vector.get(TensorDim obj,
int j) |
static TensorDim |
TensorDim.getRootAsTensorDim(ByteBuffer _bb) |
static TensorDim |
TensorDim.getRootAsTensorDim(ByteBuffer _bb,
TensorDim obj) |
TensorDim |
Tensor.shape(int j)
The dimensions of the tensor, optionally named
|
TensorDim |
SparseTensor.shape(int j)
The dimensions of the tensor, optionally named.
|
TensorDim |
Tensor.shape(TensorDim obj,
int j) |
TensorDim |
SparseTensor.shape(TensorDim obj,
int j) |
Modifier and Type | Method and Description |
---|---|
TensorDim |
TensorDim.Vector.get(TensorDim obj,
int j) |
static TensorDim |
TensorDim.getRootAsTensorDim(ByteBuffer _bb,
TensorDim obj) |
TensorDim |
Tensor.shape(TensorDim obj,
int j) |
TensorDim |
SparseTensor.shape(TensorDim obj,
int j) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.