Make sure that flex delegate has TF core kernels through kernel_test

PiperOrigin-RevId: 329786213
Change-Id: I64760ae3c13a4fcb044a28ba0c636b84092d5bdf
This commit is contained in:
Jaesung Chung 2020-09-02 14:16:44 -07:00 committed by TensorFlower Gardener
parent 6bac741e7a
commit 6128d6cee1

View File

@ -177,10 +177,9 @@ tf_cc_test(
srcs = ["kernel_test.cc"],
tags = ["no_gpu"], # GPU + flex is not officially supported.
deps = [
":delegate",
":delegate_data",
":delegate_only_runtime",
":test_util",
"//tensorflow/core:all_kernels",
"@com_google_googletest//:gtest",
],
)