diff options
| author | ericmarin <maarin.eric@gmail.com> | 2026-03-31 11:14:57 +0200 |
|---|---|---|
| committer | ericmarin <maarin.eric@gmail.com> | 2026-03-31 16:43:27 +0200 |
| commit | d1b25fbde6b01529fd1bcfdd5778b6cb378eb865 (patch) | |
| tree | 0e121831cad6af60415eccccfbdb4c337d841c3a /proof.md | |
| parent | dbfc224384cd38b26c3e32d4c4dd8be7bb6d5bdc (diff) | |
| download | vein-d1b25fbde6b01529fd1bcfdd5778b6cb378eb865.tar.gz vein-d1b25fbde6b01529fd1bcfdd5778b6cb378eb865.zip | |
added ONNX Add and ONNX Sub
Diffstat (limited to 'proof.md')
| -rw-r--r-- | proof.md | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -46,6 +46,34 @@ Equal to Gemm with  + +The translation defines the interactions: +\sim&space;a_i) + +By definition this interaction is equal to: + + +By grouping the operations we get: + + +### Sub +ONNX Sub node is defined as: + + +The translation defines the interactions: +\sim&space;a_i) +)\sim&space;b_i) + +By definition this interaction is equal to: + + + +By grouping the operations we get: + + ## Soundness of Interaction Rules ### Materialize The Materialize agent transforms a Linear agent into a tree of explicit mathematical operations |
