summaryrefslogtreecommitdiff
path: root/nn/common
AgeCommit message (Expand)Author
2020-05-19Fix null ptr dereference in REDUCE_* cpu implementationLev Proleev
2020-05-13Avoid sending ahwb requests to 1.0 and 1.1 drivers.Xusong Wang
2020-05-07Improve shape validation in FULLY_CONNECTEDSlava Shklyaev
2020-05-01Fix null ptr dereference in squeeze cpu implementation.Przemysław Szczepaniak
2020-05-01Simplify IDevice reboot logicMichael Butler
2020-05-01Fix validateRequest with unknown rank in model.Xusong Wang
2020-04-29Add STRIDED_SLICE validations on neg stride with shrinkMask.Xusong Wang
2020-04-29Remove unused utility functionsLev Proleev
2020-04-29Add tests for multiplier quantization functionsLev Proleev
2020-04-17Add NeuralNetworksTest_utils to presubmitLev Proleev
2020-04-14Add copyright header QLSTM.cppMiao Wang
2020-04-14Prevent RGG from generating NaN values.Xusong Wang
2020-04-14Fix HARD_SWISH rank requirementLev Proleev
2020-04-07Remove unused codeSlava Shklyaev
2020-04-07Add rank check to LOCAL_RESPONSE_NORMALIZATION validationLev Proleev
2020-04-07Add rank check to FLOOR validationLev Proleev
2020-04-07Add rank checks to validation functionsLev Proleev
2020-04-06Validate if the returned output shapes overflow before updating.Xusong Wang
2020-04-06Add tests of DIV by zero.Xusong Wang
2020-04-02Merge changes I028f4dde,I1c314d08,Ia5887720,Idd6a070b,Ibb8ca421, ...Treehugger Robot
2020-04-01Add syncWait() utility function with richer return value than sync_wait()David Gross
2020-03-31Add rank validation to CONV_2D.Stefano Galarraga
2020-03-31Catch integer overflow in getSizeOfData()Slava Shklyaev
2020-03-31Disallow operand types where size overflows uint32Slava Shklyaev
2020-03-31Fix the issue that INSTANCE_NORMALIZATION is not numerically stable.Xusong Wang
2020-03-31Check scale and zeroPoint for all output operand in CpuExecutorMiao Wang
2020-03-31More graph validation, including whole-graph valdation.David Gross
2020-03-27Add rank check to concatenation opLev Proleev
2020-03-27Handle unspecified IF operand valueSlava Shklyaev
2020-03-20Document and test L2_NORMALIZATION with input of all zeros.Xusong Wang
2020-03-20Fix SQUEEZE with optional squeeze dims.Xusong Wang
2020-03-20Validate the first dimension of DEPTHWISE_CONV_2D filter.Xusong Wang
2020-03-17Merge changes from topic "nnapi_memory_domain_sample_driver"android-r-preview-4android-r-preview-3android-r-preview-2Xusong Wang
2020-03-16Support memory domain in sample driver.Xusong Wang
2020-03-16Decouple Burst types from 1.3 typesMichael Butler
2020-03-13Move TOPK_V2 to OperationResolverLev Proleev
2020-03-13Update the sample driver to validate unspecified output shape forMiao Wang
2020-03-13Set output shape in RANK operation preparePrzemyslaw Szczepaniak
2020-03-09Cleanup NNAPI QoS DeadlineMichael Butler
2020-02-26Fix memory violation in subgraph validationSlava Shklyaev
2020-02-26Add align_corners and half_pixel_centers parameters to resize opsLev Proleev
2020-02-26Relax setTimeout duration parameterMichael Butler
2020-02-26Fix for QLSTM op when handling projection.Viet Dang
2020-02-26Add parallel linking support for BIDIRECTIONAL_SEQUENCE_LSTMLev Proleev
2020-02-26Add parallel linking support for BIDIRECTIONAL_SEQUENCE_RNNLev Proleev
2020-02-26Implement loop timeout in CpuExecutorSlava Shklyaev
2020-02-26Incorporate loop timeout HAL changesSlava Shklyaev
2020-02-26Add loop timeout APISlava Shklyaev
2020-02-26Implement control flow execution planningSlava Shklyaev
2020-02-26Add control flow performance reporting to sample driversSlava Shklyaev