Commit 61c3e5a5 authored by Umang Yadav's avatar Umang Yadav
Browse files

shape test

parent 2d6acab3
......@@ -81,7 +81,7 @@ def test_create_dyn_shape():
def test_type_enum():
mgx_types = [
'bool_type', 'double_type', 'float_type', 'half_type', 'int16_type',
'bool_type', 'double_type', 'float_type', 'half_type', 'float_type', 'int16_type',
'int32_type', 'int64_type', 'int8_type', 'uint16_type', 'uint32_type',
'uint64_type', 'uint8_type'
]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment