Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dir.cpp553 struct LintImpl { in lint() struct
554 LintImpl(const Graph& g) in lint() argument
558 const Graph& g; in lint()
559 std::unique_ptr<LintScope> scope; in lint()
560 std::unordered_set<size_t> seen_uniques; in lint()
561 std::unordered_map<const Node*, int64_t> anticipated_uses; in lint()
562 node_set all_nodes_set; in lint()
563 node_set sum_set; in lint()
565 void check_value(const Value* v) { in lint()
577 void check_node(const Node* n) { in lint()
[all …]