Skip to content

Commit dda4027

Browse files
committed
kick pipeline
1 parent 87dd357 commit dda4027

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tf2onnx/onnx_opset/tensor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1812,5 +1812,6 @@ def version_11(cls, ctx, node, **kwargs):
18121812
class BroadcastTo:
18131813
@classmethod
18141814
def version_8(cls, ctx, node, **kwargs):
1815+
# broadcast by expanding
18151816
node.type = "Expand"
18161817
ctx.insert_new_node_on_input(node, "Cast", node.input[1], to=TensorProto.INT64)

0 commit comments

Comments
 (0)