• 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
read_variable.cc 2.9 KB