Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dpeephole_non_tensor.cpp93 struct PeepholeOptimizeNonTensorImpl { struct
94 PeepholeOptimizeNonTensorImpl(std::shared_ptr<Graph> graph) in PeepholeOptimizeNonTensorImpl() argument
97 bool run() { in run()
101 bool optimizeBlock(Block* block) { in optimizeBlock()
275 std::shared_ptr<Graph> graph_;