summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliot Waite <elliotwaite@google.com>2017-01-13 01:03:24 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-01-13 01:03:24 +0000
commit4e4ddd39cf8ec405dcc48ff1b23067e00a057055 (patch)
tree109e01b465b0a2e2a85f9f3d51b475ee97a10c06
parentd98f9cfca5118d25b553c7de66355020314c8007 (diff)
parentf3a3c5ecd20072ea4241338767a4b65d3804b5e1 (diff)
downloadrs-nougat-mr2.3-release.tar.gz
am: f3a3c5ecd2 Change-Id: Ibd50689842b3c4b00e77a530c714dae5ca88d69f
-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);