fix warning in test_install_check.py, test=develop (#22087)

release/1.7
zhongpu 5 years ago committed by hong
parent 370a8e9126
commit 385ed8a5e1

@ -78,7 +78,6 @@ def run_check():
with unique_name.guard():
build_strategy = compiler.BuildStrategy()
build_strategy.enable_inplace = True
build_strategy.memory_optimize = True
inp = layers.data(name="inp", shape=[2, 2])
simple_layer = SimpleLayer("simple_layer")
out = simple_layer(inp)

Loading…
Cancel
Save