1. 02 6月, 2023 1 次提交
    • D
      Update SELECT_V2 to match TFLM kernel code (#2015) · 2b7a4ad6
      David Davis 提交于
      @tensorflow/micro
      
      Eval method now uses TfLiteEvalTensor.
      
      The `has_low_rank_input_condition` variable has been removed from OpData as SELECT_V2 does not use this variable.
      
      All code outside of the registration has been placed into the anonymous namespace.
      
      bug=fixes #2014
      2b7a4ad6
  2. 01 6月, 2023 1 次提交
    • D
      Fix SELECT_V2 Prepare deallocation error (#2013) · 78b4040c
      David Davis 提交于
      @tensorflow/micro
      
      Fix logic error in Prepare that prevented deallocation of temporary tensors, when scalars were present in the inputs. 
      
      Added 3 tests from TfLite for scalar inputs.
      
      bug=fixes #2010
      78b4040c
  3. 31 5月, 2023 1 次提交
    • R
      Remove dead code from Dequantize (#2011) · 2b7f86c8
      RJ Ascani 提交于
      The Dequantize op only supports an output type of Float32. This change removes output_multiplier adjustments for Int32 outputs, as it cannot be reached due to an earlier check. It also eliminates logging for unsupported output types in DequantizeEval, as those would also be caught by an earlier check.
      
      BUG=http://b/230890286
      2b7f86c8
  4. 29 5月, 2023 1 次提交
    • D
      Port EMBEDDING_LOOKUP to TFLM (#1872) · 9dc65ef8
      David Davis 提交于
      @tensorflow/micro
      
      Port the EMBEDDING_LOOKUP kernel operator to TFLM.
      Recreate tests for kernel operator (INT8, FLOAT32). 
      Add SymmetricScaleFromMinMax method to test_helpers.h file. 
      Update Makefiles.
      Update Bazel build script.
      
      bug=fixes #1871
      9dc65ef8
  5. 28 5月, 2023 2 次提交
  6. 27 5月, 2023 3 次提交
  7. 26 5月, 2023 2 次提交
  8. 25 5月, 2023 1 次提交
    • R
      Update bazel install script path (#1995) · 73aa99ba
      RJ Ascani 提交于
      The bazel install script path was changed from ci/install_bazel.sh to ci/install_bazelisk.sh. This commit updates the CONTRIBUTING doc with the new path.
      BUG=doc fix
      73aa99ba
  9. 24 5月, 2023 3 次提交
  10. 23 5月, 2023 1 次提交
  11. 20 5月, 2023 2 次提交
  12. 19 5月, 2023 3 次提交
  13. 17 5月, 2023 4 次提交
  14. 16 5月, 2023 1 次提交
  15. 14 5月, 2023 1 次提交
  16. 13 5月, 2023 4 次提交
  17. 12 5月, 2023 1 次提交
  18. 11 5月, 2023 1 次提交
  19. 09 5月, 2023 1 次提交
  20. 05 5月, 2023 1 次提交
  21. 04 5月, 2023 3 次提交
  22. 03 5月, 2023 2 次提交