Home
last modified time | relevance | path

Searched refs:force_cpu (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dsparse_ops_test.py76 with test_util.force_cpu():
88 with test_util.force_cpu():
100 with test_util.force_cpu():
151 with test_util.force_cpu():
163 with test_util.force_cpu():
172 with test_util.force_cpu():
181 with test_util.force_cpu():
191 with test_util.force_cpu():
202 with test_util.force_cpu():
261 with test_util.force_cpu():
[all …]
Dsparse_add_op_test.py89 with test_util.force_cpu():
103 with test_util.force_cpu():
116 with test_util.force_cpu():
167 with test_util.force_cpu():
198 with test_util.force_cpu():
Dspacetodepth_op_test.py40 with test_util.force_cpu():
139 with test_util.force_cpu():
270 with test_util.force_cpu():
Dcwise_ops_binary_test.py81 with test_util.force_cpu():
397 with test_util.force_cpu():
798 with test_util.force_cpu():
806 with test_util.force_cpu():
814 with test_util.force_cpu():
Dvariable_ops_test.py254 with test_util.force_cpu():
Dcwise_ops_test.py840 with test_util.force_cpu():
846 with test_util.force_cpu():
865 with test_util.force_cpu():
Dsegment_reduction_ops_test.py384 for use_gpu in [test_util.use_gpu, test_util.force_cpu]:
Dcwise_ops_unary_test.py134 with test_util.force_cpu():
Darray_ops_test.py1460 with test_util.force_cpu():
1463 with test_util.force_cpu():
/external/tensorflow/tensorflow/python/kernel_tests/linalg/sparse/
Dcsr_sparse_matrix_ops_test.py1130 with test_util.force_cpu():
1274 with test_util.force_cpu():
1304 with test_util.force_cpu():
/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
Dgather_op_test.py295 with test_util.force_cpu():
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py1628 def force_cpu(): function