Remove Primitive from functional.__all__.

This commit is contained in:
liuxiao93 2020-09-23 17:34:02 +08:00
parent 685a77c7c3
commit e1dcc0a975
1 changed files with 1 additions and 0 deletions

View File

@ -185,3 +185,4 @@ tensor_operator_registry.register('shape', shape)
tensor_operator_registry.register('cast', cast)
__all__ = [name for name in dir() if name[0] != "_"]
__all__.remove('Primitive')