1. 01 5月, 2021 3 次提交
  2. 30 4月, 2021 12 次提交
  3. 29 4月, 2021 3 次提交
  4. 28 4月, 2021 2 次提交
  5. 27 4月, 2021 4 次提交
  6. 24 4月, 2021 1 次提交
  7. 23 4月, 2021 2 次提交
  8. 22 4月, 2021 1 次提交
  9. 21 4月, 2021 3 次提交
  10. 17 4月, 2021 4 次提交
  11. 14 4月, 2021 1 次提交
  12. 10 4月, 2021 4 次提交
    • A
      Add script to sync code from upstream TF repo. (#4) · e6c0c1d3
      Advait Jain 提交于
      Currently, this script copies the shared TFL/TFLM code as well as the
      entire micro sub-folder in Tensorflow. Once TFLM development switches to
      using the current repo, the sync script will still be used to get the
      shared TFL/TFLM code.
      
      Also, updated the BUILD file to use glob so that there is one less place
      to change when a new kernel is ported from TFL to TFLM.
      
      Tested:
       * ran the sync script (which updated reduce.h):
           ```
           ci/sync_from_upstream_tf.sh
           ```
       * confirmed that the docker container can run all the tests
         successfully:
           ```
           docker build -t tflm-test -f ci/Dockerfile.micro .
           docker run --rm tflm-test
           ```
      e6c0c1d3
    • A
      First steps towards getting CI going (#3) · d1a6c790
      Advait Jain 提交于
      Manually confirmed that the steps in CONTRIBUTING.md work:
      ```
      docker build -t tflm-test -f ci/Dockerfile.micro .
      docker run --rm tflm-test
      ```
      d1a6c790
    • A
      Manually sync'd code from upstream TF. (#2) · a37043ff
      Advait Jain 提交于
      Confirmed that the following command passes:
      ```
      ./tensorflow/lite/micro/tools/ci_build/test_all_new.sh GITHUB_PRESUBMIT
      ```
      a37043ff
    • A
      cd3186c3