summaryrefslogtreecommitdiff
path: root/nn
AgeCommit message (Expand)Author
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
2020-09-01Merge "Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709)" into stage...Xin Li
2020-09-01nn: Remove unnecessary includesJim Pollock
2020-08-28Merge "nn: fix unneeded static initialisation"Treehugger Robot
2020-08-27Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709)Xin Li
2020-08-26Merge "nn: relax case sensitivity in assertion"Treehugger Robot
2020-08-26Merge "nn: add missing include for IWYU"Treehugger Robot
2020-08-21nn: add missing include for IWYUJim Pollock
2020-08-21nn: relax case sensitivity in assertionStuart Langley
2020-08-21nn: fix unneeded static initialisationJim Pollock
2020-08-21nn: fix stack-use-after-scope error in TestExecutionJim Pollock
2020-08-19Add README.md to NNAPI fuzzing directoryMichael Butler
2020-08-11nn: refactor SVDF to simplify Tensorflow updateJim Pollock
2020-08-11Merge "nn: remove deprecated gtest macros"Treehugger Robot
2020-08-07nn: remove deprecated gtest macrosJim Pollock
2020-08-06Fix error message: dimensions -> rank.Xusong Wang