MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / equal_seqs

Method equal_seqs

subprojects/llama.cpp/src/llama-batch.h:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14// keep this struct lightweight
15struct llama_ubatch {
16 bool equal_seqs() const {
17 return b_equal_seqs != 0;
18 }
19
20 // typical for M-RoPE cases:
21 // 0 - sequantial position of the tokens/embeddings in the sequence

Callers 10

allow_reuseMethod · 0.80
find_slotMethod · 0.80
set_inputMethod · 0.80
ubatch_printMethod · 0.80
set_input_pos_bucketMethod · 0.80
build_shortconv_blockMethod · 0.80
build_mamba_layerMethod · 0.80
build_mamba2_layerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected