summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-03Merge "Fix a bug in BATCH_SPACE_ND caused by recent rebase"android-wear-p-preview-2android-p-preview-3android-p-preview-2android-o-mr1-iot-release-1.0.0android-build-prod (mdb)
2018-05-03Fix a bug in BATCH_SPACE_ND caused by recent rebaseMiao Wang
2018-05-03Merge "Corresponding changes after tflite rebase."Miao Wang
2018-05-02Corresponding changes after tflite rebase.Miao Wang
2018-04-19Merge "Fix Conv2D crash in 64bit binary."android-n-iot-release-lg-thinq-wk7Przemyslaw Szczepaniak
2018-04-19Fix Conv2D crash in 64bit binary.Przemyslaw Szczepaniak
2018-04-18Merge changes from topic "nnapi-aosp-sync"Michael Butler
2018-04-18NNAPI: Add execution preference to prepareModel (runtime)Michael Butler
2018-04-18Upgrade NeuralNetworks v1.0 to v1.1 followup CLMichael Butler
2018-04-18Use stubs libs for android.test.base/runner/mockJiyong Park
2018-04-18Add NeuralNetworksApiBenchmark to apct suite metricjdesprez
2018-04-18Finalize STRIDED_SLICEMiao Wang
2018-04-18Add validation tests for remaining operationsMichael Butler
2018-04-18Fix the spec for TENSOR_QUANT8_ASYMM to match our validation.Miao Wang
2018-04-18Use abort() instead of exit(1) for bad activation functionsMiao Wang
2018-04-18Remove unused / unimplemented parameter "crops" for BATCH_TO_SPACEMiao Wang
2018-04-17Make NNAPI support BroadcastSub and BroadcastDiv.Miao Wang
2018-04-13Merge "Map execution failure error status from driver through NN API to client."android-o-mr1-iot-preview-8o-mr1-iot-preview-8David Gross
2018-04-13Map execution failure error status from driver through NN API to client.David Gross
2018-04-12Merge "Fix documentation typos."David Gross
2018-04-12Merge "Mark libneuralnetworks as LLNDK"Logan Chien
2018-04-11Fix documentation typos.David Gross
2018-04-10Mark libneuralnetworks as LLNDKLogan Chien
2018-04-10Merge "Make convFloat32 and convQuant8 not segfault when asking too much memo...Treehugger Robot
2018-04-09Make convFloat32 and convQuant8 not segfault when asking too much memory.Przemyslaw Szczepaniak
2018-04-09Merge "Remove libnativehelper from shared_libs"Logan Chien
2018-04-05Merge changes I706a968a,I8a54f95d,I98c627e8,I61c2d443,I0a573159, ...Treehugger Robot
2018-04-04Add more validation to the HALMichael Butler
2018-04-04Fix memory leak in convQuant8Przemyslaw Szczepaniak
2018-04-04Change debug.nn.vlog to accept comma or colon as separator.David Gross
2018-04-04Fix nullptr check in ExecutionPlan.cpp compile().David Gross
2018-04-04Only export public APIs from libneuralnetworks.so.David Gross
2018-04-04Fix size of data in execution testMichael Butler
2018-04-04Regenerate CTS and VTS test casesMichael Butler
2018-04-04Fix resize_bilinear test height/width orderMichael Butler
2018-04-04Add validation to remaining ops and fix testsMichael Butler
2018-04-04When test builds a Device from TestDriver, call Device::initialize().David Gross
2018-04-04Propagate execution failure from driver to NN API client.David Gross
2018-04-04Fix WrapperTestModelFinish test to use TENSOR_FLOAT32 for TANH.Miao Wang
2018-04-04Validate that a model input or output is only so designated once.David Gross
2018-04-04Fix the validation tests which were using ADD incorrectly.Miao Wang
2018-04-04Enforce validations for ANeuralNetworksExecution_setInput/OutputMiao Wang
2018-04-04Add basic validation for ANeuralNetworksModel_addOperationMiao Wang
2018-04-04Explicitly set dimension to be nullptr when empty vectorMichael Butler
2018-04-04Add a field in ModelBuilder to indicate whether the model is invalid orMiao Wang
2018-04-04Remove obsolete comments about ANeuralNetworksMemory_createSharedMiao Wang
2018-04-04Fix lstm tests to have correct scratch_buffer sizeMiao Wang
2018-04-04Upgrade generated test casesMichael Butler
2018-04-04Add tests for ANeuralNetworksModel_identifyInputsAndOutputs.David Gross
2018-04-04Call validation from ModelBuilder::finish().David Gross