From c7ebe0e134d4c9a22bc10b14d0752b7c640e2197 Mon Sep 17 00:00:00 2001 From: "Yang Yang(Tony)" Date: Tue, 17 Oct 2017 10:34:11 -0700 Subject: [PATCH] Update refactorization.md --- doc/design/refactorization.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/design/refactorization.md b/doc/design/refactorization.md index bf24022504..f93d6155e1 100644 --- a/doc/design/refactorization.md +++ b/doc/design/refactorization.md @@ -185,9 +185,6 @@ REGISTER_OP_WITHOUT_GRADIENT(op_type, op_class, op_maker_class) 1. Call maker class to complete `proto` and `checker` 2. Using the completed `proto` and `checker`, it will add a new key-value pair to the `OpInfoMap` - -4. Invoke the `USE` macro in which the Op is used to make sure that it is linked. - --- # Backward Module (1/2) ### Create Backward Operator -- GitLab