Add LinSpace Operator
Summary: This commit adds the linspace op for dragon, torch and tensorflow. And, a workaround for truncated int interval is made to range/linspace (up to 2**57).
Showing
with
1044 additions
and
55 deletions
docs/api/python/dragon/argsort.rst
0 → 100644
docs/api/python/dragon/linspace.rst
0 → 100644
docs/api/python/tensorflow/linspace.rst
0 → 100644
docs/api/python/torch/argsort.rst
0 → 100644
docs/api/python/torch/linspace.rst
0 → 100644
docs/api/python/torch/transpose.rst
0 → 100644
dragon/kernels/array/linspace_op_kernel.cc
0 → 100644
dragon/kernels/array/linspace_op_kernel.cu
0 → 100644
dragon/operators/array/linspace_op.cc
0 → 100644
-
Please register or sign in to post a comment