Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dimport_source.h23 struct SourceImporterImpl : public Resolver, struct
64 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_;
H A Dimport_source.cpp108 SourceImporterImpl::SourceImporterImpl( in SourceImporterImpl() function in torch::jit::SourceImporterImpl