Skip to content

Commit

Permalink
#14898: make pool_sum deprecated to deter usage
Browse files Browse the repository at this point in the history
  • Loading branch information
bbradelTT committed Jan 27, 2025
1 parent 228eff4 commit 34e9347
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ struct Reduce {
};

// Entry point for pool op, which uses non-standard tensors that cannot be padded.
[[deprecated]]
Tensor pool_sum(
const Tensor& input_tensor_arg,
int dim_arg,
Expand Down

0 comments on commit 34e9347

Please sign in to comment.