Skip to content

Commit

Permalink
missing docs added
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasdominik committed Oct 15, 2023
1 parent 6b49042 commit c1faa2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ AttnInFeed

```@docs
DataLoader
SequenceData
```

## Iteration utilities
Expand Down Expand Up @@ -174,6 +175,7 @@ get_tatoeba_corpus
sequence_minibatch
pad_sequence
truncate_sequence
clean_sentence
```


Expand Down Expand Up @@ -216,6 +218,7 @@ get_imagenet_classes

```@docs
PositionalEncoding
positional_encoding_sincos
mk_padding_mask
mk_peek_ahead_mask
dot_prod_attn
Expand Down
1 change: 1 addition & 0 deletions docs/src/api_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ provided as `actf` to the layer constructors.
# Data provider utilities

+ [`DataLoader`](@ref) - type for iterator of minibatches
+ [`SequenceData`](@ref) - type for iterator of minibatches of sequences

### For tabular data

Expand Down

0 comments on commit c1faa2e

Please sign in to comment.