Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dinsert_guards.cpp8 struct GuardInserter { struct
9 GuardInserter(std::shared_ptr<Graph> graph) : graph_(std::move(graph)) {} in GuardInserter() argument
11 void run() { in run()
17 void insertGuards(Block* b) { in insertGuards()
42 std::shared_ptr<Graph> graph_;