|
|
|
@ -125,12 +125,12 @@ Compile Time -> IR -> Runtime
|
|
|
|
|
|
|
|
|
|
## Operator/OpWithKernel/OpKernel
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
## Operator
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
* `Operator` is the fundamental building block of the user interface.
|
|
|
|
|
* Operator stores input/output variable names and attributes.
|
|
|
|
@ -141,7 +141,7 @@ Compile Time -> IR -> Runtime
|
|
|
|
|
|
|
|
|
|
## OpWithKernel/Kernel
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
* `OpWithKernel` inherits `Operator`.
|
|
|
|
|
* `OpWithKernel` contains a Kernel map.
|
|
|
|
|