Home
last modified time | relevance | path

Searched refs:clone_obey_contract (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/torch/csrc/autograd/utils/
Dgrad_layout_contract.h57 inline at::Tensor clone_obey_contract( in clone_obey_contract() function
/external/pytorch/torch/csrc/autograd/functions/
Daccumulate_grad.h175 update_grad(utils::clone_obey_contract(new_grad, variable)); in accumulateGrad()
/external/pytorch/torch/csrc/distributed/c10d/
Dreducer.cpp1471 torch::autograd::utils::clone_obey_contract(bucket_view, variable); in copy_bucket_to_grad()