Searched refs:thread_results (Results 1 – 2 of 2) sorted by relevance
65 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 …]
334 std::vector<StatusOr<ScopedShapedBuffer>> thread_results( in ExecuteReplicated() local347 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() local399 thread_results[i] = std::move(result); in ExecuteReplicated()406 for (auto& thread_result : thread_results) { in ExecuteReplicated()