1. 08 9月, 2021 1 次提交
  2. 03 9月, 2021 2 次提交
  3. 28 8月, 2021 1 次提交
  4. 27 8月, 2021 3 次提交
    • T
      Sync from upstream TF. (#474) · 1ae8bec3
      TFLM-bot 提交于
      1ae8bec3
    • N
    • A
      Remove -D<target> (#471) · 3eca5785
      Advait Jain 提交于
      There isn't any need to have a special define for the target. In fact,
      having such a define can create trouble when the TARGET and
      OPTIMIZED_KERNEL_DIR have the same name.
      
      Priot to this change, -D<target> and -D<optimized_kernel_dir> could
      result in the same define which would interfere with the kernel variant
      definitions (which are tied to the optimized_kernel_dir and are
      independent of the target).
      
      Manually tested that the following command fails without this change, and passes with it:
      ```
      make -f tensorflow/lite/micro/tools/make/Makefile TARGET=xtensa TARGET_ARCH=hifi4 XTENSA_CORE=F1_190305_swupgrade -j8 keyword_benchmark
      ```
      
      BUG=http://b/197889069
      3eca5785
  5. 26 8月, 2021 3 次提交
  6. 25 8月, 2021 2 次提交
  7. 24 8月, 2021 6 次提交
  8. 20 8月, 2021 9 次提交
  9. 18 8月, 2021 9 次提交
  10. 17 8月, 2021 4 次提交