Home
last modified time | relevance | path

Searched refs:get_kernel_path (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dmulti_kernel.py363 def get_kernel_path(k): function
368 "kernel1_name": get_kernel_path(self.kernels[0]),
369 "kernel2_name": get_kernel_path(self.kernels[1]),
/aosp_15_r20/external/ComputeLibrary/src/core/CL/
H A DCLKernelLibrary.cpp49 const std::string &kernel_path = CLKernelLibrary::get().get_kernel_path(); in create_kernel()
81 std::string CLKernelLibrary::get_kernel_path() in get_kernel_path() function in arm_compute::CLKernelLibrary
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/UNIT/
H A DCompileContext.cpp54 const std::string kernel_path = CLKernelLibrary::get().get_kernel_path(); in TEST_SUITE()
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/CL/
H A DCLKernelLibrary.h68 std::string get_kernel_path();