MCPcopy Create free account
hub / github.com/ml-explore/mlx-data / append

Method append

mlx/data/Buffer.cpp:101–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101Buffer Buffer::append(const Buffer& buffer) {
102 return Buffer(std::make_shared<buffer::Append>(self_, buffer.self_));
103}
104
105Buffer Buffer::perm(const std::vector<int64_t>& perm) {
106 return Buffer(std::make_shared<buffer::Perm>(self_, perm));

Callers 13

read_trie_from_spmFunction · 0.80
read_bpe_from_spmFunction · 0.80
_downloadFunction · 0.80
log_runMethod · 0.80
reportMethod · 0.80
log_runMethod · 0.80
reportMethod · 0.80
log_runMethod · 0.80
reportMethod · 0.80
batchFunction · 0.80
log_runMethod · 0.80

Calls 1

BufferClass · 0.70

Tested by 1