Internal change
authorA. Unique TensorFlower <gardener@tensorflow.org>
Tue, 2 Jan 2018 20:11:10 +0000 (12:11 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 2 Jan 2018 20:14:37 +0000 (12:14 -0800)
PiperOrigin-RevId: 180576390

tensorflow/contrib/lite/toco/BUILD
tensorflow/contrib/lite/toco/args.h

index fadd2d940747236e89f0bc19d369f745978a3cc2..83cef803d786475b605932e89b77fd507713836f 100644 (file)
@@ -142,6 +142,7 @@ cc_library(
         ":toco_graphviz_dump_options",
         ":toco_port",
         ":types_proto_cc",
+        "//strings",
         "//tensorflow/core:framework_internal",
         "//tensorflow/core:lib",
         "@com_google_absl//absl/strings",
index a2f80fae9b2706d77652c89901430e7f77b90814..24fc9ae1f78382dc85b6a7e57f5536c43bdd8afc 100644 (file)
@@ -21,6 +21,7 @@ limitations under the License.
 #include <functional>
 #include <unordered_map>
 #include <vector>
+#include "strings/split.h"
 #include "absl/strings/numbers.h"
 #include "absl/strings/str_split.h"
 #include "tensorflow/contrib/lite/toco/toco_port.h"