Skip to content

Commit

Permalink
Revert to TensorFlow 1.12 folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
reuben committed Feb 28, 2019
1 parent c60f637 commit c215f48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions native_client/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
load("@org_tensorflow//tensorflow:tensorflow.bzl",
"tf_cc_shared_object", "if_cuda")

load("@org_tensorflow//tensorflow/lite:build_def.bzl",
load("@org_tensorflow//tensorflow/contrib/lite:build_def.bzl",
"tflite_copts", "tflite_linkopts")

config_setting(
Expand Down Expand Up @@ -82,7 +82,7 @@ tf_cc_shared_object(
}) + tflite_linkopts(),
deps = select({
"//native_client:tflite": [
"//tensorflow/lite/kernels:builtin_ops",
"//tensorflow/contrib/lite/kernels:builtin_ops",
],
"//conditions:default": [
"//tensorflow/core:core_cpu",
Expand Down

0 comments on commit c215f48

Please sign in to comment.