summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authormosimchah <mosimchah@gmail.com>2017-04-04 15:35:06 -0400
committermosimchah <mosimchah@gmail.com>2017-04-04 15:35:06 -0400
commit2ad02aa4e1f47e2b2d06289d219d1abd1f242af4 (patch)
treebbf5a855dae7eeeca7e686bb0544c1a82e7550b7 /cpp
parent1372cad4b4d406b81ef939d5d84855aafad43396 (diff)
Squash: Merge tag 'android-7.1.2_r2' of https://android.googlesource.com/platform/frameworks/rs into HEADHEADn7.1
Change-Id: I57a1494bb6ad77b495cef47259ed5f55faed92e5
Diffstat (limited to 'cpp')
-rw-r--r--cpp/rsCppStructs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/rsCppStructs.h b/cpp/rsCppStructs.h
index 18023864..2fecec9e 100644
--- a/cpp/rsCppStructs.h
+++ b/cpp/rsCppStructs.h
@@ -3278,10 +3278,10 @@ class ScriptIntrinsicBLAS : public ScriptIntrinsic {
* @param TransA The type of transpose applied to matrix A.
* @param TransB The type of transpose applied to matrix B.
* @param alpha The scalar alpha.
- * @param A The input allocation contains matrix A, supported elements type: {Element#F64_2
- * @param B The input allocation contains matrix B, supported elements type: {Element#F64_2
+ * @param A The input allocation contains matrix A, supported elements type: {Element#F64_2}.
+ * @param B The input allocation contains matrix B, supported elements type: {Element#F64_2}.
* @param beta The scalar beta.
- * @param C The input allocation contains matrix C, supported elements type: {Element#F64_2
+ * @param C The input allocation contains matrix C, supported elements type: {Element#F64_2}.
*/
void ZGEMM(RsBlasTranspose TransA, RsBlasTranspose TransB, Double2 alpha, sp<Allocation> A,
sp<Allocation> B, Double2 beta, sp<Allocation> C);