Home
last modified time | relevance | path

Searched refs:thread_results (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dbatch_ops_test.py65 thread_results = []
68 thread_results.extend(
78 if list(thread_results[0][0]):
79 batch_t = thread_results[0][0]
80 index_t = thread_results[1]
86 empty_b = thread_results[0][0]
87 empty_m = thread_results[1]
108 thread_results = []
111 thread_results.extend(
121 if list(thread_results[0][0]):
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_runner.cc334 std::vector<StatusOr<ScopedShapedBuffer>> thread_results( in ExecuteReplicated() local
347 thread_results[i] = std::move(result); in ExecuteReplicated()
354 for (auto& thread_result : thread_results) { in ExecuteReplicated()
384 std::vector<StatusOr<ScopedShapedBuffer>> thread_results( in ExecuteReplicated() local
399 thread_results[i] = std::move(result); in ExecuteReplicated()
406 for (auto& thread_result : thread_results) { in ExecuteReplicated()