| commit | d7d413ad0bfaea2d4bb4adcd8011239c2f5f74ae | [log] [tgz] |
|---|---|---|
| author | Miao Wang <miaowang@google.com> | Wed Jul 15 11:35:28 2015 -0700 |
| committer | Miao Wang <miaowang@google.com> | Wed Jul 15 11:35:28 2015 -0700 |
| tree | d0c0882c4ede60454f8fa449075e9226da4c8577 | |
| parent | 539f7ac7a195c405987057ef34e88cfbe8eab5e8 [diff] |
fix BNNM docs bug: 22507076 Change-Id: I5fdffdde597d97b1dde77574d096b81bff4aa382
diff --git a/rs/java/android/renderscript/ScriptIntrinsicBLAS.java b/rs/java/android/renderscript/ScriptIntrinsicBLAS.java index 06134e5..c04191b 100644 --- a/rs/java/android/renderscript/ScriptIntrinsicBLAS.java +++ b/rs/java/android/renderscript/ScriptIntrinsicBLAS.java
@@ -3272,7 +3272,7 @@ /** - * 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