Remove TODOs from NeuralNetworks.h
- make sure no TODO's in the generated webpages.
Bug: 136676959
Test: none needed
Change-Id: I0fd08602c2785f6e75ba9941490ba0a11416d725
Merged-In: I0fd08602c2785f6e75ba9941490ba0a11416d725
(cherry picked from commit d80dbbba3ebcc90952ef755609c8dadc3b282c75)
diff --git a/runtime/include/NeuralNetworks.h b/runtime/include/NeuralNetworks.h
index a449aff..76be2b5 100644
--- a/runtime/include/NeuralNetworks.h
+++ b/runtime/include/NeuralNetworks.h
@@ -1931,7 +1931,6 @@
// Operations below are available since API level 28.
- // TODO: make the description easier to understand.
/**
* BatchToSpace for N-dimensional tensors.
*
@@ -2095,7 +2094,6 @@
*/
ANEURALNETWORKS_PAD = 32,
- // TODO: make the description easier to understand.
/**
* SpaceToBatch for N-Dimensional tensors.
*
@@ -5657,8 +5655,6 @@
* backed by an AHardwareBuffer of a format other than AHARDWAREBUFFER_FORMAT_BLOB is
* disallowed.
*
- * TODO(miaowang): add documentation about intended usage with introspection API.
- *
* Available since API level 29.
*
* @param ahwb The AHardwareBuffer handle.