Searched refs:service_instances (Results 1 – 2 of 2) sorted by relevance
39 std::vector<CompileOnlyService::AotXlaComputationInstance> service_instances; in CompileAheadOfTime() local40 service_instances.reserve(computations.size()); in CompileAheadOfTime()42 service_instances.emplace_back(); in CompileAheadOfTime()44 service_instances.back(); in CompileAheadOfTime()50 return compiler_service_->CompileAheadOfTime(service_instances, options, in CompileAheadOfTime()
22 std::vector<std::unique_ptr<ServiceInstance>>* service_instances, in ForAllQueriers() argument24 for (auto& service_instance : *service_instances) { in ForAllQueriers()33 std::vector<std::unique_ptr<ServiceInstance>>* service_instances, in ForAllPublishers() argument37 for (auto& service_instance : *service_instances) { in ForAllPublishers()