Fix style errors

This commit is contained in:
drebain 2020-08-25 15:31:41 -07:00
parent b857488021
commit 9225122330
2 changed files with 2 additions and 2 deletions

View File

@ -2048,10 +2048,10 @@ cuda_py_test(
name = "dynamic_partition_op_test",
size = "medium",
srcs = ["dynamic_partition_op_test.py"],
tfrt_enabled = True,
tags = [
"multi_and_single_gpu",
],
tfrt_enabled = True,
deps = [
"//tensorflow/python:array_ops",
"//tensorflow/python:client_testlib",