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