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

Method Get

tensorflow/stream_executor/executor_cache.cc:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 7

GetFunction · 0.85
to_stringFunction · 0.85
StatusEnum · 0.70
findMethod · 0.45
endMethod · 0.45
emptyMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected