1. 17 8月, 2021 5 次提交
  2. 14 8月, 2021 8 次提交
  3. 13 8月, 2021 4 次提交
  4. 12 8月, 2021 3 次提交
  5. 11 8月, 2021 3 次提交
  6. 10 8月, 2021 7 次提交
  7. 07 8月, 2021 5 次提交
    • D
      Add a new test case for conv operator (#329) (#377) · 751b36c5
      deqiangc 提交于
      * Add a new test case for conv operator (#329)
      
      This new test case is based on issue #329 to increase
      coverage on optimized kernel's data precision for conv operator.
      In this test, input, output and filter are all 8 bits and filter
      tensor is of dimension 8x3x3x3 with different scales per output channel.
      
      TESTED= local test with x86 and HiFi4.
      
      * Move large test data variable into its own folder
      and use one flat top namespace instead of nested namespace.
      
      BUG=195779890
      751b36c5
    • D
      Fix cortex_m_generic makefile (#376) · 44353712
      David Davis 提交于
      * Add files from TfLite
      
      Added batch_matmul.h and tensor_utils_common.h that are needed for the BATCH_MATMUL operator.
      
      * Arduino library creation for CI build.
      Issue# 256
      
      * fix bug with include file path flattening
      
      * fix examples path generation
      
      Some files in examples source and headers list are not in the examples directory.  They can be tensorflow files or third-party files.  The code is corrected so that these files end up inside the generated directory tree.  Previously, these files were being placed outside the generated directory tree and were thus invisible to follow-on targeted generation scripts.
      
      * remove/revert files that go into the arduino-examples repo
      
      * Format with:
      
      ```
      tensorflow/lite/micro/tools/ci_build/test_code_style.sh --fix_formatting
      ```
      
      * request changes to PR
      
      * Removed symbolic link for micro_speech example from Makefile.
      Added additional include flags to Makefile.
      Adjusted header file transformations during base tree creation.
      
      * Fix formatting.
      
      * Move Arduino specific code to seperate repo
      
      Remove ARDUINO defines.
      Fix incorrect NDEBUG use.
      
      Issue  #256
      
      * Fix cortex_m_generic makefile
      
      Fix typo in cortex_m_generic makefile so that the correct list of header files is generated by the create_tflm_tree.py script.
      
      bug=Arduino library creation external to the tflite-micro repository #256
      Co-authored-by: NAdvait Jain <advaitjain@users.noreply.github.com>
      Co-authored-by: NAdvait Jain <advaitjain@google.com>
      44353712
    • A
      Fix the link (#375) · e3027c6d
      Advait Jain 提交于
      e3027c6d
    • A
    • A
      Fixed ARC projects and library generation. (#371) · 6b8b699e
      Artem Tsvetkov 提交于
      6b8b699e
  8. 06 8月, 2021 3 次提交
    • D
      Move Arduino specific code to seperate repo (#369) · 8d43320b
      David Davis 提交于
      * Add files from TfLite
      
      Added batch_matmul.h and tensor_utils_common.h that are needed for the BATCH_MATMUL operator.
      
      * Arduino library creation for CI build.
      Issue# 256
      
      * fix bug with include file path flattening
      
      * fix examples path generation
      
      Some files in examples source and headers list are not in the examples directory.  They can be tensorflow files or third-party files.  The code is corrected so that these files end up inside the generated directory tree.  Previously, these files were being placed outside the generated directory tree and were thus invisible to follow-on targeted generation scripts.
      
      * remove/revert files that go into the arduino-examples repo
      
      * Format with:
      
      ```
      tensorflow/lite/micro/tools/ci_build/test_code_style.sh --fix_formatting
      ```
      
      * request changes to PR
      
      * Removed symbolic link for micro_speech example from Makefile.
      Added additional include flags to Makefile.
      Adjusted header file transformations during base tree creation.
      
      * Fix formatting.
      
      * Move Arduino specific code to seperate repo
      
      Remove ARDUINO defines.
      Fix incorrect NDEBUG use.
      
      Issue  #256
      Co-authored-by: NAdvait Jain <advaitjain@users.noreply.github.com>
      Co-authored-by: NAdvait Jain <advaitjain@google.com>
      8d43320b
    • T
      Automated sync from github.com/tensorflow/tensorflow (#343) · d97cd090
      TFLM-bot 提交于
      * Sync from upstream TF.
      
      * Fix build errors.
      
      * more fixes.
      
      * one more fix.
      Co-authored-by: NAdvait Jain <advaitjain@google.com>
      d97cd090
    • N
      bd0df04a
  9. 05 8月, 2021 1 次提交
  10. 03 8月, 2021 1 次提交