Home
last modified time | relevance | path

Searched defs:new_grad (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/autograd/utils/
H A Dgrad_layout_contract.h58 const at::Tensor& new_grad, in clone_obey_contract()
/aosp_15_r20/external/pytorch/torch/csrc/autograd/functions/
H A Daccumulate_grad.cpp36 at::Tensor new_grad = std::move(grads[0]); in apply() local
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dautograd_meta.cpp187 Tensor new_grad(new_grad_base); in set_fw_grad() local
H A DFunctionsManual.cpp6089 auto new_grad = at::where(mask_first_zero, self_t, self_p).cumprod(dim); in cumprod_jvp() local
/aosp_15_r20/external/pytorch/torch/csrc/inductor/
H A Dinductor_ops.cpp72 static void accumulate_grad_(const Tensor& variable, const Tensor& new_grad) { in accumulate_grad_()
/aosp_15_r20/external/pytorch/torch/_dynamo/polyfills/
H A D__init__.py50 def accumulate_grad(x, new_grad): argument
/aosp_15_r20/external/pytorch/aten/src/ATen/templates/
H A DTensorBody.h511 void _set_fw_grad(const TensorBase& new_grad, uint64_t level, bool is_inplace_op) const { in _set_fw_grad()
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DTensorBase.h791 void _set_fw_grad(const TensorBase& new_grad, uint64_t level, bool is_inplace_op) const { in _set_fw_grad()
/aosp_15_r20/external/pytorch/c10/core/
H A DTensorImpl.cpp68 const at::TensorBase& new_grad, in _set_fw_grad()