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

Method GetActionSummary

tensorflow/core/kernels/gpu_utils.h:188–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 };
187
188 string GetActionSummary(StringPiece action, const Parameters& params,
189 const Config& config) {
190 return strings::Printf("autotune_map %s %s: %s -> (%s)", name_.c_str(),
191 string(action).c_str(), params.ToString().c_str(),
192 config.ToString().c_str());
193 }
194
195 mutable mutex mu_;
196 struct ValueType {

Callers

nothing calls this directly

Calls 3

PrintfFunction · 0.85
c_strMethod · 0.80
ToStringMethod · 0.45

Tested by

no test coverage detected