Skip to content

Commit

Permalink
Update the test cases for testNumThreadsDeprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
feihugis committed Dec 3, 2019
1 parent 031e618 commit c45ea87
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -75,9 +75,7 @@ def get_thread_id(_):
combinations.combine(
num_threads=[1, 2, 4, 8, 16], max_intra_op_parallelism=[None]) +
combinations.combine(
num_threads=[4], max_intra_op_parallelism=[0, 1, 4]) +
combinations.combine(
num_threads=[5], max_intra_op_parallelism=[-1])))
num_threads=[4], max_intra_op_parallelism=[-1, 0, 4])))
def testNumThreadsDeprecated(self, num_threads, max_intra_op_parallelism):

def override_threadpool_fn(dataset):
Expand Down

0 comments on commit c45ea87

Please sign in to comment.