Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_sugared_value.h128 struct VISIBILITY_HIDDEN ModuleDictMethod : public SugaredValue { struct
129 explicit ModuleDictMethod(SugaredValuePtr iterable, std::string name) in ModuleDictMethod() function
132 std::string kind() const override { in kind()
136 std::shared_ptr<SugaredValue> call( in call()
149 SugaredValuePtr iterable_;
151 const std::string name_;