Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d96243a1 authored by Miao Wang's avatar Miao Wang Committed by Android Git Automerger
Browse files

am 10653cef: Merge "fix BNNM docs"

* commit '10653cef':
  fix BNNM docs
parents 98f3d953 10653cef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1554,7 +1554,7 @@ public final class ScriptIntrinsicBLAS extends ScriptIntrinsic {


    /**
     * 8-bit GEMM-like operation for neural networks: C = B.transposed() * A
     * 8-bit GEMM-like operation for neural networks: C = A * Transpose(B)
     * Calculations are done in 1.10.21 fixed-point format for the final output,
     * just before there's a shift down to drop the fractional parts. The output
     * values are gated to 0 to 255 to fit in a byte, but the 10-bit format