mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
Get onnxruntime/core/providers/cuda/tensor/slice.h from ort_training.
This commit is contained in:
parent
0e4080f1d6
commit
6bbc80951d
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@
|
|||
namespace onnxruntime {
|
||||
namespace cuda {
|
||||
|
||||
template <typename Tind, bool dynamic>
|
||||
class Slice final : public CudaKernel, public SliceBase {
|
||||
template <bool dynamic>
|
||||
class Slice : public CudaKernel, public SliceBase {
|
||||
public:
|
||||
Slice(const OpKernelInfo& info) : CudaKernel(info), SliceBase(info, dynamic) {}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue