| Package | Description |
|---|---|
| org.apache.tvm |
| Modifier and Type | Method and Description |
|---|---|
static NDArray |
NDArray.empty(long[] shape,
TVMType dtype)
Create an empty array on cpu given shape and type.
|
static NDArray |
NDArray.empty(long[] shape,
TVMType dtype,
Device dev)
Create an empty array given shape, type and device.
|
Copyright © 2024. All rights reserved.