Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dcodegen.cpp99 void CodeGen::call_with_numel(void** args, int64_t numel) { in call_with_numel() function in torch::jit::tensorexpr::CodeGen
H A Dcuda_codegen.cpp1063 void CudaCodeGen::call_with_numel(void** args, int64_t numel) { in call_with_numel() function in torch::jit::tensorexpr::CudaCodeGen
H A Dllvm_codegen.cpp425 void LLVMCodeGen::call_with_numel(void** args, int64_t /* numel */) { in call_with_numel() function in LLVMCodeGen