MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetExecutor

Method GetExecutor

tensorflow/stream_executor/cuda/cuda_platform.cc:201–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201port::StatusOr<StreamExecutor*> CudaPlatform::GetExecutor(
202 const StreamExecutorConfig& config) {
203 return executor_cache_.GetOrCreate(
204 config, [&]() { return GetUncachedExecutor(config); });
205}
206
207port::StatusOr<std::unique_ptr<StreamExecutor>>
208CudaPlatform::GetUncachedExecutor(const StreamExecutorConfig& config) {

Callers

nothing calls this directly

Calls 1

GetOrCreateMethod · 0.45

Tested by

no test coverage detected