Update ShapeOf extender (#1406)
This commit is contained in:
parent
9440561fa4
commit
cdd5605c61
@ -24,4 +24,5 @@ class ShapeOfExtender(Extender):
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def extend(op: Node):
|
def extend(op: Node):
|
||||||
op['output_type'] = destination_type_to_np_data_type(op.output_type)
|
if op.has_valid('output_type'):
|
||||||
|
op['output_type'] = destination_type_to_np_data_type(op.output_type)
|
||||||
|
Loading…
Reference in New Issue
Block a user