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 00e3f99 commit 909fb61Copy full SHA for 909fb61
kernels/portable/cpu/op_mean.cpp
@@ -47,7 +47,7 @@ Tensor& mean_dim_out(
47
48
MapReduceOverDimListPlan plan(in, dim_list);
49
// @lint-ignore CLANGTIDY facebook-hte-CArray
50
- static constexpr const char op_name[] = "add.out";
+ static constexpr const char op_name[] = "mean.out";
51
ET_SWITCH_REALHBBF16_TYPES(in.scalar_type(), ctx, op_name, CTYPE_IN, [&] {
52
ET_SWITCH_FLOATHBF16_TYPES(out.scalar_type(), ctx, op_name, CTYPE_OUT, [&] {
53
CTYPE_OUT* out_data = out.mutable_data_ptr<CTYPE_OUT>();
0 commit comments