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

Method set_shared_memory_bytes

tensorflow/stream_executor/kernel.cc:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void KernelMetadata::set_shared_memory_bytes(int shared_memory_bytes) {
56 shared_memory_bytes_ = shared_memory_bytes;
57 has_shared_memory_bytes_ = true;
58}
59
60KernelBase::KernelBase(KernelBase &&from)
61 : parent_(from.parent_),

Callers 2

GetKernelMetadataMethod · 0.80
GetKernelMetadataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected