summaryrefslogtreecommitdiffstats
path: root/neuralnetworks
Commit message (Expand)AuthorAgeFilesLines
* Add memory domain VTS generated tests.Xusong Wang2020-01-163-40/+316
* Memory Domain HAL: Define HAL APIs.Xusong Wang2020-01-169-21/+333
* Fix quantized LSTM docLev Proleev2020-01-102-1/+3
* Merge "Enable QuantizationCouplingTest in NNAPI VTS"TreeHugger Robot2020-01-101-3/+3
|\
| * Enable QuantizationCouplingTest in NNAPI VTSLev Proleev2020-01-091-3/+3
* | Add quantized LSTM op.Viet Dang2020-01-092-2/+130
|/
* Merge "NNAPI: Update docs for ops with signed quantization"TreeHugger Robot2020-01-073-125/+294
|\
| * NNAPI: Update docs for ops with signed quantizationLev Proleev2020-01-063-125/+294
* | Add quant8 signed generated testsLev Proleev2020-01-031-0/+9
|/
* Add exceptions to the signed quantization coupling testsLev Proleev2020-01-021-2/+2
* Merge "Add TENSOR_QUANT8_ASYMM_SIGNED support for DEQUANTIZE"TreeHugger Robot2019-12-121-2/+3
|\
| * Add TENSOR_QUANT8_ASYMM_SIGNED support for DEQUANTIZELev Proleev2019-12-051-2/+3
* | Merge "NN HAL: Upgrade IPreparedModel::executeSynchronously to 1.3."Xusong Wang2019-12-113-8/+66
|\ \
| * | NN HAL: Upgrade IPreparedModel::executeSynchronously to 1.3.Xusong Wang2019-11-183-8/+66
* | | Add TENSOR_QUANT8_ASYMM_SIGNED support for ARG(MIN|MAX)Przemyslaw Szczepaniak2019-12-101-1/+2
* | | Fix use-after-free error in NNAPI VTS tests am: 56cda83f8c am: 0854f5f759Lev Proleev2019-12-092-13/+13
|\ \ \
| * | | 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
* | | | Add TENSOR_QUANT8_ASYMM_SIGNED support for more opsLev Proleev2019-11-283-91/+53
| |_|/ |/| |
* | | Add TENSOR_QUANT8_ASYMM_SIGNED support for more opsPrzemyslaw Szczepaniak2019-11-273-27/+93
* | | Add TENSOR_QUANT8_ASYMM_SIGNED support for activationsLev Proleev2019-11-211-3/+15
* | | Add TENSOR_QUANT8_ASYMM_SIGNED support for pooling opsLev Proleev2019-11-211-2/+6
* | | Add TENSOR_QUANT8_ASYMM_SIGNED support to ADD, MUL and SUB.Lev Proleev2019-11-201-4/+11
* | | Merge changes from topic "quant_coupling"Lev Proleev2019-11-207-63/+175
|\ \ \
| * | | Add QUANT8_ASYMM_SIGNED support to SELECT opLev Proleev2019-11-182-11/+15
| * | | Add quantization coupling testLev Proleev2019-11-185-52/+160
* | | | Merge "Remove VtsHalNeuralnetworksV1_2TargetTest from vts-core suite" am: 86c...Dan Shi2019-11-181-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Remove VtsHalNeuralnetworksV1_2TargetTest from vts-core suiteDan Shi2019-11-181-1/+1
* | | Combine test parameters into TestConfig structureLev Proleev2019-11-122-98/+92
| |/ |/|
* | Add NNAPI 1.3 OperationTypeLev Proleev2019-11-115-48/+4587
* | NN HAL: Upgrade IPreparedModel::execute to 1.3.Xusong Wang2019-11-0713-23/+107
* | NN HAL: Upgrade IPreparedModelCallback::notify to 1.3.Xusong Wang2019-11-0711-15/+434
* | Merge "Change NNAPI VTS TEST_MAPPING to restrict testing on sample drivers" a...Michael Butler2019-11-011-16/+16
|\|
| * Change NNAPI VTS TEST_MAPPING to restrict testing on sample driversMichael Butler2019-10-291-16/+16
* | Merge "Add VtsHalNeuralnetworksV1_3TargetTest to TEST_MAPPING" am: 70798b6b10...Michael Butler2019-10-312-1/+12
|\|
| * Add VtsHalNeuralnetworksV1_3TargetTest to TEST_MAPPINGMichael Butler2019-10-292-1/+12
* | Merge "Simplify NNAPI VTS TEST_MAPPING options" am: 950dcb63cf am: cf57e42449Michael Butler2019-10-301-3/+3
|\|
| * 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