Add Sort Operator
Summary: This commit adds the sort op for dragon, torch and tensorflow. Besides, cuda implementation of topk op is now available.
Showing
with
869 additions
and
363 deletions
docs/api/python/dragon/sort.rst
0 → 100644
docs/api/python/tensorflow/argsort.rst
0 → 100644
docs/api/python/tensorflow/sort.rst
0 → 100644
docs/api/python/torch/sort.rst
0 → 100644
dragon/kernels/array/top_select_op_kernel.cu
0 → 100644
This diff is collapsed.
Click to expand it.
dragon/operators/array/sort_op.cc
0 → 100644
dragon/operators/array/sort_op.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dragon/utils/math/functional.h
0 → 100644
This diff is collapsed.
Click to expand it.
dragon/utils/math/sort.h
0 → 100644
tensorflow/core/ops/sort_ops.py
0 → 100644
-
Please register or sign in to post a comment