| Package | Description |
|---|---|
| org.bytedeco.tvm |
| Modifier and Type | Method and Description |
|---|---|
ShapeTuple |
ShapeTuple.getPointer(long i) |
ShapeTuple |
ShapeTuple.getPointer(long i) |
ShapeTuple |
ShapeTuple.position(long position) |
ShapeTuple |
ShapeTuple.position(long position) |
ShapeTuple |
ShapeTuple.put(ShapeTuple other) |
ShapeTuple |
ShapeTuple.put(ShapeTuple other) |
ShapeTuple |
NDArray.Shape() |
ShapeTuple |
NDArray.Shape() |
| Modifier and Type | Method and Description |
|---|---|
NDArray |
NDArray.CreateView(ShapeTuple shape,
DLDataType dtype)
\brief Create a NDArray that shares the data memory with the current one.
|
NDArray |
NDArray.CreateView(ShapeTuple shape,
DLDataType dtype)
\brief Create a NDArray that shares the data memory with the current one.
|
static NDArray |
NDArray.Empty(ShapeTuple shape,
DLDataType dtype,
DLDevice dev) |
static NDArray |
NDArray.Empty(ShapeTuple shape,
DLDataType dtype,
DLDevice dev) |
static NDArray |
NDArray.Empty(ShapeTuple shape,
DLDataType dtype,
DLDevice dev,
TVMStringOptional mem_scope)
\brief Create an empty NDArray.
|
static NDArray |
NDArray.Empty(ShapeTuple shape,
DLDataType dtype,
DLDevice dev,
TVMStringOptional mem_scope)
\brief Create an empty NDArray.
|
ShapeTuple |
ShapeTuple.put(ShapeTuple other) |
ShapeTuple |
ShapeTuple.put(ShapeTuple other) |
| Constructor and Description |
|---|
Container(Pointer data,
ShapeTuple shape,
DLDataType dtype,
DLDevice dev) |
Container(Pointer data,
ShapeTuple shape,
DLDataType dtype,
DLDevice dev) |
ShapeTuple(ShapeTuple other) |
ShapeTuple(ShapeTuple other) |
Copyright © 2022. All rights reserved.