16Tensor
Arange(
const Tensor& start,
const Tensor& stop,
const Tensor& step);
23#ifdef BUILD_SYCL_MODULE
30#ifdef BUILD_CUDA_MODULE
31void ArangeCUDA(
const Tensor& start,
void ArangeSYCL(const Tensor &start, const Tensor &stop, const Tensor &step, Tensor &dst)
Definition ArangeSYCL.cpp:17
void ArangeCPU(const Tensor &start, const Tensor &stop, const Tensor &step, Tensor &dst)
Definition ArangeCPU.cpp:17
Tensor Arange(const Tensor &start, const Tensor &stop, const Tensor &step)
Definition Arange.cpp:17
Definition PinholeCameraIntrinsic.cpp:16