Home
last modified time | relevance | path

Searched refs:PytorchLLVMJITImpl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dllvm_jit.cpp159 class TORCH_API PytorchLLVMJITImpl { class
166 PytorchLLVMJITImpl( in PytorchLLVMJITImpl() function in llvm::orc::PytorchLLVMJITImpl
260 class TORCH_API PytorchLLVMJITImpl {
271 PytorchLLVMJITImpl(
354 : impl_(std::make_unique<PytorchLLVMJITImpl>(triple, cpu, attrs)) {} in PytorchLLVMJIT()
H A Dllvm_jit.h49 class PytorchLLVMJITImpl; variable
71 std::unique_ptr<PytorchLLVMJITImpl> impl_;