index
:
android_hardware_interfaces
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
staging/lineage-15.0_rebase-android-8.0.0_r23
staging/lineage-15.1
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
neuralnetworks
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix condition in mutateOperationOperandTypeSkip for conv ops.
Xusong Wang
2019-03-13
1
-2
/
+3
*
Fix the documentation about paddings for SPACE_TO_BATCH_ND am: 9c9fea329e am:...
Miao Wang
2019-03-13
2
-2
/
+4
|
\
|
*
Fix the documentation about paddings for SPACE_TO_BATCH_ND
Miao Wang
2019-03-12
2
-2
/
+4
*
|
Merge "Skip OUTPUT_INSUFFICIENT_SIZE test for zero-sized output."
Xusong Wang
2019-03-13
1
-3
/
+11
|
\
\
|
*
|
Skip OUTPUT_INSUFFICIENT_SIZE test for zero-sized output.
Xusong Wang
2019-03-12
1
-3
/
+11
*
|
|
Fix "tranpose" typo. am: 7b303e1670 am: 1d58b00848
Elliott Hughes
2019-03-08
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Fix "tranpose" typo.
Elliott Hughes
2019-03-08
1
-1
/
+1
*
|
|
Specify NNAPI extension name format am: 1d2cd43476 am: f6bdc6a983
Slava Shklyaev
2019-03-08
2
-2
/
+11
|
\
|
|
|
*
|
Specify NNAPI extension name format
Slava Shklyaev
2019-03-08
2
-2
/
+11
*
|
|
Fix operations docs am: fdf3c0363a am: 0775d27fe6
Lev Proleev
2019-03-05
1
-30
/
+60
|
\
|
|
|
*
|
Fix operations docs
Lev Proleev
2019-03-05
1
-30
/
+60
*
|
|
Merge "Update makefies: no 'types'" am: 4ee5ec1469 am: bab622f6a6
Steven Moreland
2019-03-04
3
-41
/
+0
|
\
|
|
|
|
/
|
/
|
|
*
Update makefies: no 'types'
Steven Moreland
2019-03-04
3
-41
/
+0
|
*
Adds TENSOR_QUANT8_SYMM support to test infrastructure
Lev Proleev
2019-02-21
1
-1
/
+2
|
*
Merge "Add presubmit tests to NNAPI -- hardware/interfaces/neuralnetworks"
Michael Butler
2019-02-20
7
-8
/
+99
|
|
\
|
|
*
Add presubmit tests to NNAPI -- hardware/interfaces/neuralnetworks
Michael Butler
2019-02-19
7
-8
/
+99
|
*
|
Update TRANSPOSE_CONV_2D docs
Lev Proleev
2019-02-18
1
-12
/
+37
|
|
/
|
*
Pretty-print ErrorStatus and DeviceStatus test failure logs
Michael Butler
2019-02-15
6
-24
/
+42
|
*
Modify several 1.2 nn operation specs.
Xusong Wang
2019-02-14
1
-9
/
+56
|
*
Remove tmp directory after CompilationCachingTest if cache not supported.
Xusong Wang
2019-02-14
1
-10
/
+26
|
*
Added missing ASSERT_NE.
Hervé Guihot
2019-02-14
1
-0
/
+1
|
*
Fix the usage of GTEST_SKIP
Miao Wang
2019-02-13
1
-1
/
+4
|
*
Fix VTS tests.
Lev Proleev
2019-02-13
1
-2
/
+32
|
*
neuralnetworks: Update makefiles.
Steven Moreland
2019-02-12
1
-0
/
+1
|
*
Sync docs between NeuralNetworks.h and HAL file
Lev Proleev
2019-02-12
1
-15
/
+4274
|
*
Deprecate OEM types in NNAPI
Slava Shklyaev
2019-02-12
1
-3
/
+14
|
*
Update NNAPI Extensions documentation
Slava Shklyaev
2019-02-12
1
-1
/
+1
|
*
Added TENSOR_QUANT8_SYMM type.
Hervé Guihot
2019-02-08
2
-2
/
+17
|
*
Add new OperandType TENSOR_QUANT16_ASYMM.
Xusong Wang
2019-02-08
1
-0
/
+5
|
*
Add VTS tests for NNAPI compilation caching.
Xusong Wang
2019-02-08
11
-112
/
+783
|
*
Add getSupportedExtensions to NNAPI IDevice
Slava Shklyaev
2019-02-08
2
-0
/
+32
|
*
Define NNAPI Extensions types
Slava Shklyaev
2019-02-08
1
-26
/
+130
*
|
Merge "Adds TENSOR_QUANT8_SYMM support to test infrastructure"
TreeHugger Robot
2019-02-20
1
-1
/
+2
|
\
\
|
*
|
Adds TENSOR_QUANT8_SYMM support to test infrastructure
Lev Proleev
2019-02-20
1
-1
/
+2
*
|
|
Merge "Add presubmit tests to NNAPI -- hardware/interfaces/neuralnetworks"
Michael Butler
2019-02-19
7
-9
/
+99
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add presubmit tests to NNAPI -- hardware/interfaces/neuralnetworks
Michael Butler
2019-02-15
7
-9
/
+99
*
|
|
Update TRANSPOSE_CONV_2D docs
Lev Proleev
2019-02-15
1
-12
/
+37
|
/
/
*
|
Merge "Pretty-print ErrorStatus and DeviceStatus test failure logs"
Michael Butler
2019-02-14
6
-24
/
+42
|
\
\
|
*
|
Pretty-print ErrorStatus and DeviceStatus test failure logs
Michael Butler
2019-02-14
6
-24
/
+42
*
|
|
Merge "Remove tmp directory after CompilationCachingTest if cache not support...
Xusong Wang
2019-02-14
1
-10
/
+26
|
\
\
\
|
*
|
|
Remove tmp directory after CompilationCachingTest if cache not supported.
Xusong Wang
2019-02-13
1
-10
/
+26
*
|
|
|
Modify several 1.2 nn operation specs.
Xusong Wang
2019-02-13
1
-9
/
+56
*
|
|
|
Added missing ASSERT_NE.
Hervé Guihot
2019-02-12
1
-0
/
+1
|
/
/
/
*
/
/
Update makefiles.
Steven Moreland
2019-02-11
1
-0
/
+1
|
/
/
*
|
Merge "Update makefiles." am: b35c23e70c am: b37145e08e
Steven Moreland
2019-02-06
1
-0
/
+3
|
\
|
|
*
Update makefiles.
Steven Moreland
2019-02-05
1
-0
/
+3
|
*
Add VTS test for dynamic output shape.
Xusong Wang
2019-01-30
1
-33
/
+109
|
*
Shorten NNAPI enum range names
Slava Shklyaev
2019-01-30
2
-20
/
+20
|
*
Report "SKIPPED" for unsupported tests.
Miao Wang
2019-01-29
1
-3
/
+3
|
*
Implement NN HAL for compilation caching.
Xusong Wang
2019-01-29
3
-0
/
+164
[next]