Run tf.ragged.cross tests in graph & eager mode.

PiperOrigin-RevId: 298869975
Change-Id: I5865527641065ef4a2a0a6b52340cfe7d06d2412
This commit is contained in:
Edward Loper 2020-03-04 09:35:37 -08:00 committed by TensorFlower Gardener
parent a709d28399
commit c060d9d3c0

View File

@ -51,6 +51,7 @@ def sparse_const(matrix):
return sparse_tensor.SparseTensorValue(indices, values, shape)
@test_util.run_all_in_graph_and_eager_modes
class RaggedCrossOpTest(test_util.TensorFlowTestCase, parameterized.TestCase):
@parameterized.named_parameters([