diff --git a/doc/fluid/design/motivation/refactorization.md b/doc/fluid/design/motivation/refactorization.md index c3fe6a8beb8fd7adc59e8a87a9953589b0f77abf..10c9dd02ad622201c9e3f4aa1a45d33941259ae1 100644 --- a/doc/fluid/design/motivation/refactorization.md +++ b/doc/fluid/design/motivation/refactorization.md @@ -125,12 +125,9 @@ Compile Time -> IR -> Runtime ## Operator/OpWithKernel/OpKernel -![class_diagram](https://raw.githubusercontent.com/PaddlePaddle/FluidDoc/develop/doc/fluid/images/op_op_with_kern_class_diagram.dot) - --- ## Operator -![class_diagram](https://raw.githubusercontent.com/PaddlePaddle/FluidDoc/develop/doc/fluid/images/op.dot) * `Operator` is the fundamental building block of the user interface. * Operator stores input/output variable names and attributes. @@ -141,8 +138,6 @@ Compile Time -> IR -> Runtime ## OpWithKernel/Kernel -![class_diagram](https://raw.githubusercontent.com/PaddlePaddle/FluidDoc/develop/doc/fluid/images/op_with_kernel.dot) - * `OpWithKernel` inherits `Operator`. * `OpWithKernel` contains a Kernel map. * `OpWithKernel::Run` get device's kernel, and invoke `OpKernel::Compute`.