Skip to content

Latest commit

 

History

History
70 lines (57 loc) · 1.19 KB

index.md

File metadata and controls

70 lines (57 loc) · 1.19 KB
CurrentModule = OndaBatches

Watch our JuliaCon2023 talk on OndaBatches.jl! Slides (and source + demo)

Public API

Labeled signals

LabeledSignalV2
sub_label_span
label_signals
load_labeled_signal
store_labels

Batch sampling

BatchItemV2
RandomBatches
iterate_batch_item
iterate_batch

Batch materialization

materialize_batch_item
materialize_batch
get_channel_data

Batching service

Batcher
Batcher(::Int, ::AbstractWorkerPool, ::Any; start::Any, state::Any, buffer::Any)
Base.take!(::Batcher, state)
start!
stop!
get_status

Internal utilities

!!! warning None of the following are meant to be called by users, are not part of the API for semantic versioning purposes, and can change at any time.

labels_to_samples_table
labels_to_samples
get_labels
int_encode_labels
floor_containing
is_epoch_divisible
check_epoch_divisible
all_contiguous
sample_label_span
start_batching
_feed_jobs!
reset!
with_channel