summaryrefslogtreecommitdiff
path: root/nn/runtime/test/TestPartitioning.cpp
AgeCommit message (Expand)Author
2020-05-11Add 1.3 support to TestPartitioning.cppPrzemysław Szczepaniak
2020-04-01Update cache token mapping logic with reference models.Xusong Wang
2020-02-28Cleanup NNAPI QoS DeadlineMichael Butler
2020-02-18Merge changes from topics "nnapi-loop-timeout", "nnapi-loop-timeout-hal"Slava Shklyaev
2020-02-18Merge "Implement control flow execution planning"Slava Shklyaev
2020-02-18Implement control flow execution planningSlava Shklyaev
2020-02-18Incorporate loop timeout HAL changesSlava Shklyaev
2020-02-18Add control flow performance reporting to sample driversSlava Shklyaev
2020-02-14Implement control flow performance estimationSlava Shklyaev
2020-02-03NNAPI runtime: Remove priority from prepareModelFromCacheMichael Butler
2020-01-29Update sync fence related APIsMiao Wang
2020-01-22Sync fence support in NNAPIMiao Wang
2020-01-21Implement QoS in NNAPIMichael Butler
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-16Memory Domain Runtime: HAL APIs.Xusong Wang
2020-01-14Deprecate the term "submodel" in favor of "step model", "referenced model", etcSlava Shklyaev
2019-12-03NN Runtime: Upgrade IPreparedModel::executeSynchronously to 1.3.Xusong Wang
2019-11-08NN Runtime: Upgrade IPreparedModel::execute to 1.3.Xusong Wang
2019-11-06NN Runtime: Upgrade IPreparedModelCallback::notify to 1.3.Xusong Wang
2019-10-14Cleanup Manager's Device classMichael Butler
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-23clang-format for frameworks/ml/nnMichael Butler
2019-07-25Cleanup HalInterfaces.hMichael Butler
2019-07-19Remove redundant params from OperandType constructStefano Galarraga
2019-07-02Replace 'void ModelBuilder::setHidlModel(Model* model) const' with 'Model Mod...David Gross
2019-05-10Support partitions of V1_x::Model executing on V1_y::IDevice (x > y).David Gross
2019-04-02Remove tmp cache directory if test succeeds.Xusong Wang
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
2019-02-13Implement NNAPI compilation caching runtime.Xusong Wang
2019-01-29Modify drivers for compilation caching HAL change.Xusong Wang
2019-01-24Update API to allow collecting execution duration.David Gross
2019-01-24NNAPI Burst -- runtime V1_2 skeletal implementationMichael Butler
2019-01-24Support dynamic output shape in 1.2 HAL interface.Xusong Wang
2019-01-02Support @1.2::IPreparedModel::executeSynchronously().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-12-12Fix performance-for-range-copy warningsChih-Hung Hsieh
2018-11-29Implement ANeuralNetworksExecution_compute() and add related properties.David Gross
2018-10-29Fix tests after Device::getName() returns a const char*Miao Wang
2018-10-24Implement the following introspection & control APIs:Miao Wang
2018-09-21Upgrade runtime tests to v1.2Slava Shklyaev
2018-08-23Merge "Compilation shouldn't fall back to CPU if there is an OEM_OPERATION."David Gross
2018-08-21Compilation shouldn't fall back to CPU if there is an OEM_OPERATION.David Gross
2018-07-18graphDump() improvements.David Gross