Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_sugared_value.h163 struct VISIBILITY_HIDDEN ModuleValue : public SugaredValue { struct
164 ModuleValue(Value* self, std::shared_ptr<ConcreteModuleType> concreteType) in ModuleValue() function
167 std::string kind() const override { in kind()
256 std::shared_ptr<ModuleValue>& self, argument