Remove dependency on core/kernels/transpose_op in tf2xla
PiperOrigin-RevId: 236356543
This commit is contained in:
parent
36d7e65d56
commit
a31e317e8b
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user