Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dcustom_function.h121 struct TORCH_API AutogradContext { struct
124 AutogradContext& operator=(const AutogradContext& other) = delete; argument
127 ska::flat_hash_map<std::string, at::IValue> saved_data;
163 // The CppNode in the autograd graph that owns this AutogradContext. We need a argument
181 AutogradContext ctx_; argument