score op• Datenarten: attnmap × tokens → tokens
• Aufruf: import fullseye as fs; fs.ledger.attention_apply(weights, value) -> 'np.ndarray' (die Implementierung direkt: import llmcore; llmcore.attention_apply(weights, value) -> 'np.ndarray'; aus dem Register: opsllmcore.get("attention_apply"))
> Für diesen Operator gibt es noch keine Übersetzung. Es folgt der Originaltext unverändert.
注意の重みで値を混ぜる → tokens。行和 1 なので出力は入力の凸結合。
Args:
weights: (T, S) float。行和が 1 であること(`attention_weights` の出力)。
value: (S, dv) float。混ぜられる側。
Returns:
tokens (T, dv) float: 各行が value の行の凸結合。値域は value を出ない
(同時に幅は縮む —— 平均は対比を潰す)。
• Leitfaden zur Familie llmcore
• Katalog der Beispieldaten (Download-URLs / Lizenzen) — 2-D nutzt skimage.data (BSD/Public Domain) plus synthetische Bilder, 3-D nennt Download-URLs echter Datenquellen (Stanford, PDS, …).
• Herkunft und Literatur der Operatoren — die Quellen der Forschung/Verfahren, auf denen diese Operatorfamilie beruht.
• Der kanonische Algorithmus (Autor, Jahr) und seine Anwendungen stehen im Familienleitfaden oben.
• poc_attention_identities — py -3.11 examples/poc_attention_identities.py
tokens als Eingabe)rms_norm · rope_rotate · attention_scores · attention_softmax · attention_tiled · attention_linear · attention_grouped · kv_cache_decode
score)attention_scores · attention_weights
*Provenance: llmcore.py — LLMCORE Operator-Registry. Diese Notiz wird von tools/opdocs.py md erzeugt (nicht von Hand bearbeiten).*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.