Home
last modified time | relevance | path

Searched refs:get_param_from_index (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A Dreducer.hpp556 at::Tensor& get_param_from_index(size_t index);
H A Dreducer.cpp660 auto& variable = get_param_from_index(index); in autograd_hook()
791 at::Tensor& Reducer::get_param_from_index(size_t index) { in get_param_from_index() function in c10d::Reducer