summaryrefslogtreecommitdiff
path: root/nn/runtime/include/NeuralNetworks.h
diff options
context:
space:
mode:
authorYang Ni <yangni@google.com>2017-10-03 13:28:43 -0700
committerYang Ni <yangni@google.com>2017-10-03 13:29:23 -0700
commit76354c87e4c1aad5da714828a633fe37404920a8 (patch)
tree6248d1c8635b43af1df19a9ab35e062bbda63f8b /nn/runtime/include/NeuralNetworks.h
parent25bfff4bcb1336ef0d307c453789f2f316118fe6 (diff)
downloadml-76354c87e4c1aad5da714828a633fe37404920a8.tar.gz
Fix a typo in documentation to FULLY_CONNECTED
Bug: 63905942 Test: none. Not a code change. Change-Id: I5e03e63a6599355ba970330ca1ad744e6999f695
Diffstat (limited to 'nn/runtime/include/NeuralNetworks.h')
-rw-r--r--nn/runtime/include/NeuralNetworks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nn/runtime/include/NeuralNetworks.h b/nn/runtime/include/NeuralNetworks.h
index 49a8fd4fc..b93d9d88c 100644
--- a/nn/runtime/include/NeuralNetworks.h
+++ b/nn/runtime/include/NeuralNetworks.h
@@ -430,7 +430,7 @@ typedef enum {
*
* This layer implements the operation:
*
- * outputs = activation(inputs * weights’ + bias)
+ * outputs = activation(inputs * weights + bias)
*
* Supported tensor types:
* * {@link ANEURALNETWORKS_TENSOR_FLOAT32}