summaryrefslogtreecommitdiff
path: root/nn/common
AgeCommit message (Expand)Author
2020-05-20Fix sample driver segfault in BIDIRECTIONAL_SEQUENCE_LSTM and LSTMLev Proleev
2020-05-18Merge "Fix null ptr dereference in cpu implementation of operations" into rvc...Lev Proleev
2020-05-15Fix null ptr dereference in cpu implementation of operationsLev Proleev
2020-05-15Merge "Fix null ptr dereference in REDUCE_* cpu implementation" into rvc-devLev Proleev
2020-05-12Merge "Avoid sending ahwb requests to 1.0 and 1.1 drivers." into rvc-devXusong Wang
2020-05-11Avoid sending ahwb requests to 1.0 and 1.1 drivers.Xusong Wang
2020-05-07Fix null ptr dereference in REDUCE_* cpu implementationLev Proleev
2020-05-07Merge "Improve shape validation in FULLY_CONNECTED" into rvc-devSlava Shklyaev
2020-05-06Improve shape validation in FULLY_CONNECTEDSlava Shklyaev
2020-05-01Merge "Fix null ptr dereference in squeeze cpu implementation." into rvc-devPrzemyslaw Szczepaniak
2020-05-01Merge changes I3e1eb543,I012eb4df into rvc-devMichael Butler
2020-04-30Fix null ptr dereference in squeeze cpu implementation.Przemysław Szczepaniak
2020-04-29Merge "Fix validateRequest with unknown rank in model." into rvc-devXusong Wang
2020-04-29Fix validateRequest with unknown rank in model.Xusong Wang
2020-04-29Merge "Add STRIDED_SLICE validations on neg stride with shrinkMask." into rvc...Xusong Wang
2020-04-28Add STRIDED_SLICE validations on neg stride with shrinkMask.Xusong Wang
2020-04-24Simplify IDevice reboot logicMichael Butler
2020-04-20Remove unused utility functionsLev Proleev
2020-04-20Add tests for multiplier quantization functionsLev Proleev
2020-04-14Merge "Add NeuralNetworksTest_utils to presubmit" into rvc-devTreeHugger Robot
2020-04-14Add NeuralNetworksTest_utils to presubmitLev Proleev
2020-04-11Merge "Add copyright header QLSTM.cpp" into rvc-devTreeHugger Robot
2020-04-10Add copyright header QLSTM.cppMiao Wang
2020-04-08Merge changes I54642338,Ica52243a into rvc-devXusong Wang
2020-04-07Merge "Fix HARD_SWISH rank requirement" into rvc-devTreeHugger Robot
2020-04-07Prevent RGG from generating NaN values.Xusong Wang
2020-04-07Merge "Remove unused code" into rvc-devTreeHugger Robot
2020-04-06Remove unused codeSlava Shklyaev
2020-04-06Fix HARD_SWISH rank requirementLev Proleev
2020-04-06Add rank check to LOCAL_RESPONSE_NORMALIZATION validationLev Proleev
2020-04-06Add rank check to FLOOR validationLev Proleev
2020-04-06Add rank checks to validation functionsLev Proleev
2020-04-03Merge "Validate if the returned output shapes overflow before updating." into...Xusong Wang
2020-04-02Validate if the returned output shapes overflow before updating.Xusong Wang
2020-04-02Merge "Add tests of DIV by zero." into rvc-devXusong Wang
2020-04-01Merge "Add syncWait() utility function with richer return value than sync_wai...David Gross
2020-03-31Add syncWait() utility function with richer return value than sync_wait()David Gross
2020-03-30Merge "Add rank validation to CONV_2D." into rvc-devTreeHugger Robot
2020-03-30Add tests of DIV by zero.Xusong Wang
2020-03-30Add rank validation to CONV_2D.Stefano Galarraga
2020-03-30Merge changes Idd6a070b,Ibb8ca421 into rvc-devSlava Shklyaev
2020-03-28Merge "Fix the issue that INSTANCE_NORMALIZATION is not numerically stable." ...TreeHugger Robot
2020-03-28Merge "Check scale and zeroPoint for all output operand in CpuExecutor" into ...TreeHugger Robot
2020-03-27Check scale and zeroPoint for all output operand in CpuExecutorMiao Wang
2020-03-27Fix the issue that INSTANCE_NORMALIZATION is not numerically stable.Xusong Wang
2020-03-26Catch integer overflow in getSizeOfData()Slava Shklyaev
2020-03-26Disallow operand types where size overflows uint32Slava Shklyaev
2020-03-26More graph validation, including whole-graph valdation.David Gross
2020-03-26Merge "Add rank check to concatenation op" into rvc-devLev Proleev
2020-03-25Add rank check to concatenation opLev Proleev