summaryrefslogtreecommitdiff
path: root/nn
AgeCommit message (Expand)Author
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-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
2020-08-06Merge "Fix validateRequest with unknown output rank."Treehugger Robot
2020-08-05Merge "nn: add namespace qualifier to nullptr_t reference"Treehugger Robot
2020-08-05nn: add namespace qualifier to nullptr_t referenceJim Pollock
2020-08-04Sample Driver with XNNPACKMiao Wang
2020-08-03Fix validateRequest with unknown output rank.Xusong Wang
2020-08-01Merge "Fix mixed-build CTS failures."Xusong Wang
2020-07-31Merge "Update test generator to comply with Android's inclusive language guid...Treehugger Robot
2020-07-31Fix mixed-build CTS failures.Xusong Wang
2020-07-31Update test generator to comply with Android's inclusive language guidanceXusong Wang
2020-07-30Update language to comply with Android's inclusive language guidanceJeff Sharkey
2020-07-24Reject extension operations in sample driversSlava Shklyaev
2020-07-22Merge "nn: fix memory leak in CPUExecutor while op"Treehugger Robot