Skip to content

Commit 418ac9a

Browse files
committed
Adjust
1 parent 338ad98 commit 418ac9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/fluid/design/motivation/refactorization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@ Compile Time -> IR -> Runtime
125125
126126
## Operator/OpWithKernel/OpKernel
127127
128-
![class_diagram](../../images/op_op_with_kern_class_diagram.dot)
128+
![class_diagram](https://raw.githubusercontent.com/PaddlePaddle/Paddle/develop/doc/fluid/images/op_op_with_kern_class_diagram.dot)
129129
130130
---
131131
132132
## Operator
133-
![class_diagram](../../images/op.dot)
133+
![class_diagram](https://raw.githubusercontent.com/PaddlePaddle/Paddle/develop/doc/fluid/images/op.dot)
134134
135135
* `Operator` is the fundamental building block of the user interface.
136136
* Operator stores input/output variable names and attributes.
@@ -141,7 +141,7 @@ Compile Time -> IR -> Runtime
141141
142142
## OpWithKernel/Kernel
143143
144-
![class_diagram](../../images/op_with_kernel.dot)
144+
![class_diagram](https://raw.githubusercontent.com/PaddlePaddle/Paddle/develop/doc/fluid/images/op_with_kernel.dot)
145145
146146
* `OpWithKernel` inherits `Operator`.
147147
* `OpWithKernel` contains a Kernel map.

0 commit comments

Comments
 (0)