Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dvariable_ops.cc76 ctx->record_persistent_memory_allocation(var->tensor()->AllocatedBytes()); in Compute()
107 context->record_persistent_memory_allocation( in Compute()
152 context->record_persistent_memory_allocation( in Compute()
Dlookup_table_init_op.cc83 ctx->record_persistent_memory_allocation(table->MemoryUsed() - in Compute()
145 ctx->record_persistent_memory_allocation(table->MemoryUsed() - in Compute()
Dlookup_table_op.h76 ctx->record_persistent_memory_allocation( in Compute()
Dqueue_op.cc41 context->record_persistent_memory_allocation(resource_->MemoryUsed()); in Compute()
Dlookup_table_op.cc860 ctx->record_persistent_memory_allocation(table->MemoryUsed() - in Compute()
893 ctx->record_persistent_memory_allocation(table->MemoryUsed() - in Compute()
966 ctx->record_persistent_memory_allocation(table->MemoryUsed() - in Compute()
Dconstant_op.cc91 ctx->record_persistent_memory_allocation(tensor_.AllocatedBytes()); in Compute()
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.cc886 record_persistent_memory_allocation(alloc_size, alloc_id); in allocate_persistent()
890 record_persistent_memory_allocation(t->TotalBytes()); in allocate_persistent()
1057 void OpKernelContext::record_persistent_memory_allocation(int64 size, in record_persistent_memory_allocation() function in tensorflow::OpKernelContext
Dop_kernel.h1249 void record_persistent_memory_allocation(int64 size, int64 alloc_id = -1)