You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the documentation that is around currently, particularly the inliner demo and some of the benchmarking documentation, as well as some of the benchmarking code itself, are stuck with the Tensorflow C API rather than TFLite. This documentation/code (just benchmarking) should be updated to work with TFLite.
I should be able to do this, just trying to find some time.
Update inlining demo
Update benchmarking code/documentation to work with TFLite
The text was updated successfully, but these errors were encountered:
Should help with the other half of google#129. The benchmarking code currently
sets the TENSORFLOW_C_LIB_PATH CMake variable when building LLVM.
However, this doesn't make sense going forward as we have shifted mostly
everything over to TFLite and we don't need to have MLGO development
mode enabled for benchmarking in either case. This patch explicitly
removes the flag so that the benchmarks simply build LLVM in MLGO
release mode.
…150)
Should help with the other half of #129. The benchmarking code currently
sets the TENSORFLOW_C_LIB_PATH CMake variable when building LLVM.
However, this doesn't make sense going forward as we have shifted mostly
everything over to TFLite and we don't need to have MLGO development
mode enabled for benchmarking in either case. This patch explicitly
removes the flag so that the benchmarks simply build LLVM in MLGO
release mode.
Some of the documentation that is around currently, particularly the inliner demo and some of the benchmarking documentation, as well as some of the benchmarking code itself, are stuck with the Tensorflow C API rather than TFLite. This documentation/code (just benchmarking) should be updated to work with TFLite.
I should be able to do this, just trying to find some time.
The text was updated successfully, but these errors were encountered: