From 7f9f46159183b02d53ca8d6bbe728e5610c2ea5a Mon Sep 17 00:00:00 2001 From: Slava Shklyaev Date: Tue, 25 Sep 2018 16:10:38 +0100 Subject: [PATCH] Attach a bug to syncing docs Bug: 116445845 Test: none Change-Id: I841b1dc503d70efddb8175b75d9d3efe8078eeb1 --- 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 129172d25c..0e076f5c5b 100644 --- a/neuralnetworks/1.2/types.hal +++ b/neuralnetworks/1.2/types.hal @@ -26,7 +26,7 @@ import @1.1::OperationType; * The type of an operation in a model. */ enum OperationType : @1.1::OperationType { - // TODO: Sync docs. + // TODO(b/116445845): Sync docs when all ops are implemented. ARGMAX = 38, ARGMIN = 39, PAD_V2 = 40,