summaryrefslogtreecommitdiff
path: root/nn/runtime/test/TestNeuralNetworksWrapper.h
AgeCommit message (Expand)Author
2020-04-17Add NNT_static internal tests for device memory allocation.Xusong Wang
2020-04-07Handle CONSTANT_REFERENCEs in generated CTS testsSlava Shklyaev
2020-04-06Add more tests for getOutputOperand*() and for burst and fenced executionDavid Gross
2020-03-09Add test_wrapper::Compilation::createForDevice()Slava Shklyaev
2020-02-18Add setLoopTimeout CTS testSlava Shklyaev
2020-02-14Add control flow support to test harnessSlava Shklyaev
2020-02-12Add control flow support to TestNeuralNetworksWrapperSlava Shklyaev
2020-02-03NNAPI runtime: Remove priority from prepareModelFromCacheMichael Butler
2020-01-29Update sync fence related APIsMiao Wang
2020-01-22Add tests for sync fence related API.Miao Wang
2019-11-08Add convenience helpers to TestNeuralNetworksWrapperSlava Shklyaev
2019-11-04Add new helper method to TestNeuralNetworksWrapperSlava Shklyaev
2019-08-16Cleanup NNAPI runtime Memory objectsMichael Butler
2019-07-26Fix names of #include guard symbols.David Gross
2019-07-01Rationalize names of #include guard symbols.David Gross
2019-04-25Run CTS GeneratedTests across all three compute modes: SYNC, ASYNC, BURST.David Gross
2019-04-02NNAPI Burst object cleanupMichael Butler
2019-03-06Add extension operand parameter support to NeuralNetworksWrapperSlava Shklyaev
2019-02-21Adds TENSOR_QUANT8_SYMM support to test infrastructureLev Proleev
2019-01-29NNAPI Burst -- runtime and CTSMichael Butler
2019-01-28Refine documentation for compilation caching.Xusong Wang
2019-01-24Add a new ResultCode corresponding to ErrorStatus::DEVICE_UNAVAILABLEMiao Wang
2019-01-24Add AHardwareBuffer support for NNAPIMiao Wang
2019-01-24Implement NDK interface for NNAPI compilation caching.Xusong Wang
2019-01-24Implement NDK interface for dynamic output shape.Xusong Wang
2019-01-24Add new OperandType TENSOR_QUANT16_ASYMM.Xusong Wang
2019-01-24Implement dynamic output shape in CpuExecutor and Sample Driver.Xusong Wang
2019-01-09Replace ANNOperandType::ExtraParams with a function call.Przemyslaw Szczepaniak
2018-12-28CONV_2D with per-channel quantization.Przemyslaw Szczepaniak
2018-12-28Add TENSOR_QUANT8_SYMM_PER_CHANNEL to operand types.Przemyslaw Szczepaniak
2018-12-18Add new OperandType FLOAT16.Xusong Wang
2018-12-13Add new type TENSOR_BOOL8Slava Shklyaev
2018-11-29Implement ANeuralNetworksExecution_compute() and add related properties.David Gross
2018-10-24Implement the following introspection & control APIs:Miao Wang