|
| ModuleValue (std::shared_ptr< Module > module) |
|
std::string | kind () const override |
|
std::shared_ptr< SugaredValue > | attr (const SourceRange &loc, Method &m, const std::string &field) override |
|
std::shared_ptr< SugaredValue > | call (const SourceRange &loc, Method &caller, at::ArrayRef< NamedValue > inputs, at::ArrayRef< NamedValue > attributes, size_t n_binders) override |
|
std::vector< std::shared_ptr< SugaredValue > > | asTuple (const SourceRange &loc, Method &m, const c10::optional< size_t > &size_hint={}) override |
|
virtual Value * | asValue (const SourceRange &loc, Method &m) |
|
virtual void | setAttr (const SourceRange &loc, Method &m, const std::string &field, Value *newValue) |
|
virtual NoneStatus | isNone () |
|
Definition at line 279 of file init.cpp.
The documentation for this struct was generated from the following file: