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

Method GetExecutor

tensorflow/compiler/xla/service/interpreter/platform.cc:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69port::StatusOr<StreamExecutor*> XlaInterpreterPlatform::GetExecutor(
70 const StreamExecutorConfig& config) {
71 return executor_cache_.GetOrCreate(
72 config, [&]() { return GetUncachedExecutor(config); });
73}
74
75port::StatusOr<std::unique_ptr<StreamExecutor>>
76XlaInterpreterPlatform::GetUncachedExecutor(

Callers 2

GetStreamExecutorsMethod · 0.45
TESTFunction · 0.45

Calls 1

GetOrCreateMethod · 0.45

Tested by 1

TESTFunction · 0.36