summaryrefslogtreecommitdiffstats
path: root/neuralnetworks
Commit message (Expand)AuthorAgeFilesLines
* Enable QuantizationCouplingTest in NNAPI VTSLev Proleev2020-01-161-3/+3
* Fix quantized LSTM docLev Proleev2020-01-132-1/+3
* Add quantized LSTM op.Viet Dang2020-01-102-2/+130
* NNAPI: Update docs for ops with signed quantizationLev Proleev2020-01-073-125/+294
* Add quant8 signed generated testsLev Proleev2020-01-071-0/+9
* Add exceptions to the signed quantization coupling testsLev Proleev2020-01-071-2/+2
* Add TENSOR_QUANT8_ASYMM_SIGNED support for DEQUANTIZELev Proleev2020-01-061-2/+3
* NN HAL: Upgrade IPreparedModel::executeSynchronously to 1.3.Xusong Wang2020-01-063-8/+66
* Add TENSOR_QUANT8_ASYMM_SIGNED support for ARG(MIN|MAX)Przemyslaw Szczepaniak2020-01-061-1/+2
* Fix use-after-free error in NNAPI VTS testsLev Proleev2019-12-092-13/+13
* Add TENSOR_QUANT8_ASYMM_SIGNED support for more opsLev Proleev2019-12-023-91/+53
* Add TENSOR_QUANT8_ASYMM_SIGNED support for more opsPrzemyslaw Szczepaniak2019-12-023-27/+93
* Add TENSOR_QUANT8_ASYMM_SIGNED support for activationsLev Proleev2019-11-271-3/+15
* Add TENSOR_QUANT8_ASYMM_SIGNED support for pooling opsLev Proleev2019-11-271-2/+6
* Add TENSOR_QUANT8_ASYMM_SIGNED support to ADD, MUL and SUB.Lev Proleev2019-11-271-4/+11
* Add QUANT8_ASYMM_SIGNED support to SELECT opLev Proleev2019-11-212-11/+15
* Add quantization coupling testLev Proleev2019-11-215-52/+160
* Combine test parameters into TestConfig structureLev Proleev2019-11-212-98/+92
* Add NNAPI 1.3 OperationTypeLev Proleev2019-11-215-48/+4587
* NN HAL: Upgrade IPreparedModel::execute to 1.3.Xusong Wang2019-11-1913-23/+107
* NN HAL: Upgrade IPreparedModelCallback::notify to 1.3.Xusong Wang2019-11-1911-15/+434
* Remove VtsHalNeuralnetworksV1_2TargetTest from vts-core suiteDan Shi2019-11-181-1/+1
* Change NNAPI VTS TEST_MAPPING to restrict testing on sample driversMichael Butler2019-10-291-16/+16
* Add VtsHalNeuralnetworksV1_3TargetTest to TEST_MAPPINGMichael Butler2019-10-292-1/+12
* Simplify NNAPI VTS TEST_MAPPING optionsMichael Butler2019-10-291-3/+3
* NNAPI VTS update in response to utility function changeMichael Butler2019-10-286-24/+44
* Add template for 1.3 types.hal and regenerate itLev Proleev2019-10-283-30/+366
* Modify NNAPI VTS tests to run on version 1.3Lev Proleev2019-10-1714-577/+170
* Copy VTS tests from v1.2 to v1.3Lev Proleev2019-10-1713-0/+4095
* Create NNAPI HAL v1.3 and add TENSOR_QUANT8_ASYMM_SIGNED OperandTypeLev Proleev2019-10-174-0/+554
* Merge "Add VtsHalLightV2_0TargetTest and VtsHalNeuralnetworksV1_* to vts-core"Dan Shi2019-10-143-3/+3
|\
| * Add VtsHalLightV2_0TargetTest and VtsHalNeuralnetworksV1_* to vts-coreDan Shi2019-10-103-3/+3
* | Revert "Create NNAPI HAL v1.3 and add TENSOR_QUANT8_ASYMM_SIGNED OperandType"Lev Proleev2019-10-104-554/+0
* | Revert "Copy VTS tests from v1.2 to v1.3"Lev Proleev2019-10-1013-4095/+0
* | Revert "Modify NNAPI VTS tests to run on version 1.3"Lev Proleev2019-10-1014-170/+577
* | Modify NNAPI VTS tests to run on version 1.3Lev Proleev2019-10-0914-577/+170
* | Copy VTS tests from v1.2 to v1.3Lev Proleev2019-10-0913-0/+4095
* | Create NNAPI HAL v1.3 and add TENSOR_QUANT8_ASYMM_SIGNED OperandTypeLev Proleev2019-10-094-0/+554
* | Replace sync_enums_to_hal.py with generate_api.{py,sh} and regenerate */types...David Gross2019-10-096-689/+1918
|/
* Change NNAPI VTS to use TEST_P to iterate across all service instancesMichael Butler2019-09-2024-326/+355
* Specify NNAPI Burst FMQ read/write requirementsMichael Butler2019-09-191-15/+37
* "successful preparation means successful execution" guarantee neglects bad op...David Gross2019-09-122-12/+26
* Consolidate NNAPI VTS utility codeMichael Butler2019-09-1125-476/+278
* Cleanup NNAPI VTS testsMichael Butler2019-08-3027-533/+224
|\
| * Cleanup NNAPI VTS testsMichael Butler2019-08-2927-533/+224
* | Merge "Fix V1_2::IDevice::getType documentation: was @param instead of @return"David Gross2019-08-291-8/+8
|\|
| * Merge "Fix V1_2::IDevice::getType documentation: was @param instead of @return"David Gross2019-08-291-8/+8
| |\
| | * Fix V1_2::IDevice::getType documentation: was @param instead of @returnDavid Gross2019-08-281-8/+8
* | | NNAPI Combine Compatability test with VTS testMichael Butler2019-08-282-37/+6
|\| |
| * | NNAPI Combine Compatability test with VTS testMichael Butler2019-08-282-37/+6