feat: Add backend-agnostic forward kernel for Slice
Context
This MR is intended to add a backend-agnostic forward kernel implementation for Slice Operator.
Modified files
-
Slice.hpp
andSlice.cpp
, add forward kernel implementation; -
Test_SliceImpl.cpp
, add unit tests to Slice Op;