Update ShapeOf extender (#1406)

This commit is contained in:
Anton Chetverikov 2020-07-23 14:07:34 +03:00 committed by GitHub
parent 9440561fa4
commit cdd5605c61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,4 +24,5 @@ class ShapeOfExtender(Extender):
@staticmethod
def extend(op: Node):
if op.has_valid('output_type'):
op['output_type'] = destination_type_to_np_data_type(op.output_type)