1. 4ef48f1 NNAPI: validate that FmqResultDatum padding is 0 -- runtime by Michael Butler · 5 years ago
  2. 6cae9c0 Merge "Specify ranks supported by MAXIMUM and MINIMUM" into qt-dev by Slava Shklyaev · 5 years ago
  3. a85c59e Merge "Document that quantized PAD behavior is undefined before 1.2" into qt-dev by Slava Shklyaev · 5 years ago
  4. b77a6c5 Merge "Fix bias comparison logic in fuzzing tests." into qt-dev by TreeHugger Robot · 5 years ago
  5. 0fb43d8 Document that quantized PAD behavior is undefined before 1.2 by Slava Shklyaev · 5 years ago
  6. e2107e0 Add tests covering TENSOR_BOOL8 path for comparisons by Lev Proleev · 5 years ago
  7. 33c1e05 Fix 4 new generated test cases by Michael Butler · 5 years ago
  8. 59b5304 Merge "Adjust code in response to Burst validation tests" into qt-dev by Michael Butler · 5 years ago
  9. 7b42cf4 Merge "Revert "Remove TENSOR_BOOL8 support from comparison ops"" into qt-dev by TreeHugger Robot · 5 years ago
  10. 5fa5092 Merge "Test tempBufferByteSize > kStaticBufferSize in TRANSPOSE_CONV_2D." into qt-dev by TreeHugger Robot · 5 years ago
  11. 3260db9 Adjust code in response to Burst validation tests by Michael Butler · 5 years ago
  12. 267c2d3 Fix bias comparison logic in fuzzing tests. by Xusong Wang · 5 years ago
  13. d3848a2 Merge "Add tests and fixes for BidirectionalSequenceLSTM op's aux_input." into qt-dev by TreeHugger Robot · 5 years ago
  14. 901b26e Revert "Remove TENSOR_BOOL8 support from comparison ops" by Lev Proleev · 5 years ago
  15. 3f4eed9 Merge "Add tests covering TENSOR_BOOL8 path for EQUAL and NOT_EQUAL" into qt-dev by TreeHugger Robot · 5 years ago
  16. 91a99b3 Merge "Remove TENSOR_BOOL8 support from comparison ops" into qt-dev by TreeHugger Robot · 5 years ago
  17. d0e9b09 Merge "Add quantized LSTM test with constant weights" into qt-dev by TreeHugger Robot · 5 years ago
  18. c96ec3a Merge changes from topic "nn_random_graph_cts" into qt-dev by TreeHugger Robot · 5 years ago
  19. 406ac2e Test tempBufferByteSize > kStaticBufferSize in TRANSPOSE_CONV_2D. by Xusong Wang · 5 years ago
  20. 47f3895 Add tests and fixes for BidirectionalSequenceLSTM op's aux_input. by Viet Dang · 5 years ago
  21. ef7ee07 Fix under/overflow issue in requantize and CAST. by Xusong Wang · 5 years ago
  22. a6d3b51 Add quantized LSTM test with constant weights by Lev Proleev · 5 years ago
  23. d8b2ce5 Add tests covering TENSOR_BOOL8 path for EQUAL and NOT_EQUAL by Lev Proleev · 5 years ago
  24. c35836f Remove TENSOR_BOOL8 support from comparison ops by Lev Proleev · 5 years ago
  25. 8179108 Merge "Generate missing vts tests for comparison ops" into qt-dev by TreeHugger Robot · 5 years ago
  26. f422e7a Make random graph tests part of CTS. by Xusong Wang · 5 years ago
  27. bea5a50 Test each individual driver in random graph tests. by Xusong Wang · 5 years ago
  28. fd8485c Merge changes I6202bcbd,I1bf133fb,If364a0da,I4d753287,I28ba0b4d, ... into qt-dev by Xusong Wang · 5 years ago
  29. 743e6ea Add ROI_ALIGN, ROI_POOLING, and HEATMAP_MAX_KEYPOINT signatures. by Xusong Wang · 5 years ago
  30. fa7d3da Define all 1.2 reshape ops in operation manager. by Xusong Wang · 5 years ago
  31. 69299ef Define all slicing ops in operation manager. by Xusong Wang · 5 years ago
  32. 67d9df5 Define all reduce ops in operation manager. by Xusong Wang · 5 years ago
  33. 9f4534e Define all resize ops in operation manager. by Xusong Wang · 5 years ago
  34. b00fd12 Define all reshape ops in operation manager. by Xusong Wang · 5 years ago
  35. 65bae3c Define all pooling ops in operation manager. by Xusong Wang · 5 years ago
  36. 68d8c80 Define all normalization ops in operation manager. by Xusong Wang · 5 years ago
  37. 478d259 Define GATHER, SELECT, TOPK in operation manager. by Xusong Wang · 5 years ago
  38. b73aba7 Define all lookup ops in operation manager. by Xusong Wang · 5 years ago
  39. 8d385e2 Define all casting ops in operation manager. by Xusong Wang · 5 years ago
  40. 8b64e4c Add fully connected op in operation manager. by Xusong Wang · 5 years ago
  41. 0ce0ab7 Define all elementwise ops in operation manager. by Xusong Wang · 5 years ago
  42. 9a232d7 Define concat and split op in operation manager. by Xusong Wang · 5 years ago
  43. 6c199c4 Define all comparison ops in operation manager. by Xusong Wang · 5 years ago
  44. 4ed3817 Define all arithmetic and logical broadcast ops. by Xusong Wang · 5 years ago
  45. e05bb99 Add ADD, MUL, SUB, DIV to operation manager. by Xusong Wang · 5 years ago
  46. 2ff2ab0 Define all convolution ops in operation manager. by Xusong Wang · 5 years ago
  47. 434a197 Reorganize OperationManager in random graph generator. by Xusong Wang · 5 years ago
  48. 7f2eb96 Random Graph Generator by Xusong Wang · 6 years ago
  49. 75c705d Merge "Create a test for MaskRCNN2Go model" into qt-dev by TreeHugger Robot · 5 years ago
  50. 08d6231 Merge "Add relaxed execution tests for PAD and PAD_V2" into qt-dev by TreeHugger Robot · 5 years ago
  51. 25ba72d Merge "Add tests for BidirectionalSequenceRNN with auxiliary inputs" into qt-dev by TreeHugger Robot · 5 years ago
  52. e1c07ce Add relaxed execution tests for PAD and PAD_V2 by Slava Shklyaev · 5 years ago
  53. 5cdd7e9 Merge "Add low rank support for PAD and PAD_V2" into qt-dev by Slava Shklyaev · 5 years ago
  54. ea6a00e Generate missing vts tests for comparison ops by Lev Proleev · 5 years ago
  55. 9776f14 Add tests for BidirectionalSequenceRNN with auxiliary inputs by Lev Proleev · 5 years ago
  56. 1e7a8ce Create a test for MaskRCNN2Go model by Miao Wang · 5 years ago
  57. 0196523 Merge "Run CTS GeneratedTests across all three compute modes: SYNC, ASYNC, BURST." into qt-dev by David Gross · 5 years ago
  58. 297e5cc Fill 0 for empty roi region in ROI_POOLING. by Xusong Wang · 5 years ago
  59. 1bac13f Run CTS GeneratedTests across all three compute modes: SYNC, ASYNC, BURST. by David Gross · 5 years ago
  60. 1edd87f Merge "Cleanup VersionedIPreparedModel and PreparedModelCallback" into qt-dev by Michael Butler · 5 years ago
  61. e7523a4 Merge "Fix comparison of quantized tensors." into qt-dev by TreeHugger Robot · 5 years ago
  62. 957a812 Add low rank support for PAD and PAD_V2 by Slava Shklyaev · 5 years ago
  63. 9bf012b Merge "Add missing checks that make sure required operands are not omitted." into qt-dev by TreeHugger Robot · 5 years ago
  64. 18c4ef0 Specify ranks supported by MAXIMUM and MINIMUM by Slava Shklyaev · 5 years ago
  65. 5439a82 Merge "Add a UNIDIRECTIONAL_SEQUENCE_LSTM test with projection bias" into qt-dev by TreeHugger Robot · 5 years ago
  66. 94b5e65 Cleanup VersionedIPreparedModel and PreparedModelCallback by Michael Butler · 6 years ago
  67. b747ed1 Merge "Fix the order of output_height and output_width." into qt-dev by TreeHugger Robot · 5 years ago
  68. ea818ed Merge "Fix bug computing conv output shapes." into qt-dev by Xusong Wang · 5 years ago
  69. 6ab48b9 Merge "Log operation name when validation fails" into qt-dev by TreeHugger Robot · 5 years ago
  70. 00a9d81 Fix bug computing conv output shapes. by Xusong Wang · 5 years ago
  71. a5467d8 Add a UNIDIRECTIONAL_SEQUENCE_LSTM test with projection bias by Slava Shklyaev · 5 years ago
  72. 60c6518 Add missing checks that make sure required operands are not omitted. by Lev Proleev · 5 years ago
  73. c932ebb BurstMemoryCache serialization cleanup by Michael Butler · 5 years ago
  74. 0b9af70 Merge "Compliance/Validation: DIV and SUB are only available at V1_1 and later." into qt-dev by David Gross · 5 years ago
  75. d340f86 Merge "Fix docs: clarify usage of float16 scalars in operations" into qt-dev by TreeHugger Robot · 5 years ago
  76. b30880a Fix comparison of quantized tensors. by Lev Proleev · 5 years ago
  77. c94887e Compliance/Validation: DIV and SUB are only available at V1_1 and later. by David Gross · 5 years ago
  78. b31e338 Log operation name when validation fails by Slava Shklyaev · 5 years ago
  79. 75f4f06 Fix the order of output_height and output_width. by Miao Wang · 5 years ago
  80. 238fe72 Cache ExecutionBurstServer memory resources by Michael Butler · 6 years ago
  81. dbd612b Merge "Fix hanging issue in ROI_ALIGN." into qt-dev by Xusong Wang · 5 years ago
  82. 68ff21c Fix hanging issue in ROI_ALIGN. by Xusong Wang · 5 years ago
  83. f21abd6 Execute compilation caching in GeneratedTests. by Xusong Wang · 5 years ago
  84. aa37de7 Merge "Create tests for SVDF with non-null bias" into qt-dev by Michael Butler · 5 years ago
  85. 3b0f743 Merge "Add tests for dilated convolutions with implicit padding" into qt-dev by TreeHugger Robot · 5 years ago
  86. b2ff437 Merge "Increase test coverage for PAD/PAD_V2" into qt-dev by TreeHugger Robot · 5 years ago
  87. ef42322 Increase test coverage for PAD/PAD_V2 by Slava Shklyaev · 5 years ago
  88. d5aeb44 Add tests for dilated convolutions with implicit padding by Lev Proleev · 5 years ago
  89. 3d9d1e1 Create tests for SVDF with non-null bias by Michael Butler · 5 years ago
  90. 28f3198 BidirectionalSequenceLSTM op: Fixes merge_outputs by Viet Dang · 5 years ago
  91. 3cbdb67 Merge "Clarify MEAN behavior with empty dimensions" into qt-dev by TreeHugger Robot · 5 years ago
  92. 3b09e2c Merge "Support zero batch in TRANSPOSE_CONV_2D." into qt-dev by TreeHugger Robot · 5 years ago
  93. 4016178 Merge "Fix log message for incorrect number of inputs to PAD_V2" into qt-dev by TreeHugger Robot · 5 years ago
  94. 3f7b09c Fix log message for incorrect number of inputs to PAD_V2 by Lev Proleev · 5 years ago
  95. dacaecf Merge "Add TFLite delegate tests to TEST_MAPPING" into qt-dev by TreeHugger Robot · 5 years ago
  96. 28b723a Merge "Vendor whitelist for NNAPI Vendor Extensions use." into qt-dev by TreeHugger Robot · 5 years ago
  97. 960f0d3 Fix quantized PRELU bug. by Xusong Wang · 5 years ago
  98. 8ea9817 Fix docs: clarify usage of float16 scalars in operations by Lev Proleev · 5 years ago
  99. 47c608b Vendor whitelist for NNAPI Vendor Extensions use. by Przemyslaw Szczepaniak · 5 years ago
  100. 201ed4e Clarify MEAN behavior with empty dimensions by Slava Shklyaev · 5 years ago