commit | a26d05b9a7f22bc85b374abdb91f2af11a5487b7 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Jun 23 20:40:49 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jun 23 20:40:49 2021 +0000 |
tree | 9b6d856eb515e35c3f4b25eb70685621363d45c1 | |
parent | 03b66892ef957284bfcc2f68a2bd0e70a4681c0c [diff] | |
parent | c10941d4dede534564286602932142bfe82aecd7 [diff] |
Merge "Correct grammatical error in README.md" am: 00baab69f1 am: c10941d4de Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1741753 Change-Id: I79b1717da7df8b7b0f8f0b2bfd5b97f5e331042b
diff --git a/neuralnetworks/utils/README.md b/neuralnetworks/utils/README.md index 87b3f9f..ffad6ee 100644 --- a/neuralnetworks/utils/README.md +++ b/neuralnetworks/utils/README.md
@@ -44,7 +44,7 @@ EXPECT_EQ(versionedBefore, versionedAfter); ``` -The `convert` functions operate only on types that used in a HIDL method call directly. The +The `convert` functions operate only on types that are used in a HIDL method call directly. The `unvalidatedConvert` functions operate on types that are either used in a HIDL method call directly (i.e., not as a nested class) or used in a subsequent version of the NN HAL. Prefer using `convert` over `unvalidatedConvert`.