| 115 | } |
| 116 | |
| 117 | port::StatusOr<StreamExecutor*> ExecutorCache::Get( |
| 118 | const StreamExecutorConfig& config) { |
| 119 | return Get(config, std::to_string(config.ordinal)); |
| 120 | } |
| 121 | |
| 122 | port::StatusOr<StreamExecutor*> ExecutorCache::Get( |
| 123 | const StreamExecutorConfig& config, const std::string& key) { |