Skip to content

Commit 7733676

Browse files
zonglinpengfacebook-github-bot
authored andcommitted
link mean dim kernels (#8053)
Summary: titled Differential Revision: D68845587
1 parent 0733973 commit 7733676

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)