File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
doc/fluid/design/motivation Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -125,12 +125,12 @@ Compile Time -> IR -> Runtime
125
125
126
126
## Operator/OpWithKernel/OpKernel
127
127
128
- 
128
+ 
129
129
130
130
---
131
131
132
132
## Operator
133
- 
133
+ 
134
134
135
135
* `Operator` is the fundamental building block of the user interface.
136
136
* Operator stores input/output variable names and attributes.
@@ -141,7 +141,7 @@ Compile Time -> IR -> Runtime
141
141
142
142
## OpWithKernel/Kernel
143
143
144
- 
144
+ 
145
145
146
146
* `OpWithKernel` inherits `Operator`.
147
147
* `OpWithKernel` contains a Kernel map.
You can’t perform that action at this time.
0 commit comments