Skip to content

Commit

Permalink
#10071: Fix rebase errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mouliraj-mcw committed Jul 11, 2024
1 parent 5ae0e8f commit a426815
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ std::vector<Tensor> _log_sigmoid_bw(const Tensor& grad, const Tensor& input, con
return grad_tensor;
}


std::vector<Tensor> _fill_zero_bw(const Tensor& grad, const Tensor& input, const MemoryConfig& output_mem_config) {
std::vector<Tensor> grad_tensor;
Tensor result = tt::tt_metal::zeros_like(grad, output_mem_config);
Expand Down

0 comments on commit a426815

Please sign in to comment.