Merge branch 'feature/pybind_for_protobuf_desc' of https://github.com/reyoung/Paddle into feature/pybind_for_protobuf_desc

update-doc-pybind
fengjiayi 7 years ago
commit 4fb106afb0

@ -53,6 +53,7 @@ class TestOpDesc(unittest.TestCase):
op.set_block_attr("block_attr", prog.block(0))
self.assertEqual(0, op.get_block_attr("block_attr"))
self.assertEqual(core.AttrType.INT, op.attr_type("int_attr"))
class TestProgramDesc(unittest.TestCase):

Loading…
Cancel
Save