Home
last modified time | relevance | path

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

/aosp_15_r20/external/igt-gpu-tools/scripts/
H A Dlist-workarounds110 kernel_path = None variable
117 kernel_path = args[0] variable
119 kernel_path = options.kernel_path variable
/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() 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()
H A DCLHelpers.cpp410 const std::string kernel_path = klib.kernel_path(); in create_kernel() local
H A DCLCompileContext.cpp160const std::string &kernel_path, const StringSet &build_options_set, bool is_binary) const in create_kernel() argument
/aosp_15_r20/tools/treble/gki/
H A Drepack_gki_lib.py43 def compress_kernel(kernel_path): argument
60 def _replace_kernel(bootimg_path, kernel_path): argument
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/
H A 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
/aosp_15_r20/external/autotest/client/cros/faft/utils/
H A Dkernel_handler.py95 def dump_kernel(self, section, kernel_path): argument
106 def write_kernel(self, section, kernel_path): argument
/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() local
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dmetrics.py357 def log_kernel_metadata(kernel_name, kernel_path, kernel_module_code): argument
/aosp_15_r20/external/autotest/client/cros/faft/
H A Drpc_functions.py709 def dump(self, section, kernel_path): argument
717 def write(self, section, kernel_path): argument
/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_eager/
H A Dkernel_holder.cpp308 auto kernel_path = item_dict["kernel_path"].cast<std::string>(); in init_aoti_kernel_cache() local
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_flags.cc814 std::vector<std::string> kernel_path = in DiskImageFlagsVectorization() local
Dflags.cc591 std::vector<std::string> kernel_path = in ReadGuestConfig() local
/aosp_15_r20/external/crosvm/e2e_tests/fixture/src/
H A Dvm.rs333 let kernel_path = local_path_from_url(&cfg.kernel_url); in initiailize_artifacts() localVariable
/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config_instance.cpp419 std::string CuttlefishConfig::InstanceSpecific::kernel_path() const { in kernel_path() function in cuttlefish::CuttlefishConfig::InstanceSpecific
423 const std::string& kernel_path) { in set_kernel_path()