Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 4b6c81a

Browse files
authored
Fixes table format.
1 parent 102bc5f commit 4b6c81a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rfcs/20200601-tfx-udsl-semantics.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,10 @@ combinations with synchronous execution in it. We propose to support
202202
asynchronous execution, which will help us to cover all combinations in the
203203
table.
204204

205-
| Synchronous execution | Asynchronous execution
206-
:-------------------: | :--------------------------------------------------------------------------------------------------------------: | :--------------------:
207-
**Synchronous data** | Default mode in existing TFX DSL | Not meaningful
208-
**Asynchronous data** | Supported through [Resolvers](https://github.com/tensorflow/community/blob/master/rfcs/20190828-tfx-resolver.md) | Introduced in this RFC
205+
| | Synchronous execution | Asynchronous execution|
206+
| :-------------------: | :-------------------: | :-------------------: |
207+
| **Synchronous data** | Default mode in existing TFX DSL | Not meaningful |
208+
| **Asynchronous data** | Supported through [Resolvers](https://github.com/tensorflow/community/blob/master/rfcs/20190828-tfx-resolver.md) | Introduced in this RFC |
209209

210210
By supporting asynchronous execution pipelines, we are able to address all use
211211
cases mentioned in the [Background](#Background) section:

0 commit comments

Comments
 (0)