From 8ee3bdb66b59e313482f28fb65c97e659951dc72 Mon Sep 17 00:00:00 2001 From: dongzhihong Date: Fri, 26 Oct 2018 11:29:33 +0800 Subject: [PATCH] "recun ci. test=develop" --- .../paddle/fluid/transpiler/memory_optimization_transpiler.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/paddle/fluid/transpiler/memory_optimization_transpiler.py b/python/paddle/fluid/transpiler/memory_optimization_transpiler.py index 7298bfe16..b34575d04 100755 --- a/python/paddle/fluid/transpiler/memory_optimization_transpiler.py +++ b/python/paddle/fluid/transpiler/memory_optimization_transpiler.py @@ -321,8 +321,7 @@ class ControlFlowGraph(object): if not compare_shape(x_shape, cache_shape, level): continue - # TODO(qijun): actually, we should compare - # dtype_to_size[x_dtype] and dtype_to_size[cache_dtype] + # TODO(qijun): dtype_to_size[x_dtype] and dtype_to_size[cache_dtype] if x_dtype != cache_dtype: continue -- GitLab