Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_compiler.cc681 using BackendCompileResult = std::pair<std::string, std::vector<uint8>>; in CompileToTargetBinary() typedef
686 absl::optional<int> shard_number) -> StatusOr<BackendCompileResult> { in CompileToTargetBinary()
805 std::vector<StatusOr<BackendCompileResult>> compile_results( in CompileToTargetBinary()
922 using BackendCompileResult = std::pair<std::string, std::vector<uint8>>; in RunBackend() typedef
924 BackendCompileResult backend_result, in RunBackend()
1137 using BackendCompileResult = std::pair<std::string, std::vector<uint8>>; in CompileLmhloToExecutable() typedef
1138 TF_ASSIGN_OR_RETURN(BackendCompileResult backend_result, in CompileLmhloToExecutable()