summaryrefslogtreecommitdiff
path: root/nn/runtime/include/NeuralNetworks.h
diff options
context:
space:
mode:
authorMiao Wang <miaowang@google.com>2018-03-20 14:09:22 -0700
committerMiao Wang <miaowang@google.com>2018-03-20 14:09:22 -0700
commit0882987fa68df21b79fd1ddc6538da8a1fde65d2 (patch)
tree48841adaff2ddcbd61e90bf3d11cadaed5446fd3 /nn/runtime/include/NeuralNetworks.h
parentffe5af449bec718af0e1c69ab2ad90d134ad4efe (diff)
downloadml-0882987fa68df21b79fd1ddc6538da8a1fde65d2.tar.gz
Remove obsolete comments about ANeuralNetworksMemory_createShared
Bug: 68822426 Test: mm Change-Id: I7546333107281b39de6fbf8ed18371f1ad3dc7cb
Diffstat (limited to 'nn/runtime/include/NeuralNetworks.h')
-rw-r--r--nn/runtime/include/NeuralNetworks.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/nn/runtime/include/NeuralNetworks.h b/nn/runtime/include/NeuralNetworks.h
index 33042e2af..af21f3b7c 100644
--- a/nn/runtime/include/NeuralNetworks.h
+++ b/nn/runtime/include/NeuralNetworks.h
@@ -1587,8 +1587,7 @@ enum {
* {@link ANeuralNetworksModel_setOperandValueFromMemory}. An application
* should typically create one shared memory object that contains every tensor
* needed to define a model. {@link ANeuralNetworksMemory_createFromFd} can be
- * used to create shared memory from a file handle. {@link ANeuralNetworksMemory_createShared}
- * can be used to directly created shared memory.
+ * used to create shared memory from a file handle.
*
* Memory objects can also be used to specify the input and output arguments of
* an execution. See {@link ANeuralNetworksExecution_setInputFromMemory}