/aosp_15_r20/external/igt-gpu-tools/scripts/ |
H A D | list-workarounds | 110 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 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()
|
H A D | CLHelpers.cpp | 410 const std::string kernel_path = klib.kernel_path(); in create_kernel() local
|
H A D | CLCompileContext.cpp | 160 … const 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 D | repack_gki_lib.py | 43 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 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
|
/aosp_15_r20/external/autotest/client/cros/faft/utils/ |
H A D | kernel_handler.py | 95 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 D | CompileContext.cpp | 54 const std::string kernel_path = CLKernelLibrary::get().get_kernel_path(); in TEST_SUITE() local
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | metrics.py | 357 def log_kernel_metadata(kernel_name, kernel_path, kernel_module_code): argument
|
/aosp_15_r20/external/autotest/client/cros/faft/ |
H A D | rpc_functions.py | 709 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 D | kernel_holder.cpp | 308 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/ |
D | disk_flags.cc | 814 std::vector<std::string> kernel_path = in DiskImageFlagsVectorization() local
|
D | flags.cc | 591 std::vector<std::string> kernel_path = in ReadGuestConfig() local
|
/aosp_15_r20/external/crosvm/e2e_tests/fixture/src/ |
H A D | vm.rs | 333 let kernel_path = local_path_from_url(&cfg.kernel_url); in initiailize_artifacts() localVariable
|
/aosp_15_r20/device/google/cuttlefish/host/libs/config/ |
D | cuttlefish_config_instance.cpp | 419 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()
|