1. 20 7月, 2023 1 次提交
  2. 17 5月, 2023 1 次提交
    • S
      Adding python wrapper for tflite flatbuffer align tool (#1977) · 5d559992
      suleshahid 提交于
      The `tflite_flatbuffer_align` tool is currently a C++ script. The functionality of this script is only useful after you have modified the tflite flatbuffer via the Python API, then you would call this script to realign via the C++ API.
      
      It would make more sense to wrap this tool in python, and use it directly in the python script, instead of having a two step procedure.
      We leave a py binary with the same bazel target +args structure to keep support for any prior usecases.
      
      BUG=[274637329](http://b/274637329)
      5d559992
  3. 20 4月, 2023 1 次提交
    • M
      Update CI Dockerfile (#1904) · 2da84da5
      Mike Bernico 提交于
      BUG=1891
      
      Update Dockerfile.micro to install QEMU.  This allows for CI to run QEMU based tests.
      
      Verification:
      1) Build container `docker build -f ci/Dockerfile.micro -t tflm-ci . `
      2) Verify `qemu-arm` exists as  `/usr/local/qemu/qemu-arm`
      3) Run the container with the tflm directory mounted as a volume
        `docker run -v $(pwd):/tmp/tflm -it tflm-ci bash`
       4. Inside the tflm root in the container, run the qemu ci script.
         `tensorflow/lite/micro/tools/ci_build/test_cortex_m_qemu.sh`
      2da84da5
  4. 14 4月, 2023 1 次提交
    • M
      Add QEMU Emulation to CI flow (#1892) · 5d812165
      Mike Bernico 提交于
      Addresses #1891 and adds Cortex M QEMU based unit tests to the CI flow.
      
      Verification:
      
      1. From repo root, run the command `tensorflow/lite/micro/tools/ci_build/test_cortex_m_qemu.sh`
      2. Verify that all tests pass
      
      
      Note this doesn't remove or change anything related to renode, for the sake of brevity, but we can remove renode here if desired.
      
       BUG=1891
      5d812165
  5. 21 10月, 2021 1 次提交
  6. 27 5月, 2021 1 次提交
  7. 10 4月, 2021 1 次提交