summaryrefslogtreecommitdiff
path: root/nn/runtime/test/TestValidation.cpp
AgeCommit message (Expand)Author
2020-04-30Add more NN priority validation testsMichael Butler
2020-04-02Validate if the returned output shapes overflow before updating.Xusong Wang
2020-03-26Catch integer overflow in getSizeOfData()Slava Shklyaev
2020-03-26Disallow operand types where size overflows uint32Slava Shklyaev
2020-03-26More graph validation, including whole-graph valdation.David Gross
2020-03-23Merge "Add validation tests for ANN_setLoopTimeout" into rvc-devTreeHugger Robot
2020-03-21Merge "Add more CTS validation tests for memory domain." into rvc-devTreeHugger Robot
2020-03-20Add validation tests for ANN_setLoopTimeoutSlava Shklyaev
2020-03-18Impose more discipline on uses of ModelArgumentInfoDavid Gross
2020-03-16Add more CTS validation tests for memory domain.Xusong Wang
2020-02-28Cleanup NNAPI QoS DeadlineMichael Butler
2020-02-18Relax setTimeout duration parameterMichael Butler
2020-02-14Merge "Fix NNAPI deadline overflow test"Michael Butler
2020-02-12Fix NNAPI deadline overflow testMichael Butler
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-22Add tests for sync fence related API.Miao Wang
2020-01-21Create CTS tests for QoS in NNAPIMichael Butler
2020-01-17Memory Domain Runtime: Explicit memory copying.Xusong Wang
2020-01-17Memory Domain Runtime: Device memory as execution I/O.Xusong Wang
2020-01-17Memory Domain Runtime: NDK ANNMemory allocator interface.Xusong Wang
2020-01-16Memory Domain Runtime: NDK ANNMemoryDesc.Xusong Wang
2019-04-08Merge "Finish work on collecting execution duration. Add tests and execution ...David Gross
2019-04-01Propagate ANNMemory_free to IBurstContext::freeMemoryMichael Butler
2019-03-28Finish work on collecting execution duration. Add tests and execution state e...David Gross
2019-03-26NNAPI Burst object cleanupMichael Butler
2019-03-06Merge "Add a centralized runtime extension information store"TreeHugger Robot
2019-03-06Add a centralized runtime extension information storeSlava Shklyaev
2019-03-05Add validation test to make sure device names are unique.Miao Wang
2019-02-26Validate the consistency between dimensionCount and dimensions.Xusong Wang
2019-01-30Merge changes Ifdb305d8,I03953c2d,I4b6281cd,Ibeda48f3Xusong Wang
2019-01-29Fix broken ValidationTests.Xusong Wang
2019-01-29Document, support, and test unspecified dimension.David Gross
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-25Fix ValidationTestCompilationForDevices.ExecutionTiming.Xusong Wang
2019-01-24Update API to allow collecting execution duration.David Gross
2019-01-24Merge "Add AHardwareBuffer support for NNAPI"Miao Wang
2019-01-23Add AHardwareBuffer support for NNAPIMiao Wang
2019-01-23Implement NDK interface for NNAPI compilation caching.Xusong Wang
2019-01-22Implement NDK interface for dynamic output shape.Xusong Wang
2019-01-18Add NDK API to allow developers to query the device typeMiao 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-11-16Implement ANeuralNetworksExecution_compute() and add related properties.David Gross
2018-10-26Remove invalid test cases for GetSupportedOperationsForDevices andMiao Wang
2018-10-24Implement the following introspection & control APIs:Miao Wang