OSDN Git Service

fix BNNM docs
authorMiao Wang <miaowang@google.com>
Wed, 15 Jul 2015 18:35:28 +0000 (11:35 -0700)
committerMiao Wang <miaowang@google.com>
Thu, 16 Jul 2015 17:28:35 +0000 (10:28 -0700)
bug: 22507076
Change-Id: I5fdffdde597d97b1dde77574d096b81bff4aa382
(cherry picked from commit d7d413ad0bfaea2d4bb4adcd8011239c2f5f74ae)

rs/java/android/renderscript/ScriptIntrinsicBLAS.java

index 8fd56d7..b837fbe 100644 (file)
@@ -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