summaryrefslogtreecommitdiff
path: root/nn/runtime/NeuralNetworks.cpp
AgeCommit message (Expand)Author
2019-04-08Finish 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
2019-01-18Add new OperandType TENSOR_QUANT16_ASYMM.Xusong Wang
2019-01-18Add NDK API to allow developers to query the device typeMiao Wang
2019-01-17Implement dynamic output shape in CpuExecutor and Sample Driver.Xusong Wang
2019-01-08Replace ANNOperandType::ExtraParams with a function call.Przemyslaw Szczepaniak
2018-12-14Wrap the CpuExecutor as a device during compilation step.Xusong Wang
2018-12-10Add TENSOR_QUANT8_SYMM_PER_CHANNEL to operand types.Przemyslaw Szczepaniak
2018-12-06Add new OperandType FLOAT16.Xusong Wang
2018-11-30Add new type TENSOR_BOOL8Slava Shklyaev
2018-11-27Merge changes from topic "syncexec-ndk-shallow"Michael Butler
2018-11-16Implement ANeuralNetworksExecution_compute() and add related properties.David Gross
2018-11-15Replace TENSOR_QUANT16_ASYMM with TENSOR_QUANT16_SYMMLev Proleev
2018-10-24Implement the following introspection & control APIs:Miao Wang
2018-10-24Implement the following introspection APIs:Miao Wang
2018-10-16Adds TENSOR_FLOAT16 operand type.Michael K. Sanders
2018-10-16Add TENSOR_QUANT16_ASYMM to operand typesLev Proleev
2018-10-09Add new OperandType BOOL.Lev Proleev
2018-07-02Add benchmark-friendly output to systrace parserMika Raento
2018-06-15NNAPI systrace for timing statisticsMika Raento
2018-05-14Fix setOperandValue validation for optional operands.Miao Wang
2018-04-20Error code fix and added new (std::nothrow) where needed.Przemyslaw Szczepaniak
2018-04-06Map execution failure error status from driver through NN API to client.David Gross
2018-03-23Propagate execution failure from driver to NN API client.David Gross
2018-03-15Fix the validation for ANeuralNetworksExecution_setInput & setOutputMiao Wang
2018-02-20NNAPI narrow evaluation for P -- runtimeMichael Butler
2018-01-30Allow CpuExecutor to execute the new ops.Miao Wang
2017-10-12Pass large model operand values in shared memory.Jean-Luc Brouillet
2017-10-06Allow fine grain verbose logging control through system property.Miao Wang
2017-10-04Rename setInputsAndOutputsJean-Luc Brouillet
2017-10-02NNAPI Runtime: Change IEvent to explicit callbacksMichael Butler