Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_export/passes/
H A Dconstant_folding.py49 class ConstantFolder(torch.fx.Interpreter): class
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dconstant_folding.py62 class ConstantFolder(torch.fx.Interpreter): class
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DConstantFolder.h28 explicit ConstantFolder() {} in ConstantFolder() function