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

Method shared_memory_bytes

tensorflow/stream_executor/kernel.cc:46–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46bool KernelMetadata::shared_memory_bytes(int *shared_memory_bytes) const {
47 if (has_shared_memory_bytes_) {
48 *shared_memory_bytes = shared_memory_bytes_;
49 return true;
50 }
51
52 return false;
53}
54
55void KernelMetadata::set_shared_memory_bytes(int shared_memory_bytes) {
56 shared_memory_bytes_ = shared_memory_bytes;

Callers 1

VlogOccupancyInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected