summaryrefslogtreecommitdiff
path: root/nn/runtime/Android.bp
AgeCommit message (Expand)Author
2020-05-01libneuralnetworks_headers is marked as available to platformJiyong Park
2020-02-10Add apex_available field for NNAPI static libraries.Przemyslaw Szczepaniak
2020-02-06rm libbinderthreadstateSteven Moreland
2020-01-27Sync fence support in NNAPIMiao Wang
2020-01-15Introduce libneuralnetworks_staticJiyong Park
2019-12-24Merge "Use apex_available property"Treehugger Robot
2019-12-13Upgrade libneuralnetworks version to 30.Xusong Wang
2019-12-09Add "stubs:" property for libneuralnetworksJooyung Han
2019-12-02Use apex_available propertyJiyong Park
2019-11-21Compile all libneuralnetworks.so dependencies statically.Przemyslaw Szczepaniak
2019-11-21Replace GraphicBuffer with AHardwareBuffer.Przemyslaw Szczepaniak
2019-11-05Switch to libcrypto_static for com.android.neuralnetworks APEXPrzemyslaw Szczepaniak
2019-10-16Add HAL version 1.3 and add TENSOR_QUANT8_ASYMM_SIGNED OperandTypeLev Proleev
2019-10-10Revert "Add HAL version 1.3 and add TENSOR_QUANT8_ASYMM_SIGNED OperandType"Lev Proleev
2019-10-09Add HAL version 1.3 and add TENSOR_QUANT8_ASYMM_SIGNED OperandTypeLev Proleev
2019-09-24Use shared libcryptoColin Cross
2019-09-23Replace libbinder dependency with libneuralnetworks_packageinfoPrzemyslaw Szczepaniak
2019-09-06Remove libhwbinder/libhidltransport depsSteven Moreland
2019-08-16Wrap the CpuExecutor as a device during execution step.Xusong Wang
2019-08-16Format .bp filesMichael Butler
2019-04-04Relax NNAPI Vendor Extensions usage restrictions.Przemyslaw Szczepaniak
2019-03-06Add a centralized runtime extension information storeSlava Shklyaev
2019-02-26Use GraphicBuffer API to access BLOB mode hardware buffer.Miao Wang
2019-02-13Implement NNAPI compilation caching runtime.Xusong Wang
2019-02-12Remove libartbase dependency.Vladimir Marko
2019-02-12Restrict usage of Extensions.Michael K. Sanders
2019-01-29NNAPI Burst -- runtime and CTSMichael Butler
2019-01-24Add AHardwareBuffer support for NNAPIMiao Wang
2018-12-14Wrap the CpuExecutor as a device during compilation step.Xusong Wang
2018-12-13Add versioned interface for 1.2 HAL changes.Xusong Wang
2018-09-21Upgrade NeuralNetworks to v1.2Slava Shklyaev
2018-08-15Disable OpenMP for CPU fallback implementation.Miao Wang
2018-04-10Mark libneuralnetworks as LLNDKLogan Chien
2018-04-09Merge "Remove libnativehelper from shared_libs"Logan Chien
2018-04-04Only export public APIs from libneuralnetworks.so.David Gross
2018-04-03Remove libnativehelper from shared_libsLogan Chien
2018-03-22Enable openmp multi-threading for NNAPI CPU path.Miao Wang
2018-03-05Removed subdirs from Android.bp fileMichael Butler
2018-01-31Upgrade NeuralNetworks v1.0 to v1.1.Michael Butler
2017-10-02NNAPI Runtime: Change IEvent to explicit callbacksMichael Butler
2017-09-13Partition the requests to run on multiple devices.Jean-Luc Brouillet
2017-09-13Add the NN API to the NDK.Jean-Luc Brouillet
2017-09-13Rename Request to Execution at the API level.David Gross
2017-09-10Add compilation APIs.David Gross
2017-09-08Add support for mmaped file descriptorMiao Wang
2017-09-01NNAPI Concurrent Query Management -- ImplementationMichael Butler
2017-08-30Implement LSH Projection for NN API on CPUYang Ni
2017-08-29Add full support for Memory pools.Jean-Luc Brouillet
2017-07-27Resolve NN VNDK dependencies.Yifan Hong
2017-07-25Pass the model as an HIDL component.Jean-Luc Brouillet