()
| 750 | |
| 751 | class EmbedBlockClass extends Block { |
| 752 | constructor() { |
| 753 | super(); |
| 754 | this.name = "embed"; |
| 755 | } |
| 756 | |
| 757 | staticLoad(embdOutputBuffer, posEmbdOutputBuffer, embdBuffers, posEmbdBuffer, idx, seq_length, n_embd, vocab_chunk_size) { |
| 758 | // Can build a cache later. |
nothing calls this directly
no outgoing calls
no test coverage detected