summaryrefslogtreecommitdiff
path: root/nn
AgeCommit message (Expand)Author
2020-11-24Merge "Add missing inequality operators to NNAPI Canonical Types"HEADmastermainMichael Butler
2020-11-24Add missing inequality operators to NNAPI Canonical TypesMichael Butler
2020-11-24Adjust visibility for nnapi module.Baligh Uddin
2020-11-23Replace direct cgroup access with task profilesSuren Baghdasaryan
2020-11-20Log conversion errors in legacy codeSlava Shklyaev
2020-11-20Replace native_handle with unique_fdSlava Shklyaev
2020-11-20Split Utils into LegacyUtils and LegacyHalUtilsSlava Shklyaev
2020-11-20Copy Utils to LegacyUtils and LegacyHalUtilsSlava Shklyaev
2020-11-20Use sensible Capabilities in test driversSlava Shklyaev
2020-11-16Disable NNAPI host buildMichael Butler
2020-11-16Introduce NNAPI Canonical Interface typesMichael Butler
2020-11-13Merge "Remove HAL types from NNAPI fuzz test harness"Michael Butler
2020-11-12Remove HAL types from NNAPI fuzz test harnessMichael Butler
2020-11-12nnapi: Set min_sdk_version to "30"Nikita Ioffe
2020-11-06Make operation validation return Result<Version>Michael Butler
2020-11-06Reorganize operation validation version codeMichael Butler
2020-11-05Update operation validation from HalVersion to VersionMichael Butler
2020-11-04Update NNAPI canonical validationMichael Butler
2020-11-02Migrate NNAPI runtime to canonical typesSlava Shklyaev
2020-11-02Update getNonExtensionSize() for TENSOR_OEM_BYTESlava Shklyaev
2020-11-02Avoid potential use of uninitialized memoryGreg Kaiser
2020-10-24Merge "Cleanup references to system/core/base -> system/libbase"Baligh Uddin
2020-10-23Cleanup references to system/core/base -> system/libbaseBaligh Uddin
2020-10-19Make the connection between implementation and llndk_library explicitColin Cross
2020-10-14Merge "Add to close copied dupfd."Treehugger Robot
2020-10-11Add FusedActivationFunc to canonical typesMichael Butler
2020-10-09Merge "nn: use libc++_static as stl instead of c++_static"Treehugger Robot
2020-10-09nn: use libc++_static as stl instead of c++_staticJim Pollock
2020-10-08Merge "ml: improve inclusive language use"Jim Pollock
2020-10-07Merge "Add equality operator to canonical operand and operation types"Michael Butler
2020-10-07Merge "ml: add define guards for hardware buffer tests"Treehugger Robot
2020-10-06Add equality operator to canonical operand and operation typesMichael Butler
2020-10-06Merge changes from topic "nnapi-canonical-types"Michael Butler
2020-10-06Fix AHWB handle leak in CpuExecutor when locking fails.Xusong Wang
2020-10-06Add to close copied dupfd.WON JUN LEE
2020-10-05Introduce Result type into NNAPIMichael Butler
2020-10-05Implement canonical types in NNAPIMichael Butler
2020-10-02ml: improve inclusive language useJim Pollock
2020-10-01ml: add define guards for hardware buffer testsJim Pollock
2020-09-29model output of unspecified shape as partition input should not force CPU fal...David Gross
2020-09-29More testing for partitions with boundary temporaries of unknown size.David Gross
2020-09-29Partial fix to allow partitions to have boundary temporaries of unknown size.David Gross
2020-09-29Merge "Fix integer overflow in RGG."Xusong Wang
2020-09-28Fix integer overflow in RGG.Xusong Wang
2020-09-21Introduce canonical types in NNAPIMichael Butler
2020-09-17Merge mainline-release 6664920 to master - DO NOT MERGEBill Yi
2020-09-08Merge "nn: Ensure BlobCache entries are aligned by size_t" am: 015e291930temp_sam_168057903Treehugger Robot
2020-09-08Merge "nn: Ensure BlobCache entries are aligned by size_t"Treehugger Robot
2020-09-08nn: Ensure BlobCache entries are aligned by size_tStuart Langley
2020-09-01Merge "nn: Remove unnecessary includes" am: fb5cbcb197Treehugger Robot