Type alias CpuNDArrayInternal

CpuNDArray: {
    data: NDArray;
    host: "cpu";
}

Type declaration

  • data: NDArray
  • host: "cpu"

Generated using TypeDoc