Searched refs:BackendCompileResult (Results 1 – 1 of 1) sorted by relevance
681 using BackendCompileResult = std::pair<std::string, std::vector<uint8>>; in CompileToTargetBinary() typedef686 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() typedef924 BackendCompileResult backend_result, in RunBackend()1137 using BackendCompileResult = std::pair<std::string, std::vector<uint8>>; in CompileLmhloToExecutable() typedef1138 TF_ASSIGN_OR_RETURN(BackendCompileResult backend_result, in CompileLmhloToExecutable()