Skip to content

Commit

Permalink
link mean dim kernels (#8053)
Browse files Browse the repository at this point in the history
Summary:

titled

Differential Revision: D68845587
  • Loading branch information
zonglinpeng authored and facebook-github-bot committed Jan 30, 2025
1 parent 0733973 commit 5754587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/cadence/fusion_g3/operators/op_mean.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ int prepare_data(
return num_axis_dims;
}

Tensor& mean_dim_out(
Tensor& mean_out(
KernelRuntimeContext& ctx,
const Tensor& in,
optional<ArrayRef<int64_t>> dim_list,
Expand Down

0 comments on commit 5754587

Please sign in to comment.