Home
last modified time | relevance | path

Searched defs:arch_str (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
H A Dgpu_kernel_to_blob_pass.cc102 for (const std::string& arch_str : architectures_) { in GetGpuBinaryBlob() local
148 for (const std::string& arch_str : architectures_) { in GetGpuBinaryBlob() local
219 const std::string& arch_str) { in ParseCudaArch()
/aosp_15_r20/development/vndk/tools/header-checker/utils/
H A Dutils.py156 def run_header_abi_linker(inputs, output_path, version_script, api, arch_str, argument
313 def run_abi_diff(old_dump_path, new_dump_path, output_path, arch_str, lib_name, argument
326 def run_and_read_abi_diff(old_dump_path, new_dump_path, arch_str, lib_name, argument
H A Dcreate_reference_dumps.py27 def __call__(self, subdir, arch_str): argument
38 def __call__(self, subdir, arch_str): argument
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/
Denvironment.cpp55 std::string arch_str = HostArchStr(); in HostArch() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dauto_mixed_precision.cc82 string arch_str = device_properties.environment().at("architecture"); in GetDeviceGPUArch() local