Skip to content

Commit 500b494

Browse files
authored
Add SVG for broadcast_in_dim (#2858)
A missing graphic for `broadcast_in_dim` operation.
1 parent be61781 commit 500b494

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/images/spec/broadcast_in_dim.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/spec.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1399,6 +1399,8 @@ implementation-defined as well.
13991399

14001400
#### Semantics
14011401

1402+
![broadcast_in_dim](images/spec/broadcast_in_dim.svg)
1403+
14021404
Expands the dimensions and/or rank of an input tensor by duplicating the data
14031405
in the `operand` tensor and produces a `result` tensor. More formally,
14041406
`result[result_index] = operand[operand_index]` where for all `d` in

0 commit comments

Comments
 (0)