summaryrefslogtreecommitdiff
path: root/nn/runtime/test/TestPartitioningRandom.cpp
AgeCommit message (Expand)Author
2020-04-24Fix "#define VERBOSE" bit-rot (build failure)David Gross
2020-04-08Add some V1_3 operations to Seed/RandomPartitioningTest.*David Gross
2020-03-19Ensures test sources are not built with NDEBUGStefano Galarraga
2020-02-18Add control flow performance reporting to sample driversSlava Shklyaev
2020-01-21Add QoS types to NNAPI runtimeMichael Butler
2020-01-21Incorporate control flow HAL changesSlava Shklyaev
2020-01-21Rename MODEL_INPUT to SUBGRAPH_INPUT and MODEL_OUTPUT to SUBGRAPH_OUTPUTSlava Shklyaev
2020-01-14Deprecate the term "submodel" in favor of "step model", "referenced model", etcSlava Shklyaev
2019-11-06NN Runtime: Upgrade IPreparedModelCallback::notify to 1.3.Xusong Wang
2019-10-10Revert "Merge "Revert "Add HAL version 1.3 and add TENSOR_QUANT8_ASYMM_SIGNED...Colin Cross
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-11Cleanup CacheToken and HalInterfacesMichael Butler
2019-08-26Cleanup NNAPI runtime Memory objectsMichael Butler
2019-08-23clang-format for frameworks/ml/nnMichael Butler
2019-07-25Cleanup HalInterfaces.hMichael Butler
2019-05-10Support partitions of V1_x::Model executing on V1_y::IDevice (x > y).David Gross
2019-03-22Fix caching interface according to vendor feedback.Xusong Wang
2019-03-22Add @V1_2::Capabilities to support all non extension operand types.David Gross
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-11-29Implement ANeuralNetworksExecution_compute() and add related properties.David Gross
2018-11-15C++17 compatibility: std::random_shuffle has been removed.Elliott Hughes
2018-10-24Implement the following introspection & control APIs:Miao Wang
2018-09-21Upgrade runtime tests to v1.2Slava Shklyaev
2018-07-18graphDump() improvements.David Gross
2018-05-21Unknown dimension tests for partitioning and hvxMika Raento
2018-04-18NNAPI: Add execution preference to prepareModel (runtime)Michael Butler
2018-04-04When test builds a Device from TestDriver, call Device::initialize().David Gross
2018-03-05Simplify lifetime management of ModelBuilderMichael Butler
2018-03-05Add Capabilities::relaxedFloat32toFloat16Performance for 1.1.David Gross
2018-03-05Upgrade 1.0 sample driver to 1.1Michael Butler
2018-01-31Upgrade NeuralNetworks v1.0 to v1.1.Michael Butler
2017-12-11Make RandomPartitioningTest more easily configuable.David Gross
2017-12-04Add ::android::nn::graphDump() method for graph visualization.David Gross
2017-12-01Random testing of partitioned versus non-partitioned execution.David Gross