Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ml-explore/mlx-data
/ functions
Functions
662 in github.com/ml-explore/mlx-data
⨍
Functions
662
◇
Types & classes
165
Method
membuf
mlx/data/core/imemstream.h:12
Method
merge
mlx/data/core/Graph.cpp:71
Function
mfsc_impl
(x)
python/mlx/data/features/audio.py:255
Method
new_start_
mlx/data/core/Tokenizer.cpp:199
Method
next
python/src/wrap_buffer.cpp:18
Method
next
mlx/data/Stream.cpp:25
Method
next
mlx/data/core/Tokenizer.cpp:218
Method
next
mlx/data/core/CSVReader.cpp:145
Method
next
mlx/data/stream/FromBuffer.cpp:12
Method
next
mlx/data/stream/Transform.cpp:21
Method
next
mlx/data/stream/SlidingWindow.cpp:31
Method
next
mlx/data/stream/Shuffle.cpp:15
Method
next
mlx/data/stream/Repeat.cpp:14
Method
next
mlx/data/stream/LineReader.cpp:60
Method
next
mlx/data/stream/Partition.cpp:23
Method
next
mlx/data/stream/Stream.cpp:11
Method
next
mlx/data/stream/OrderedPrefetch.cpp:29
Method
next
mlx/data/stream/Prefetch.cpp:29
Method
next_stream_
mlx/data/stream/Compose.cpp:16
Function
noop_vio_get_filelen
mlx/data/core/Version.cpp:113
Function
noop_vio_read
mlx/data/core/Version.cpp:119
Function
noop_vio_seek
mlx/data/core/Version.cpp:116
Function
noop_vio_tell
mlx/data/core/Version.cpp:125
Function
noop_vio_write
mlx/data/core/Version.cpp:122
Method
on_refill
mlx/data/stream/Buffered.cpp:94
Method
on_refill
mlx/data/stream/DynamicBatch.cpp:35
Method
operator()
python/src/wrap.h:25
Method
operator()
mlx/data/core/ThreadPool.h:69
Method
operator<
mlx/data/core/BPETokenizer.cpp:78
Method
operator[]
mlx/data/core/BatchShape.cpp:77
Method
pad_if
mlx/data/Dataset.cpp:506
Method
pad_to_multiple
mlx/data/Dataset.cpp:523
Method
pad_to_multiple_if
mlx/data/Dataset.cpp:534
Method
pad_to_size
mlx/data/Dataset.cpp:550
Method
pad_to_size_if
mlx/data/Dataset.cpp:561
Method
parse_line_
mlx/data/core/CSVReader.cpp:33
Method
partial_search
mlx/data/core/Trie.h:145
Method
partition_if
mlx/data/Buffer.cpp:90
Method
partition_if
mlx/data/Stream.cpp:104
Method
perm
mlx/data/Buffer.cpp:105
Function
power_spectrum_impl
(x)
python/mlx/data/features/audio.py:116
Function
pre_emphasis_impl
(x)
python/mlx/data/features/audio.py:90
Method
prefetch
mlx/data/core/FileFetcher.cpp:51
Function
process_sample
(sample)
benchmarks/comparative/caltech101/tfds.py:32
Function
process_sample_impl
(sample)
benchmarks/comparative/librispeech/tfds.py:35
Function
process_sample_impl
(sample)
benchmarks/comparative/wikitext/tfds.py:41
Method
py_istream
python/src/wrap.h:141
Method
py_istream_buf
python/src/wrap.h:35
Method
rand_perm_
mlx/data/buffer/Shuffle.cpp:16
Function
read_bpe_from_hf
Read a tokenizer.json file from a Huggingface tokenizer and attempt to extract the symbols and merges for use with :clas::`mlx.data.core.BPETokeni
python/mlx/data/tokenizer_helpers.py:219
Function
read_bpe_from_spm
Read a sentencepiece file and decompose it to a symbol trie and BPE merges for use with :class:`mlx.data.core.BPETokenizer`. Because it isn't
python/mlx/data/tokenizer_helpers.py:125
Method
read_from_tar_if
mlx/data/Dataset.cpp:674
Function
read_trie_from_vocab
Read an :class:`mlx.data.core.CharTrie` from a file with one token per line. Args: vocab_file (path or file like): The text file containi
python/mlx/data/tokenizer_helpers.py:195
Method
readinto_buffer
Simple convenience function to utilize readinto if it is present in the python "file".
python/src/wrap.h:115
Function
remove_t
mlx/data/core/Utils.cpp:61
Method
remove_value
mlx/data/Dataset.cpp:702
Method
remove_value_if
mlx/data/Dataset.cpp:713
Method
rename_key
mlx/data/Dataset.cpp:777
Method
rename_key_if
mlx/data/Dataset.cpp:783
Method
replace_bytes
mlx/data/Dataset.cpp:754
Method
replace_bytes_if
mlx/data/Dataset.cpp:763
Method
replace_if
mlx/data/Dataset.cpp:739
Function
replace_t
mlx/data/core/Utils.cpp:107
Method
report
(self)
benchmarks/utils.py:24
Method
reset
python/src/wrap_stream.cpp:37
Method
reset
mlx/data/Stream.cpp:29
Method
reset
mlx/data/core/CSVReader.cpp:182
Method
reset
mlx/data/stream/FromBuffer.cpp:27
Method
reset
mlx/data/stream/Transform.cpp:49
Method
reset
mlx/data/stream/Buffered.cpp:84
Method
reset
mlx/data/stream/SlidingWindow.cpp:82
Method
reset
mlx/data/stream/Compose.cpp:71
Method
reset
mlx/data/stream/Shuffle.cpp:61
Method
reset
mlx/data/stream/Batch.cpp:41
Method
reset
mlx/data/stream/CSVReader.cpp:31
Method
reset
mlx/data/stream/LineReader.cpp:45
Method
reset
mlx/data/stream/Partition.cpp:37
Method
reset
mlx/data/stream/Stream.cpp:15
Method
reset
mlx/data/stream/OrderedPrefetch.cpp:60
Method
reset
mlx/data/stream/Prefetch.cpp:58
Method
root_
mlx/data/core/Trie.h:136
Method
save_image
mlx/data/Dataset.cpp:795
Method
save_image_if
mlx/data/Dataset.cpp:805
Method
scalar
mlx/data/Array.h:82
Method
seekpos
Seek the underlying python "file" to the requested position.
python/src/wrap.h:88
Function
select_hardware_pixel_format
callback from the AVCodecContext to select the pixelFormat
mlx/data/core/video/VideoFFMPEG.cpp:30
Method
set_perm_
mlx/data/buffer/Perm.cpp:25
Function
set_state
mlx/data/core/State.cpp:11
Function
sf_vio_ro_get_filelen
mlx/data/core/audio/AudioSndfile.cpp:16
Function
sf_vio_ro_read
mlx/data/core/audio/AudioSndfile.cpp:45
Function
sf_vio_ro_seek
mlx/data/core/audio/AudioSndfile.cpp:21
Function
sf_vio_ro_tell
mlx/data/core/audio/AudioSndfile.cpp:65
Function
sf_vio_ro_write
mlx/data/core/audio/AudioSndfile.cpp:57
Method
shape
mlx/data/Dataset.cpp:820
Method
shape_if
mlx/data/Dataset.cpp:825
Method
shard
mlx/data/Dataset.cpp:858
Method
shard_if
mlx/data/Dataset.cpp:866
Method
shuffle
mlx/data/Stream.cpp:131
Method
shuffle_if
mlx/data/Buffer.cpp:112
Method
shuffle_if
mlx/data/Stream.cpp:134
← previous
next →
501–600 of 662, ranked by callers