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

Method KernelBase

tensorflow/stream_executor/kernel.cc:60–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60KernelBase::KernelBase(KernelBase &&from)
61 : parent_(from.parent_),
62 implementation_(std::move(from.implementation_)),
63 name_(std::move(from.name_)),
64 demangled_name_(std::move(from.demangled_name_)),
65 metadata_(from.metadata_) {
66 from.parent_ = nullptr;
67}
68
69KernelBase::KernelBase(StreamExecutor *parent)
70 : parent_(parent),

Callers

nothing calls this directly

Calls 2

implementationMethod · 0.45

Tested by

no test coverage detected