aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/nnapi/NeuralNetworksShim.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/lite/nnapi/NeuralNetworksShim.h')
-rw-r--r--tensorflow/contrib/lite/nnapi/NeuralNetworksShim.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/lite/nnapi/NeuralNetworksShim.h b/tensorflow/contrib/lite/nnapi/NeuralNetworksShim.h
index 8066889078..3cda4bcccc 100644
--- a/tensorflow/contrib/lite/nnapi/NeuralNetworksShim.h
+++ b/tensorflow/contrib/lite/nnapi/NeuralNetworksShim.h
@@ -1774,7 +1774,7 @@ inline int ANeuralNetworksExecution_setInput(
* model. If the type is the same as specified when the model
* was built, NULL can be passed.
* @param memory The memory containing the data.
- * @param offset This specifies the location of the data whithin the memory.
+ * @param offset This specifies the location of the data within the memory.
* The offset is in bytes from the start of memory.
* @param length The size in bytes of the data value.
*
@@ -1841,7 +1841,7 @@ inline int ANeuralNetworksExecution_setOutput(
* model. If the type is the same as specified when the model
* was built, NULL can be passed.
* @param memory The memory where the data is to be stored.
- * @param offset This specifies the location of the data whithin the memory.
+ * @param offset This specifies the location of the data within the memory.
* The offset is in bytes from the start of memory.
* @param length The length in bytes of the data value.
*