diff options
Diffstat (limited to '')
| -rw-r--r-- | docs/proof.md | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/docs/proof.md b/docs/proof.md index 07717f9..99c88aa 100644 --- a/docs/proof.md +++ b/docs/proof.md @@ -37,17 +37,13 @@ By definition this interaction is equal to: By grouping the operations we get:  -### Flatten -Just identity mapping because the wires are always Flatten. +### Identiry / Flatten / Reshape / Squeeze / Unsqueeze +Just identity mapping because wires represent a single element and they are not structured as Tensors.  ### MatMul Equal to Gemm with ,  and . -### Reshape -Just identity mapping because the wires always Flatten. - - ### Add ONNX Add node is defined as:  @@ -76,6 +72,13 @@ By definition this interaction is equal to: By grouping the operations we get:  +### Slice +ONNX Slice is defined as: +}) + +The translations creates a wiring analog to the above definition: +}) + ## Soundness of Interaction Rules ### Materialize The Materialize agent transforms a Linear agent into a tree of explicit mathematical operations |
