diff options
Diffstat (limited to '')
| -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 |
