1. 26 5月, 2023 1 次提交
  2. 03 5月, 2023 1 次提交
  3. 11 3月, 2023 1 次提交
    • A
      Explicitly use TfLiteRegistration_V1 in TFLM. (#1817) · 29b683a3
      Advait Jain 提交于
      Change generated with the following command:
      ```bash
      cd tensorflow/lite/micro/
      sed -i 's/TfLiteRegistration/TfLiteRegistration_V1/g' `find . -name "*.h" -o -name "*.cc"`
      cd -
      cd third_party/hexagon/
      sed -i 's/TfLiteRegistration/TfLiteRegistration_V1/g' `find . -name "*.h" -o -name "*.cc"`
      cd -
      tensorflow/lite/micro/tools/ci_build/test_code_style.sh --fix_formatting
      ```
      
      BUG=http://b/272808609
      29b683a3
  4. 01 2月, 2023 1 次提交
  5. 18 8月, 2021 1 次提交
  6. 20 5月, 2021 1 次提交
  7. 10 4月, 2021 1 次提交