Skip to content

Commit 30a5c27

Browse files
zonglinpengfacebook-github-bot
authored andcommitted
Revert to use mean_out than mean_dim_out
Summary: titled Differential Revision: D68797825
1 parent 5e101e0 commit 30a5c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/cadence/fusion_g3/operators/op_mean.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ int prepare_data(
6060
return num_axis_dims;
6161
}
6262

63-
Tensor& mean_dim_out(
63+
Tensor& mean_out(
6464
KernelRuntimeContext& ctx,
6565
const Tensor& in,
6666
optional<ArrayRef<int64_t>> dim_list,

0 commit comments

Comments
 (0)