Type alias DeviceNDArrayInternal

DeviceNDArray: {
    data: NDArray;
    host: "dev";
}

Type declaration

  • data: NDArray
  • host: "dev"

Generated using TypeDoc