Replace loop iteration with `chip` (#15289)
In unique_op.cc, the ouput tensor was generated
through loop iteration. It seems that this could be
improved through Eigen's `chip`.
The fix addresses this improvement.
Signed-off-by:
Yong Tang <yong.tang.github@outlook.com>
Loading
Please sign in to comment