summaryrefslogtreecommitdiffstats
path: root/neuralnetworks
Commit message (Expand)AuthorAgeFilesLines
* Fix condition in mutateOperationOperandTypeSkip for conv ops.Xusong Wang2019-03-131-2/+3
* Fix the documentation about paddings for SPACE_TO_BATCH_ND am: 9c9fea329e am:...Miao Wang2019-03-132-2/+4
|\
| * Fix the documentation about paddings for SPACE_TO_BATCH_NDMiao Wang2019-03-122-2/+4
* | Merge "Skip OUTPUT_INSUFFICIENT_SIZE test for zero-sized output."Xusong Wang2019-03-131-3/+11
|\ \
| * | Skip OUTPUT_INSUFFICIENT_SIZE test for zero-sized output.Xusong Wang2019-03-121-3/+11
* | | Fix "tranpose" typo. am: 7b303e1670 am: 1d58b00848Elliott Hughes2019-03-081-1/+1
|\ \ \ | | |/ | |/|
| * | Fix "tranpose" typo.Elliott Hughes2019-03-081-1/+1
* | | Specify NNAPI extension name format am: 1d2cd43476 am: f6bdc6a983Slava Shklyaev2019-03-082-2/+11
|\| |
| * | Specify NNAPI extension name formatSlava Shklyaev2019-03-082-2/+11
* | | Fix operations docs am: fdf3c0363a am: 0775d27fe6Lev Proleev2019-03-051-30/+60
|\| |
| * | Fix operations docsLev Proleev2019-03-051-30/+60
* | | Merge "Update makefies: no 'types'" am: 4ee5ec1469 am: bab622f6a6Steven Moreland2019-03-043-41/+0
|\| | | |/ |/|
| * Update makefies: no 'types'Steven Moreland2019-03-043-41/+0
| * Adds TENSOR_QUANT8_SYMM support to test infrastructureLev Proleev2019-02-211-1/+2
| * Merge "Add presubmit tests to NNAPI -- hardware/interfaces/neuralnetworks"Michael Butler2019-02-207-8/+99
| |\
| | * Add presubmit tests to NNAPI -- hardware/interfaces/neuralnetworksMichael Butler2019-02-197-8/+99
| * | Update TRANSPOSE_CONV_2D docsLev Proleev2019-02-181-12/+37
| |/
| * Pretty-print ErrorStatus and DeviceStatus test failure logsMichael Butler2019-02-156-24/+42
| * Modify several 1.2 nn operation specs.Xusong Wang2019-02-141-9/+56
| * Remove tmp directory after CompilationCachingTest if cache not supported.Xusong Wang2019-02-141-10/+26
| * Added missing ASSERT_NE.Hervé Guihot2019-02-141-0/+1
| * Fix the usage of GTEST_SKIPMiao Wang2019-02-131-1/+4
| * Fix VTS tests.Lev Proleev2019-02-131-2/+32
| * neuralnetworks: Update makefiles.Steven Moreland2019-02-121-0/+1
| * Sync docs between NeuralNetworks.h and HAL fileLev Proleev2019-02-121-15/+4274
| * Deprecate OEM types in NNAPISlava Shklyaev2019-02-121-3/+14
| * Update NNAPI Extensions documentationSlava Shklyaev2019-02-121-1/+1
| * Added TENSOR_QUANT8_SYMM type.Hervé Guihot2019-02-082-2/+17
| * Add new OperandType TENSOR_QUANT16_ASYMM.Xusong Wang2019-02-081-0/+5
| * Add VTS tests for NNAPI compilation caching.Xusong Wang2019-02-0811-112/+783
| * Add getSupportedExtensions to NNAPI IDeviceSlava Shklyaev2019-02-082-0/+32
| * Define NNAPI Extensions typesSlava Shklyaev2019-02-081-26/+130
* | Merge "Adds TENSOR_QUANT8_SYMM support to test infrastructure"TreeHugger Robot2019-02-201-1/+2
|\ \
| * | Adds TENSOR_QUANT8_SYMM support to test infrastructureLev Proleev2019-02-201-1/+2
* | | Merge "Add presubmit tests to NNAPI -- hardware/interfaces/neuralnetworks"Michael Butler2019-02-197-9/+99
|\ \ \ | |/ / |/| |
| * | Add presubmit tests to NNAPI -- hardware/interfaces/neuralnetworksMichael Butler2019-02-157-9/+99
* | | Update TRANSPOSE_CONV_2D docsLev Proleev2019-02-151-12/+37
|/ /
* | Merge "Pretty-print ErrorStatus and DeviceStatus test failure logs"Michael Butler2019-02-146-24/+42
|\ \
| * | Pretty-print ErrorStatus and DeviceStatus test failure logsMichael Butler2019-02-146-24/+42
* | | Merge "Remove tmp directory after CompilationCachingTest if cache not support...Xusong Wang2019-02-141-10/+26
|\ \ \
| * | | Remove tmp directory after CompilationCachingTest if cache not supported.Xusong Wang2019-02-131-10/+26
* | | | Modify several 1.2 nn operation specs.Xusong Wang2019-02-131-9/+56
* | | | Added missing ASSERT_NE.Hervé Guihot2019-02-121-0/+1
|/ / /
* / / Update makefiles.Steven Moreland2019-02-111-0/+1
|/ /
* | Merge "Update makefiles." am: b35c23e70c am: b37145e08eSteven Moreland2019-02-061-0/+3
|\|
| * Update makefiles.Steven Moreland2019-02-051-0/+3
| * Add VTS test for dynamic output shape.Xusong Wang2019-01-301-33/+109
| * Shorten NNAPI enum range namesSlava Shklyaev2019-01-302-20/+20
| * Report "SKIPPED" for unsupported tests.Miao Wang2019-01-291-3/+3
| * Implement NN HAL for compilation caching.Xusong Wang2019-01-293-0/+164