Internal change
PiperOrigin-RevId: 304009586 Change-Id: I2168cfcb80f42fb6fd7d0d4118176363329851b8
This commit is contained in:
parent
756a706221
commit
5ea40b4d49
@ -31,6 +31,7 @@ namespace tflite {
|
||||
|
||||
#if TFLITE_EXPERIMENTAL_RUNTIME_EAGER
|
||||
using InterpreterBuilder = tflrt::EagerTfLiteInterpreterBuilderAPI;
|
||||
using Interpreter = tflrt::EagerInterpreter;
|
||||
#else
|
||||
using InterpreterBuilder = impl::InterpreterBuilder;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user