We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a281314 commit ff5399cCopy full SHA for ff5399c
kernels/portable/cpu/util/reduce_util.h
@@ -843,7 +843,7 @@ template <typename Func>
843
template <typename Func>
844
[[nodiscard]] bool parallel_for_each_reduce_over_dim_list_output_index(
845
const Tensor& in,
846
- optional<ArrayRef<int64_t>> dim_list,
+ executorch::aten::optional<ArrayRef<int64_t>> dim_list,
847
const Tensor& out,
848
const Func& func) {
849
#ifdef ET_UE_THREADPOOL
0 commit comments