Remove dependency on core/kernels/transpose_op in tf2xla

PiperOrigin-RevId: 236356543
This commit is contained in:
Gunhan Gulsoy 2019-03-01 12:23:22 -08:00 committed by TensorFlower Gardener
parent 36d7e65d56
commit a31e317e8b
2 changed files with 0 additions and 2 deletions

View File

@ -181,7 +181,6 @@ tf_kernel_library(
"//tensorflow/core/kernels:sparse_to_dense_op",
"//tensorflow/core/kernels:stack_ops",
"//tensorflow/core/kernels:training_ops",
"//tensorflow/core/kernels:transpose_op",
"@com_google_absl//absl/algorithm:container",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/types:span",

View File

@ -18,7 +18,6 @@ limitations under the License.
// handles all transposes, while Eigen needs a restricted DoTranspose
// helper.
#include "tensorflow/core/kernels/transpose_op.h"
#include "tensorflow/compiler/tf2xla/lib/scatter.h"
#include "tensorflow/compiler/tf2xla/type_util.h"
#include "tensorflow/compiler/tf2xla/xla_helpers.h"