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 bfebce1 commit 51a107aCopy full SHA for 51a107a
backends/cadence/fusion_g3/operators/op_mean.cpp
@@ -59,7 +59,7 @@ int prepare_data(
59
return num_axis_dims;
60
}
61
62
-Tensor& mean_dim_out(
+Tensor& mean_out(
63
KernelRuntimeContext& ctx,
64
const Tensor& in,
65
optional<ArrayRef<int64_t>> dim_list,
@@ -199,4 +199,4 @@ Tensor& mean_dim_out(
199
} // namespace native
200
} // namespace G3
201
} // namespace impl
202
-} // namespace cadence
+} // namespace cadence
0 commit comments