Add test case for uint32/uint64 support of tf.tile
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
parent
764e3a790e
commit
c65b6f9356
@ -500,6 +500,8 @@ class TileTest(test.TestCase, parameterized.TestCase):
|
||||
"int16": (dtypes.int16, int),
|
||||
"int32": (dtypes.int32, int),
|
||||
"int64": (dtypes.int64, int),
|
||||
"uint32": (dtypes.uint32, int),
|
||||
"uint64": (dtypes.uint64, int),
|
||||
bytes: (dtypes.string, bytes)
|
||||
}
|
||||
for dtype_np, (dtype_tf, cast) in types_to_test.items():
|
||||
|
Loading…
Reference in New Issue
Block a user