Home
last modified time | relevance | path

Searched defs:kernel_path (Results 1 – 11 of 11) sorted by relevance

/external/igt-gpu-tools/scripts/
Dlist-workarounds110 kernel_path = None variable
117 kernel_path = args[0] variable
119 kernel_path = options.kernel_path variable
/external/ComputeLibrary/src/core/CL/
DCLKernelLibrary.cpp49 const std::string &kernel_path = CLKernelLibrary::get().get_kernel_path(); in create_kernel() local
56 void CLKernelLibrary::init(std::string kernel_path, cl::Context context, cl::Device device) in init()
61 void CLKernelLibrary::set_kernel_path(const std::string &kernel_path) in set_kernel_path()
DCLHelpers.cpp410 const std::string kernel_path = klib.kernel_path(); in create_kernel() local
DCLCompileContext.cpp160const std::string &kernel_path, const StringSet &build_options_set, bool is_binary) const in create_kernel() argument
/external/ComputeLibrary/src/gpu/cl/
DClKernelLibrary.cpp1001 void ClKernelLibrary::set_kernel_path(std::string kernel_path) in set_kernel_path()
1007 const std::string &ClKernelLibrary::kernel_path() const in kernel_path() function in arm_compute::opencl::ClKernelLibrary
/external/ComputeLibrary/tests/validation/CL/UNIT/
DCompileContext.cpp54 const std::string kernel_path = CLKernelLibrary::get().get_kernel_path(); in TEST_SUITE() local
/external/autotest/client/cros/faft/utils/
Dkernel_handler.py95 def dump_kernel(self, section, kernel_path): argument
106 def write_kernel(self, section, kernel_path): argument
/external/pytorch/torch/_inductor/
Dmetrics.py357 def log_kernel_metadata(kernel_name, kernel_path, kernel_module_code): argument
/external/pytorch/torch/csrc/inductor/aoti_eager/
Dkernel_holder.cpp308 auto kernel_path = item_dict["kernel_path"].cast<std::string>(); in init_aoti_kernel_cache() local
/external/crosvm/e2e_tests/fixture/src/
Dvm.rs325 let kernel_path = local_path_from_url(&cfg.kernel_url); in initiailize_artifacts() localVariable
/external/autotest/client/cros/faft/
Drpc_functions.py709 def dump(self, section, kernel_path): argument
717 def write(self, section, kernel_path): argument