Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_hardware_interfaces
/
f21217f173f07467584d117629958ccfc35f7b3c
/
neuralnetworks
2504c2f
NNAPI: Add execution preference to prepareModel (HAL)
by Michael Butler
· 7 years ago
25f3ad3
Sync NNAPI Operand and Operation documentation fixes
by Michael Butler
· 7 years ago
541e243
Fix documentation.
by David Gross
· 7 years ago
a82d391
Fix the spec for TENSOR_QUANT8_ASYMM to match our validation.
by Miao Wang
· 7 years ago
fcf9546
Merge "Fix the NNAPI HAL documentation about ADD and MUL" into pi-dev
by TreeHugger Robot
· 7 years ago
f76acd0
NN validation tests
by Michael Butler
· 7 years ago
f629840
Fix the NNAPI HAL documentation about ADD and MUL
by Miao Wang
· 7 years ago
7a76d8a
Add validation tests for consistency of model inputs and outputs.
by David Gross
· 7 years ago
c893754
Update Makefiles Missed In Previous Commits
by Nathan Harold
· 7 years ago
cca38c5
Disable arm32 asan for VtsHalNeuralnetworksV1_1TargetTest
by Pirama Arumuga Nainar
· 8 years ago
4d5bb10
Relax NeuralNetwork's VTS positive and negative base tests
by Michael Butler
· 8 years ago
fe606d5
Merge "Add Capabilities::relaxedFloat32toFloat16Performance for 1.1."
by David Gross
· 8 years ago
4b458ca
Add Capabilities::relaxedFloat32toFloat16Performance for 1.1.
by David Gross
· 8 years ago
842e1a0
Minor modification to allow relaxed precision test
by Miao Wang
· 8 years ago
7ffe78b
NNAPI narrow evaluation for P -- HAL
by Michael Butler
· 8 years ago
a2d04c8
Refactor NN API VTS tests and add v1.1 tests
by Miao Wang
· 8 years ago
3530f9e
Add README to NeuralNetworks HAL
by Michael Butler
· 8 years ago
5c6ee9e
Create NeuralNetworks HAL v1.1 for new OperationTypes
by Michael Butler
· 8 years ago
fcca4e2
Remove subdirs
by Steven Moreland
· 8 years ago
8db261b
Updating makefiles for hidl_interface.
by Steven Moreland
· 8 years ago
f390f03
Update for Soong-only makefiles.
by Steven Moreland
· 8 years ago
5bf4edf
Refactor test harness for generated VTS tests
by I-Jui (Ray) Sung
· 8 years ago
90379de
Corrected performanceInfo documentation
by Jean-Luc Brouillet
· 8 years ago
0c7d0a9
Merge "Fix VTS failures on tests with optional inputs" into oc-mr1-dev
by TreeHugger Robot
· 8 years ago
959cd78
Fix VTS failures on tests with optional inputs
by I-Jui (Ray) Sung
· 8 years ago
13cbc53
Early test termination for unsupported models
by Michael Butler
· 8 years ago
0897ab3
Only verify output of models a vendor nn service fully supports
by Michael Butler
· 8 years ago
072811f
Merge "Fix problem passing null optional operands." into oc-mr1-dev
by TreeHugger Robot
· 8 years ago
578b61c
Fix problem passing null optional operands.
by Jean-Luc Brouillet
· 8 years ago
cf22a57
NNAPI HAL: Change IEvent to explicit callbacks
by Michael Butler
· 8 years ago
39ac22e
Remove operationTuple.
by Jean-Luc Brouillet
· 8 years ago
e9a134b
Merge "Removed WIP tag from Neuralnetworks HAL" into oc-mr1-dev
by Michael Butler
· 8 years ago
ee39067
Merge "Add negative tests to the Neuralnetworks HAL" into oc-mr1-dev
by Michael Butler
· 8 years ago
926df1e
Removed WIP tag from Neuralnetworks HAL
by Michael Butler
· 8 years ago
f6b8550
Downgrade generated test harness for NDK libc++
by I-Jui (Ray) Sung
· 8 years ago
2f499a9
Add negative tests to the Neuralnetworks HAL
by Michael Butler
· 8 years ago
7d765bd
Support ignored output in test harness
by I-Jui (Ray) Sung
· 8 years ago
18622e6
Merge "Add documentation to the Neuralnetworks HIDL HAL." into oc-mr1-dev
by Miao Wang
· 8 years ago
c782110
Add documentation to the Neuralnetworks HIDL HAL.
by Michael Butler
· 8 years ago
4385047
Merge "Relax tolerance for FP comparison in test harness" into oc-mr1-dev
by Ray Sung
· 8 years ago
773369a
Relax tolerance for FP comparison in test harness
by I-Jui (Ray) Sung
· 8 years ago
5ea3ece
Make the enums signed int, remove unused info.
by Miao Wang
· 8 years ago
a7cdb30
Move OEM codes out of NeuralNetworks.h to new file NeuralNetworksOEM.h.
by David Gross
· 8 years ago
2c4e136
Test harness for generated tests
by I-Jui (Ray) Sung
· 8 years ago
61ae6ed
Neuralnetworks HAL cleanup -- hardware/interfaces
by Michael Butler
· 8 years ago
e9dc167
Make prepareModel asynchronous.
by Michael Butler
· 8 years ago
2b39521
Merge "Fix bug in the way an Event handles a bound thread." into oc-mr1-dev
by David Gross
· 8 years ago
0380d7f
Fix bug in the way an Event handles a bound thread.
by David Gross
· 8 years ago
62cc79b
Refactor how arguments are tracked.
by Jean-Luc Brouillet
· 8 years ago
199aa86
Add FusedActivationFunc enum and renamed certain operations.
by Miao Wang
· 8 years ago
0e2ac1b
NNAPI Concurrent Query Management -- HAL and VTS update
by Michael Butler
· 8 years ago
5d143d2
Cleanup the constants.
by Jean-Luc Brouillet
· 8 years ago
df5dd34
Add OEM_OPERATION to NN HAL.
by Miao Wang
· 8 years ago
9e06ee8
Merge "Replace LOOKUP with EMBEDDING and HASHTABLE_LOOKUP" into oc-mr1-dev
by Yang Ni
· 8 years ago
6afb992
Update vts test to use the updated test template.
by Zhuoyao Zhang
· 8 years ago
8454fcd
Fix test that broke when number of ADD inputs increased from 2 to 3.
by David Gross
· 8 years ago
7d23580
Replace LOOKUP with EMBEDDING and HASHTABLE_LOOKUP
by Yang Ni
· 8 years ago
5a9c0c3
Merge "Remove the data type from the OperationType enum." into oc-mr1-dev
by Miao Wang
· 8 years ago
a5a663c
Remove the data type from the OperationType enum.
by Miao Wang
· 8 years ago
3368773
Merge "Neural networks test static links to HAL def libs." into oc-mr1-dev
by Tri Vo
· 8 years ago
0cd9782
Neural networks test static links to HAL def libs.
by Tri Vo
· 8 years ago
608d773
Update make file for vndk enabled.
by Justin Yun
· 8 years ago
f5d136c
Update Android.bp HIDL makefiles
by Tri Vo
· 8 years ago
dfc529d
Add OWNERS file to Neuralnetworks VTS test directory
by Michael Butler
· 8 years ago
bb4ff65
Initial VTS tests for Neural Networks HAL.
by Michael Butler
· 8 years ago
376ec0c
Move neuralnetworks HAL to hardware/interfaces
by Michael Butler
· 8 years ago