File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
lite/examples/smart_reply/android/app/libs/cc Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ cc_library(
32
32
deps = [
33
33
"@org_tensorflow//tensorflow/lite:framework" ,
34
34
"@org_tensorflow//tensorflow/lite:string_util" ,
35
+ "@org_tensorflow//tensorflow/lite/c:c_api_types" ,
36
+ "@org_tensorflow//tensorflow/lite/c:common" ,
35
37
"@org_tensorflow//tensorflow/lite/kernels:builtin_ops" ,
36
38
"@org_tensorflow//tensorflow/lite/kernels:kernel_util" ,
37
39
"@com_google_absl//absl/strings" ,
Original file line number Diff line number Diff line change @@ -28,12 +28,15 @@ limitations under the License.
28
28
//
29
29
30
30
#include < algorithm>
31
- #include < cstdlib >
31
+ #include < cstdint >
32
32
#include < cstdio>
33
+ #include < cstdlib>
33
34
#include < unordered_map>
35
+ #include < utility>
34
36
#include < vector>
35
37
36
- #include " tensorflow/lite/context.h"
38
+ #include " tensorflow/lite/c/c_api_types.h"
39
+ #include " tensorflow/lite/c/common.h"
37
40
38
41
namespace tflite {
39
42
namespace ops {
You can’t perform that action at this time.
0 commit comments