Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_function.cpp748 std::vector<std::optional<at::Tensor>>& tensors_to_save, in _get_tensors_to_save()
806 const std::vector<std::optional<at::Tensor>>& tensors_to_save, in _save_variables()
1108 std::vector<std::optional<at::Tensor>> tensors_to_save{}; in process_outputs() local