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

Method persistent_memory_allocated

tensorflow/core/framework/op_kernel.cc:1030–1033  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1028}
1029
1030int64 OpKernelContext::persistent_memory_allocated() const {
1031 mutex_lock l(stats_mu_);
1032 return persistent_memory_allocated_;
1033}
1034
1035std::vector<int64> OpKernelContext::persistent_alloc_ids() const {
1036 mutex_lock l(stats_mu_);

Callers 4

SetMemoryMethod · 0.80
UpdateStatsFunction · 0.80
gpu_device.ccFile · 0.80

Calls

no outgoing calls

Tested by 1