Searched refs:thread_local_computations (Results 1 – 2 of 2) sorted by relevance
122 std::vector<const HloComputation*>* thread_local_computations, in GatherComputationsByAllocationType() argument211 thread_local_computations->push_back(computation); in GatherComputationsByAllocationType()1788 std::vector<const HloComputation*> thread_local_computations; in CreateAssignment() local1791 module, &thread_local_computations, &global_computations)); in CreateAssignment()1814 for (auto* computation : thread_local_computations) { in CreateAssignment()
52 std::vector<const HloComputation*>* thread_local_computations,