Merge pull request #4764 from jacquesqiao/remove-infer-todo

remove unused todo in shape_inference.h
revert-4814-Add_sequence_project_op
Qiao Longfei 7 years ago committed by GitHub
commit 7460958143

@ -19,9 +19,6 @@ limitations under the License. */
namespace paddle {
namespace framework {
// TODO(longfei): Once after both CompileTimeInferShapeContext and
// RuntimeInferShapeContext get merged, we can rename InferShapeContext into
// InferShapeContext so to replace the current InferShapeContext.
class InferShapeContext {
public:
virtual ~InferShapeContext() {}

Loading…
Cancel
Save