Skip to content

Commit

Permalink
Merge branch 'master' into ci-android-riscv
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Sep 4, 2024
2 parents 454e647 + 21e54d8 commit e511dbc
Show file tree
Hide file tree
Showing 13 changed files with 1,447 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .ci/pnnx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ on:
branches: [master]
paths:
- '.ci/pnnx.yml'
- 'src/layer/*'
- 'tools/pnnx/**'
- '!tools/pnnx/README.md'
mr:
target-branches: [master]
paths:
- '.ci/pnnx.yml'
- 'src/layer/*'
- 'tools/pnnx/**'
- '!tools/pnnx/README.md'
concurrency:
Expand Down
2 changes: 2 additions & 0 deletions docs/developer-guide/operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -837,11 +837,13 @@ y = embedding(x)
| 1 | input_dim | int | 0 | |
| 2 | bias_term | int | 0 | |
| 3 | weight_data_size | int | 0 | |
| 18 | int8_scale_term| int | 0 | |

| weight | type | shape |
| ------------- | ----- | --------------------- |
| weight_data | float | [weight_data_size] |
| bias_term | float | [num_output] |
| weight_data_int8_scales| float | [1] |

# Exp
```
Expand Down
Loading

0 comments on commit e511dbc

Please sign in to comment.