Merge pull request !6791 from liuxiao93/fix-op-list-r1.0
@ -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')