Home
last modified time | relevance | path

Searched refs:CompileTargetBinary (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Damdgpu_compiler.h46 StatusOr<std::pair<std::string, std::vector<uint8_t>>> CompileTargetBinary(
H A Damdgpu_compiler.cc134 AMDGPUCompiler::CompileTargetBinary(const HloModuleConfig& module_config, in CompileTargetBinary() function in xla::gpu::AMDGPUCompiler
H A Dnvptx_compiler.h52 StatusOr<std::pair<std::string, std::vector<uint8_t>>> CompileTargetBinary(
H A Dgpu_compiler.h143 CompileTargetBinary(const HloModuleConfig& module_config,
H A Dnvptx_compiler.cc328 NVPTXCompiler::CompileTargetBinary(const HloModuleConfig& module_config, in CompileTargetBinary() function in xla::gpu::NVPTXCompiler
H A Dgpu_compiler.cc1132 CompileTargetBinary(module_config, llvm_module, gpu_version, in CompileToTargetBinary()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dllvm_compiler_test.cc62 StatusOr<std::pair<std::string, std::vector<uint8_t>>> CompileTargetBinary( in CompileTargetBinary() function in xla::gpu::GpuDummyCompiler