summaryrefslogtreecommitdiff
path: root/nn/runtime/NeuralNetworks.cpp
AgeCommit message (Expand)Author
2020-02-18Relax setTimeout duration parameterMichael Butler
2020-02-18Implement loop timeout in ExecutionPlanSlava Shklyaev
2020-02-18Incorporate loop timeout HAL changesSlava Shklyaev
2020-02-18Add loop timeout APISlava Shklyaev
2020-02-10Fix ANNExecution_getDuration with new duration codesMiao Wang
2020-01-29Update sync fence related APIsMiao Wang
2020-01-27Implement control flow APISlava Shklyaev
2020-01-23Merge changes from topic "nn_sync_fence"Miao Wang
2020-01-22Sync fence support in NNAPIMiao Wang
2020-01-22Add FILL and RANK opsLev Proleev
2020-01-22Add HARD_SWISH opLev Proleev
2020-01-22Add ELU opLev Proleev
2020-01-21Implement QoS in NNAPIMichael Butler
2020-01-21Add QoS types to NNAPI runtimeMichael Butler
2020-01-21Add Quality of Service to the NNAPIMichael Butler
2020-01-21Define control flow APISlava Shklyaev
2020-01-17Memory Domain Runtime: Explicit memory copying.Xusong Wang
2020-01-17Memory Domain Runtime: NDK ANNMemory allocator interface.Xusong Wang
2020-01-16Memory Domain Runtime: NDK ANNMemoryDesc.Xusong Wang
2020-01-16Memory Domain Runtime: Define NDK APIs.Xusong Wang
2020-01-09Implements Quantized LSTM op for R.Viet Dang
2019-10-17Make Device::getSupportedOperation return by valueMichael Butler
2019-10-14Cleanup Manager's Device classMichael Butler
2019-08-16Cleanup NNAPI runtime Memory objectsMichael Butler
2019-08-07Audit object lifetime management: Fix documentation, add tests, add defensive...David Gross
2019-07-26Reorganize model slicing data structures: Replace IModelSlicer with MetaModelDavid Gross
2019-07-19Cleanup HalInterfaces.hMichael Butler
2019-07-10Change external local includes to system includesMichael Butler
2019-07-02Replace 'void ModelBuilder::setHidlModel(Model* model) const' with 'Model Mod...David Gross
2019-03-28Finish work on collecting execution duration. Add tests and execution state e...David Gross
2019-02-08Add new op RESIZE_NEAREST_NEIGHBOR.Xusong Wang
2019-01-31Merge "No CPU fallback will be provided when using introspection API ANeuralN...Miao Wang
2019-01-31No CPU fallback will be provided when using introspection APIMiao Wang
2019-01-30Add static_assert in NeuralNetworks.cppXusong Wang
2019-01-29Merge changes from topic "get-supported-extensions"Slava Shklyaev
2019-01-28Merge "NNAPI Burst -- runtime and CTS"Michael Butler
2019-01-28Add Extensions APISlava Shklyaev
2019-01-27NNAPI Burst -- runtime and CTSMichael Butler
2019-01-25Modify drivers for compilation caching HAL change.Xusong Wang
2019-01-24Merge "Update API to allow collecting execution duration."David Gross
2019-01-24Update API to allow collecting execution duration.David Gross
2019-01-23Add a new ResultCode corresponding to ErrorStatus::DEVICE_UNAVAILABLEMiao Wang
2019-01-24Merge "Add AHardwareBuffer support for NNAPI"Miao Wang
2019-01-23Merge "Implement NDK interface for NNAPI compilation caching."Xusong Wang
2019-01-23Add AHardwareBuffer support for NNAPIMiao Wang
2019-01-23Implement NDK interface for NNAPI compilation caching.Xusong Wang
2019-01-22NNAPI Burst -- NDK interfaceMichael Butler
2019-01-22Implement NDK interface for dynamic output shape.Xusong Wang
2019-01-19Merge changes from topic "nn_quant16_asymm"Xusong Wang
2019-01-19Merge changes from topic "dynamic_output_shape_sample_driver"Xusong Wang