NDArray::isGPU
public function isGPU(): bool;
Check if the NDArray is stored in the GPU.
Return
Type
bool
True
if NDArray is stored in the GPU,False
otherwise.
public function isGPU(): bool;
Check if the NDArray is stored in the GPU.
Type
bool
True
if NDArray is stored in the GPU,False
otherwise.