diff --git a/ethosu/regor/compiler/scheduler_decompose.cpp b/ethosu/regor/compiler/scheduler_decompose.cpp index c8918d003e0aa3feaaf9d6c87463e0afd695490e..bd02b2417ab76c00e73fec5068b119e376cd7e52 100644 --- a/ethosu/regor/compiler/scheduler_decompose.cpp +++ b/ethosu/regor/compiler/scheduler_decompose.cpp @@ -555,6 +555,8 @@ Slice(SchedulerTensor *tensor, const Shape &offset, const Shape &shape, Shape re return SliceT(tensor, offset, shape, readShape, stepXY); case DataType::Int32: return SliceT(tensor, offset, shape, readShape, stepXY); + case DataType::Int64: + return SliceT(tensor, offset, shape, readShape, stepXY); case DataType::Int48: { auto slice = SliceT(tensor, offset, shape, readShape, stepXY);