Adds standalone dataset to TF CC shared object.

PiperOrigin-RevId: 414599712
Change-Id: I12c2c65f189f0e60046e3d7bbd302192d926cb51
This commit is contained in:
Keith Rush 2021-12-06 19:18:38 -08:00 committed by TensorFlower Gardener
parent 4b8b9db1ac
commit 7059eeb4b5

View File

@ -1058,6 +1058,7 @@ tf_cc_shared_object(
"//tensorflow/cc:client_session",
"//tensorflow/cc:scope",
"//tensorflow/core:tensorflow",
"//tensorflow/core/data:standalone",
],
)