Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/batching/python/ops/
Dbatch_ops_test.py52 thread_results = []
55 thread_results.extend(
65 if list(thread_results[0][0]):
66 batch_t = thread_results[0][0]
67 index_t = thread_results[1]
73 empty_b = thread_results[0][0]
74 empty_m = thread_results[1]
93 thread_results = []
96 thread_results.extend(
106 if list(thread_results[0][0]):
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_runner.cc377 std::vector<StatusOr<ScopedShapedBuffer>> thread_results( in ExecuteReplicated() local
389 thread_results[i] = std::move(result); in ExecuteReplicated()
396 for (auto& thread_result : thread_results) { in ExecuteReplicated()