1. 10 7月, 2021 2 次提交
  2. 09 7月, 2021 5 次提交
  3. 08 7月, 2021 2 次提交
  4. 07 7月, 2021 1 次提交
  5. 02 7月, 2021 1 次提交
  6. 30 6月, 2021 2 次提交
  7. 29 6月, 2021 1 次提交
  8. 26 6月, 2021 4 次提交
  9. 25 6月, 2021 2 次提交
  10. 24 6月, 2021 2 次提交
  11. 23 6月, 2021 4 次提交
  12. 22 6月, 2021 3 次提交
  13. 19 6月, 2021 1 次提交
  14. 18 6月, 2021 7 次提交
    • A
      Remove hifimini support from the bazel build. (#198) · aaa88b7d
      Advait Jain 提交于
      * Remove hifimini support from the bazel build.
      
       * Consolidate all kernel BUILD targets into micro_ops
       * remove select statements for xtensa_hifimini
      
      BUG=http://b/191406930
      
      * fix bazel build.
      aaa88b7d
    • A
      Explicitly build all targets with bazel as part of CI. (#196) · 3ebcc8a2
      Advait Jain 提交于
      * Explicitly build all targets with bazel as part of CI.
      
      With #194 we removed the build_test targets. We are instead going to
      explicitly have a bazel build command as part of the CI checks.
      
      * fix typo
      3ebcc8a2
    • F
      Add Arm Compiler 6 support to Corstone-300 target (#175) · f70e9b2e
      Fredrik Knutsson 提交于
      * Put location variables before target .inc's are included
      
      They can be useful in the target .inc
      
      Change-Id: I0ee3f77f79be272f4dc3502fb4a38017d8162fa1
      
      * Add ARMC6 compiler support for Corstone-300 target
      
        * Use fromelf instead of objcopy for armclang toolchain when
          generating a binary
        * Add ARMC6 linker and build flags to the Corstone-330 target
        * Add RETARGET macro in patch script to avoid undefined symbol
          build error for ARMC6.
        * Use a reduced set of Cortex-M CPU's for easier maintenance.
      
      Change-Id: Id9a20d57fa4fa0f1339f44523417e2dabfe7e152
      
      * Review comment - Override exit symbol only for GCC
      
      Change-Id: I93628c92ee352f36c7e7dd99351e4a73c29a8d30
      
      * Review comment - Change how to pass linker options for ARMC6
      
      Change-Id: Iacec5a6df6902bc8a14f460d63ae917039f982cc
      
      * Review comment - correct the upmerge
      
      Change-Id: I9a250f6a444336f9b95428a126a94a18f40060dc
      Co-authored-by: NAdvait Jain <advaitjain@users.noreply.github.com>
      f70e9b2e
    • A
      Remove `build_test` from the BUILD files. (#194) · 3e37fdaa
      Advait Jain 提交于
      Since the CI builds all the targets (binary and test), and the source of
      truth for all the TFLM code is having a build_test is not adding any additional value.
      
      Additionally, a build_test seems to add additional downloads which would
      make it slower to run the bazel CI from within a docker container.
      3e37fdaa
    • J
      f897bca5
    • A
      remove old files. (#192) · 08312cf7
      Advait Jain 提交于
      08312cf7
    • A
      Update top-level readme (#191) · 0e97ca87
      Advait Jain 提交于
      * TFLM refactor out of github.com/tensorflow is mostly complete.
       * The repo-level readme in the current repository is the starting point
         for anyone looking at this repo.
      0e97ca87
  15. 17 6月, 2021 3 次提交