Home
last modified time | relevance | path

Searched refs:record_persistent_memory_allocation (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dvariable_ops.cc90 ctx->record_persistent_memory_allocation(var->tensor()->AllocatedBytes()); in Compute()
122 context->record_persistent_memory_allocation( in Compute()
168 context->record_persistent_memory_allocation( in Compute()
H A Dlookup_table_init_op.cc87 ctx->record_persistent_memory_allocation(table->MemoryUsed() - in Compute()
154 ctx->record_persistent_memory_allocation(table->MemoryUsed() - in Compute()
H A Dlookup_table_op.h78 ctx->record_persistent_memory_allocation( in Compute()
157 ctx->record_persistent_memory_allocation(table->MemoryUsed() + in Compute()
H A Dlookup_table_op.cc962 ctx->record_persistent_memory_allocation(table->MemoryUsed() - in Compute()
995 ctx->record_persistent_memory_allocation(table->MemoryUsed() - in Compute()
1068 ctx->record_persistent_memory_allocation(table->MemoryUsed() - in Compute()
H A Dqueue_op.cc41 context->record_persistent_memory_allocation(resource_->MemoryUsed()); in Compute()
H A Dconstant_op.cc92 ctx->record_persistent_memory_allocation(tensor_.AllocatedBytes()); in Compute()
/aosp_15_r20/external/tensorflow/tensorflow/examples/custom_ops_doc/simple_hash_table/
H A Dsimple_hash_table_kernel.cc271 ctx->record_persistent_memory_allocation(resource->MemoryUsed() - in Compute()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dop_kernel.h1190 void record_persistent_memory_allocation(int64_t size, int64_t alloc_id = -1)
H A Dop_kernel.cc1072 void OpKernelContext::record_persistent_memory_allocation(int64_t size, in record_persistent_memory_allocation() function in tensorflow::OpKernelContext