Searched refs:GetTestConfigs (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | conv_ops_test.py | 150 def GetTestConfigs(): function 255 for (data_format, use_gpu) in GetTestConfigs(): 303 for data_format, use_gpu in GetTestConfigs(): 333 for (data_format, use_gpu) in GetTestConfigs(): 784 for (data_format, use_gpu) in GetTestConfigs(): 793 for (data_format, use_gpu) in GetTestConfigs(): 808 for (data_format, use_gpu) in GetTestConfigs(): 826 for (data_format, use_gpu) in GetTestConfigs(): 846 for (data_format, use_gpu) in GetTestConfigs(): 864 for (data_format, use_gpu) in GetTestConfigs(): [all …]
|
D | conv_ops_3d_test.py | 37 def GetTestConfigs(): function 99 for data_format, use_gpu in GetTestConfigs(): 175 for data_format, use_gpu in GetTestConfigs(): 461 for data_format, use_gpu in GetTestConfigs(): 746 for (data_format, use_gpu) in GetTestConfigs(): 761 for (data_format, use_gpu) in GetTestConfigs():
|
D | pooling_ops_3d_test.py | 32 def GetTestConfigs(): function 91 for data_format, use_gpu in GetTestConfigs(): 292 for data_format, use_gpu in GetTestConfigs():
|
D | pooling_ops_test.py | 52 def GetTestConfigs(include_nchw_vect_c=False): function 237 for (data_format, use_gpu_2) in GetTestConfigs(True): 1239 for (data_format, use_gpu) in GetTestConfigs(): 1692 for (data_format, use_gpu) in GetTestConfigs(): 1726 for (data_format, use_gpu) in GetTestConfigs():
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | pooling_ops_test.py | 62 def GetTestConfigs(): function 123 for data_format in GetTestConfigs(): 465 for data_format in GetTestConfigs():
|