Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dscript_init.cpp433 struct VISIBILITY_HIDDEN ModuleSelf : public Self { struct
434 ModuleSelf(std::shared_ptr<ConcreteModuleType> concreteType) in ModuleSelf() function
437 std::shared_ptr<SugaredValue> makeSugared(Value* v) const override { in makeSugared()
442 ClassTypePtr getClassType() const override { in getClassType()
447 std::shared_ptr<ConcreteModuleType> concreteType_;