Home
last modified time | relevance | path

Searched refs:force_cpu (Results 1 – 11 of 11) 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.py39 with test_util.force_cpu():
138 with test_util.force_cpu():
Dcwise_ops_binary_test.py80 with test_util.force_cpu():
392 with test_util.force_cpu():
793 with test_util.force_cpu():
801 with test_util.force_cpu():
809 with test_util.force_cpu():
Dvariable_ops_test.py248 with test_util.force_cpu():
Dgather_op_test.py196 with test_util.force_cpu():
Dcwise_ops_test.py650 with test_util.force_cpu():
656 with test_util.force_cpu():
670 with test_util.force_cpu():
Darray_ops_test.py1295 with test_util.force_cpu():
1298 with test_util.force_cpu():
Dcwise_ops_unary_test.py134 with test_util.force_cpu():
/external/tensorflow/tensorflow/contrib/eager/python/examples/spinn/
Dspinn_test.py109 force_cpu=False,
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py1340 def force_cpu(): function