Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dremove_mutation.h12 struct TORCH_API MutationRemover { struct
16 : mutation_filter_(std::move(mutation_filter)), in mutation_filter_()
26 bool isSpecialMappedOp(Node* n) { in isSpecialMappedOp()
52 AliasDb* getOrCreateAliasDb() { in getOrCreateAliasDb()
59 std::optional<std::function<bool(Node*)>> mutation_filter_;
60 std::unique_ptr<AliasDb> aliasDb_ = nullptr;
61 std::shared_ptr<Graph> graph_;