Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/cuda/
Djiterator.cu18 const c10::SmallVector<at::Scalar>& extra_args, bool return_by_ref) { in launch_jitted_vectorized_kernel_dynamic()
122 const c10::SmallVector<at::Scalar>& extra_args, bool return_by_ref) { in launch_jitted_unrolled_kernel_dynamic()
190 bool return_by_ref) { in jitted_gpu_kernel_dynamic_impl()
282 bool return_by_ref) { in jitted_gpu_kernel_dynamic()
327 bool return_by_ref) { in CompileAndLaunchKernel()
Djiterator.h35 bool return_by_ref) { in CompileAndLaunchKernel()
/external/libffi/src/riscv/
Dffi.c364 int return_by_ref = passed_by_ref(&cb, cif->rtype, 0); in ffi_call_int() local
458 int return_by_ref; in ffi_closure_inner() local
/external/pytorch/aten/src/ATen/native/cuda/
Djit_utils.cpp943 bool return_by_ref) { in generate_code()
984 bool return_by_ref) { in generate_code()
/external/pytorch/torch/csrc/cuda/
DModule.cpp368 const bool return_by_ref = THPUtils_unpackBool(return_by_ref_o); in THCPModule_cudaJiteratorCompileAndLaunchKernel() local