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

Method GetExecutor

tensorflow/stream_executor/host/host_platform.cc:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65port::StatusOr<StreamExecutor*> HostPlatform::GetExecutor(
66 const StreamExecutorConfig& config) {
67 return executor_cache_.GetOrCreate(
68 config, [&]() { return GetUncachedExecutor(config); });
69}
70
71port::StatusOr<std::unique_ptr<StreamExecutor>>
72HostPlatform::GetUncachedExecutor(const StreamExecutorConfig& config) {

Callers

nothing calls this directly

Calls 1

GetOrCreateMethod · 0.45

Tested by

no test coverage detected