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