Fork me on GitHub

src/arraymancer/autograd/gates_blas

Search:
Group by:
  Source Edit

Types

MatMulGate[TT] {.final.} = ref object of Gate[TT]
  
TODO: generalize to C <- alpha AB + C   Source Edit

Procs

proc `*`[TT](a, b: Variable[TT]): Variable[TT]
  Source Edit
Arraymancer Technical reference Tutorial Spellbook (How-To's) Under the hood