Searched defs:kernel_path (Results 1 – 11 of 11) sorted by relevance
/external/igt-gpu-tools/scripts/ |
D | list-workarounds | 110 kernel_path = None variable 117 kernel_path = args[0] variable 119 kernel_path = options.kernel_path variable
|
/external/ComputeLibrary/src/core/CL/ |
D | CLKernelLibrary.cpp | 49 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()
|
D | CLHelpers.cpp | 410 const std::string kernel_path = klib.kernel_path(); in create_kernel() local
|
D | CLCompileContext.cpp | 160 … const std::string &kernel_path, const StringSet &build_options_set, bool is_binary) const in create_kernel() argument
|
/external/ComputeLibrary/src/gpu/cl/ |
D | ClKernelLibrary.cpp | 1001 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/ |
D | CompileContext.cpp | 54 const std::string kernel_path = CLKernelLibrary::get().get_kernel_path(); in TEST_SUITE() local
|
/external/autotest/client/cros/faft/utils/ |
D | kernel_handler.py | 95 def dump_kernel(self, section, kernel_path): argument 106 def write_kernel(self, section, kernel_path): argument
|
/external/pytorch/torch/_inductor/ |
D | metrics.py | 357 def log_kernel_metadata(kernel_name, kernel_path, kernel_module_code): argument
|
/external/pytorch/torch/csrc/inductor/aoti_eager/ |
D | kernel_holder.cpp | 308 auto kernel_path = item_dict["kernel_path"].cast<std::string>(); in init_aoti_kernel_cache() local
|
/external/crosvm/e2e_tests/fixture/src/ |
D | vm.rs | 325 let kernel_path = local_path_from_url(&cfg.kernel_url); in initiailize_artifacts() localVariable
|
/external/autotest/client/cros/faft/ |
D | rpc_functions.py | 709 def dump(self, section, kernel_path): argument 717 def write(self, section, kernel_path): argument
|