summaryrefslogtreecommitdiff
path: root/nn/runtime/include
AgeCommit message (Expand)Author
2018-06-05Merge "Document unspecified dimensions." into pi-devpie-devTreeHugger Robot
2018-06-04Document unspecified dimensions.David Gross
2018-06-04Properly guard newly added APIs in PMiao Wang
2018-05-08Free wrapper resource before assignmentMichael Butler
2018-04-27Sync updated NNAPI doc to HAL -- scriptMichael Butler
2018-04-26Remove inconsistent references to "type" in NNAPIMichael Butler
2018-04-26Merge "Script syncing of types.hal from NeuralNetworks.h" into pi-devMika Raento
2018-04-25Script syncing of types.hal from NeuralNetworks.hMika Raento
2018-04-23Fix the error code ANEURALNETWORKS_UNMAPPABLEMiao Wang
2018-04-20Fixed an error in LSTM documentation on peepholeYang Ni
2018-04-19Document that RESIZE_BILINEAR will not force align corner pixels.Miao Wang
2018-04-16Clarify Fully Connected Op comments and namingMika Raento
2018-04-10Fix documentation typos.David Gross
2018-04-05Finalize STRIDED_SLICEMiao Wang
2018-04-05Fix the spec for TENSOR_QUANT8_ASYMM to match our validation.Miao Wang
2018-03-23Remove unused / unimplemented parameter "crops" for BATCH_TO_SPACEMiao Wang
2018-03-22Explicitly set dimension to be nullptr when empty vectorMichael Butler
2018-03-20Remove obsolete comments about ANeuralNetworksMemory_createSharedMiao Wang
2018-03-14Call validation from ModelBuilder::finish().David Gross
2018-02-22Add relaxed execution testsMiao Wang
2018-02-20NNAPI narrow evaluation for P -- runtimeMichael Butler
2018-01-30Add new ops enum to NeuralNetworks.hMiao Wang
2017-12-06Fix a typo for implicit padding doc for DEPTHWISE_CONV_2DMiao Wang
2017-11-30Improve error handling for Model::finish().David Gross
2017-10-31Add missing Result values to NeuralNetworksWrapper.h.David Gross
2017-10-24Update LSTM documentationYang Ni
2017-10-13Merge "Add documentation for PaddingCode in NeuralNetworks.h Bug: 67331808 Te...TreeHugger Robot
2017-10-13Add documentation for PaddingCode in NeuralNetworks.hgfan
2017-10-12Pass large model operand values in shared memory.Jean-Luc Brouillet
2017-10-10Made embedding lookup take int lookupsYang Ni
2017-10-10Merge "Minor clarification for NeuralNetworks.h for EMBEDDING_LOOKUP and HASH...Gerry Fan
2017-10-10Minor clarification for NeuralNetworks.h for EMBEDDING_LOOKUP and HASHTABLE_L...gfan
2017-10-09Fix RESIZE_BILINEAR documenation.Miao Wang
2017-10-05Merge "Fix test spec in depthwise_conv_2d and depthwise_conv_2d_quant8 Bug: 6...Gerry Fan
2017-10-05Fix test spec in depthwise_conv_2d and depthwise_conv_2d_quant8gfan
2017-10-04Rename setInputsAndOutputsJean-Luc Brouillet
2017-10-05Merge changes Ia0ccf4e4,I5767d214 into oc-mr1-devDavid Gross
2017-10-04Merge "Change stateful Ops to stateless ones" into oc-mr1-devTreeHugger Robot
2017-10-04Asynchronus partitioned execution, plus minor code cleanup.David Gross
2017-10-04Merge "Revert "Fix a typo in documentation to FULLY_CONNECTED"" into oc-mr1-devTreeHugger Robot
2017-10-04Revert "Fix a typo in documentation to FULLY_CONNECTED"Yang Ni
2017-10-04Change stateful Ops to stateless onesYang Ni
2017-10-03Fix documentation of CONCATENATION.Miao Wang
2017-10-04Merge "Fix problem passing null optional operands." into oc-mr1-devTreeHugger Robot
2017-10-03Fix a typo in documentation to FULLY_CONNECTEDYang Ni
2017-10-02Fix problem passing null optional operands.Jean-Luc Brouillet
2017-10-02Fix documentation of FULLY_CONNECTED, and add checks for input rank.Miao Wang
2017-10-02Remove activation parameter from CONCATENATIONMiao Wang
2017-09-30Merge "Updated data type for keys in Hashtable Lookup" into oc-mr1-devYang Ni
2017-09-29Allow implicit paddingMiao Wang