| 1011 | } |
| 1012 | |
| 1013 | int64 OpKernelContext::temp_memory_allocated() const { |
| 1014 | mutex_lock l(stats_mu_); |
| 1015 | return temp_memory_allocated_; |
| 1016 | } |
| 1017 | |
| 1018 | void OpKernelContext::record_persistent_memory_allocation(int64 size, |
| 1019 | int64 alloc_id) { |
no outgoing calls
no test coverage detected