Searched defs:SourceImporterImpl (Results 1 – 2 of 2) sorted by relevance
23 struct SourceImporterImpl : public Resolver, struct64 std::shared_ptr<CompilationUnit> cu_;65 std::unordered_map<std::string, std::shared_ptr<SugaredValue>> env_;66 SourceLoader source_loader_;67 std::optional<size_t> version_ = std::nullopt;68 std::unordered_set<std::string> loaded_sources_;71 std::unordered_map<QualifiedName, TreeRef> to_be_defined_;
108 SourceImporterImpl::SourceImporterImpl( in SourceImporterImpl() function in torch::jit::SourceImporterImpl