From 1ffe69a8e9ac0dc0f95accdf8e62a80347e12571 Mon Sep 17 00:00:00 2001 From: Slava Shklyaev Date: Tue, 29 Jan 2019 13:35:05 +0000 Subject: [PATCH] Update NNAPI Extensions documentation This is a follow-up to change Ia9b99015eec7a48bbf969cbe503862271f09adca Bug: 118605927 Test: mma Change-Id: I7ddafca04bce6fd37a9c0877270cee325111d833 --- neuralnetworks/1.2/types.hal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neuralnetworks/1.2/types.hal b/neuralnetworks/1.2/types.hal index 9e7d8f0d1b..77779a6281 100644 --- a/neuralnetworks/1.2/types.hal +++ b/neuralnetworks/1.2/types.hal @@ -449,7 +449,7 @@ struct Model { * {@link OperationTypeRange::BASE_MAX} respectively should be interpreted * as an extension operand. The low * {@link Model::ExtensionTypeEncoding::LOW_BITS_TYPE} bits of the value - * correspond to the value within the extension and the high + * correspond to the type ID within the extension and the high * {@link Model::ExtensionTypeEncoding::HIGH_BITS_PREFIX} bits encode * the "prefix", which maps uniquely to the extension name. *