16 Tensor
Arange(
const Tensor& start,
const Tensor& stop,
const Tensor& step);
23 #ifdef BUILD_SYCL_MODULE
30 #ifdef BUILD_CUDA_MODULE
31 void ArangeCUDA(
const Tensor& start,
void ArangeCPU(const Tensor &start, const Tensor &stop, const Tensor &step, Tensor &dst)
void ArangeSYCL(const Tensor &start, const Tensor &stop, const Tensor &step, Tensor &dst)
Tensor Arange(const Tensor &start, const Tensor &stop, const Tensor &step)
Generic file read and write utility for python interface.