summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nn/runtime/include/NeuralNetworks.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/nn/runtime/include/NeuralNetworks.h b/nn/runtime/include/NeuralNetworks.h
index 235131c6a..9204b423e 100644
--- a/nn/runtime/include/NeuralNetworks.h
+++ b/nn/runtime/include/NeuralNetworks.h
@@ -1015,7 +1015,8 @@ typedef enum {
/** Resizes images to given size using the bilinear interpretation.
*
* Resized images will be distorted if their output aspect ratio is not the same as
- * input aspect ratio.
+ * input aspect ratio. The corner pixels of output may not be the same as
+ * corner pixels of input.
*
* Supported tensor types:
* * {@link ANEURALNETWORKS_TENSOR_FLOAT32}