Searched refs:MemoryUsed (Results 1 – 7 of 7) sorted by relevance
80 memory_used_before = table->MemoryUsed(); in Compute()84 ctx->record_persistent_memory_allocation(table->MemoryUsed() - in Compute()141 memory_used_before = table->MemoryUsed(); in Compute()147 ctx->record_persistent_memory_allocation(table->MemoryUsed() - in Compute()
41 int64 MemoryUsed() const override;111 int64 TypedQueue<SubQueue>::MemoryUsed() const { in MemoryUsed() function
147 int64 MemoryUsed() const override { in MemoryUsed() function in tensorflow::lookup::MutableHashTableOfScalars296 int64 MemoryUsed() const override { in MemoryUsed() function in tensorflow::lookup::MutableHashTableOfTensors582 int64 MemoryUsed() const override TF_LOCKS_EXCLUDED(mu_) { in MemoryUsed() function in tensorflow::lookup::MutableDenseHashTable878 memory_used_before = table->MemoryUsed(); in Compute()882 ctx->record_persistent_memory_allocation(table->MemoryUsed() - in Compute()911 memory_used_before = table->MemoryUsed(); in Compute()915 ctx->record_persistent_memory_allocation(table->MemoryUsed() - in Compute()984 memory_used_before = table->MemoryUsed(); in Compute()988 ctx->record_persistent_memory_allocation(table->MemoryUsed() - in Compute()
77 container->MemoryUsed() + table_handle_.AllocatedBytes()); in Compute()263 int64 MemoryUsed() const override { in MemoryUsed() function
41 context->record_persistent_memory_allocation(resource_->MemoryUsed()); in Compute()
145 int64 MemoryUsed() const { in MemoryUsed() function
85 virtual int64 MemoryUsed() const { return 0; } in MemoryUsed() function