提交 622487f5 编写于 作者: A Amit Patankar 提交者: Gunhan Gulsoy

Fixing the item_test failure. (#15799)

上级 78ab389f
......@@ -53,7 +53,7 @@ class ItemTest(test.TestCase):
mg = meta_graph.create_meta_graph_def(graph=g)
grappler_item = item.Item(mg)
op_list = grappler_item.IdentifyImportantOps()
self.assertEqual([b'Const', b'Const_1', b'add'], op_list)
self.assertItemsEqual([b'Const', b'Const_1', b'add'], op_list)
def testOpProperties(self):
with ops.Graph().as_default() as g:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册