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

Method set_name

tensorflow/stream_executor/kernel.cc:93–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void KernelBase::set_name(absl::string_view name) {
94 name_ = string(name);
95
96 // CUDA splitter prefixes stub functions with __device_stub_.
97 demangled_name_ =
98 port::Demangle(absl::StripPrefix(name, "__device_stub_").data());
99}
100
101} // namespace stream_executor

Callers 6

GetKernelMethod · 0.45
GetKernelMethod · 0.45

Calls 2

DemangleFunction · 0.50
dataMethod · 0.45

Tested by

no test coverage detected