From 99e55e9e6d3e295c1a520222d1251b5c5f869f9c Mon Sep 17 00:00:00 2001 From: Marisa Kirisame Date: Tue, 16 Jul 2019 23:33:38 -0700 Subject: [PATCH] remove debug code --- tests/python/relay/test_feature.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/python/relay/test_feature.py b/tests/python/relay/test_feature.py index 0974f9a54b9bc..92ec610d9d187 100644 --- a/tests/python/relay/test_feature.py +++ b/tests/python/relay/test_feature.py @@ -42,7 +42,6 @@ def test_prelude(): def test_ad(): - return shape = (10, 10) dtype = 'float32' t = relay.TensorType(shape, dtype) @@ -62,7 +61,9 @@ def test_ad(): Feature.fLet, Feature.fRefCreate, Feature.fRefRead, - Feature.fRefWrite + Feature.fRefWrite, + Feature.fGraph, + Feature.fCGraph ])