summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Gross2018-06-06 21:57:27 -0500
committerDavid Gross2018-06-18 19:08:17 -0500
commit2a970cb851cf10115cc876190c03e0e049167ee3 (patch)
treeb26c0d0b319db2e95f624ecfffa3c547a26d4c4d /neuralnetworks/1.1
parent485c5cd192e6466a9c840aaaad54ebac373d6c18 (diff)
downloadplatform-hardware-interfaces-2a970cb851cf10115cc876190c03e0e049167ee3.tar.gz
platform-hardware-interfaces-2a970cb851cf10115cc876190c03e0e049167ee3.tar.xz
platform-hardware-interfaces-2a970cb851cf10115cc876190c03e0e049167ee3.zip
Documentation improvements.
Fix Model::pools documentation. Specify that an output cannot overlap with an output/input/constant. Document circumstances under which a prepared model should be expected to execute correctly. Bug: 87805381 Bug: 79888238 Bug: 77237715 Test: mma at tree root Change-Id: Ibf3daacad79f1d7e6127acf3887bd98b7c6bdf4e Merged-In: Ibf3daacad79f1d7e6127acf3887bd98b7c6bdf4e
Diffstat (limited to 'neuralnetworks/1.1')
-rw-r--r--neuralnetworks/1.1/types.hal3
1 files changed, 1 insertions, 2 deletions
diff --git a/neuralnetworks/1.1/types.hal b/neuralnetworks/1.1/types.hal
index e4c656db..b5718f35 100644
--- a/neuralnetworks/1.1/types.hal
+++ b/neuralnetworks/1.1/types.hal
@@ -404,8 +404,7 @@ struct Model {
404 vec<uint8_t> operandValues; 404 vec<uint8_t> operandValues;
405 405
406 /** 406 /**
407 * A collection of shared memory pools containing operand data that were 407 * A collection of shared memory pools containing operand values.
408 * registered by the model.
409 * 408 *
410 * An operand's value must be located here if and only if Operand::lifetime 409 * An operand's value must be located here if and only if Operand::lifetime
411 * equals OperandLifeTime::CONSTANT_REFERENCE. 410 * equals OperandLifeTime::CONSTANT_REFERENCE.