Home
last modified time | relevance | path

Searched refs:AllocatedBytes (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator_secondary.h142 AllocatedBytes += CommittedSize; in Allocate()
175 NumberOfAllocs, AllocatedBytes >> 10, NumberOfFrees, in PrintStats()
177 (AllocatedBytes - FreedBytes) >> 10, LargestSize >> 20); in PrintStats()
187 uptr AllocatedBytes; variable
/external/tensorflow/tensorflow/core/kernels/
Dtyped_queue.h87 return sq.size() * sq.front().AllocatedBytes(); in SizeOf()
95 return sq.size() * sq.front().AllocatedBytes(); in SizeOf()
105 return sq.size() * (sizeof(TensorPair) + sq.top().second.AllocatedBytes()); in SizeOf()
Dvariable_ops.cc90 ctx->record_persistent_memory_allocation(var->tensor()->AllocatedBytes()); in Compute()
123 tmp_var->val.AllocatedBytes()); in Compute()
169 -static_cast<int64>(tmpvar.AllocatedBytes())); in Compute()
Dlookup_table_op.h77 container->MemoryUsed() + table_handle_.AllocatedBytes()); in Compute()
Dlookup_table_op.cc584 return sizeof(MutableDenseHashTable) + key_buckets_.AllocatedBytes() + in MemoryUsed()
585 value_buckets_.AllocatedBytes() + empty_key_.AllocatedBytes(); in MemoryUsed()
Dconstant_op.cc90 ctx->record_persistent_memory_allocation(tensor_.AllocatedBytes()); in Compute()
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dsecondary.h303 uptr AllocatedBytes; variable
346 AllocatedBytes += BlockSize; in allocate()
404 AllocatedBytes += CommitSize; in allocate()
439 NumberOfAllocs, AllocatedBytes >> 10, NumberOfFrees, FreedBytes >> 10, in getStats()
440 NumberOfAllocs - NumberOfFrees, (AllocatedBytes - FreedBytes) >> 10, in getStats()
/external/scudo/standalone/
Dsecondary.h459 uptr AllocatedBytes = 0; variable
512 AllocatedBytes += BlockSize; in allocate()
574 AllocatedBytes += CommitSize; in allocate()
604 NumberOfAllocs, AllocatedBytes >> 10, NumberOfFrees, FreedBytes >> 10, in getStats()
605 NumberOfAllocs - NumberOfFrees, (AllocatedBytes - FreedBytes) >> 10, in getStats()
/external/tensorflow/tensorflow/core/framework/
Dtensor_key.h57 size_t s = k.AllocatedBytes(); in AbslHashValue()
Ddataset.cc364 allocated_bytes += dataset->AllocatedBytes(); in GetAllocatedBytes()
366 allocated_bytes += tensor.AllocatedBytes(); in GetAllocatedBytes()
Dop_kernel.h251 int64 AllocatedBytes() const { return tensor_.AllocatedBytes(); } in AllocatedBytes() function
Dtensor.h294 size_t AllocatedBytes() const;
Ddataset.h880 virtual int64 AllocatedBytes() const { return 0; } in AllocatedBytes() function
Dtensor.cc970 size_t Tensor::AllocatedBytes() const { in AllocatedBytes() function in tensorflow::Tensor
/external/tensorflow/tensorflow/core/distributed_runtime/
Dgraph_mgr.cc362 input_size += p.second.AllocatedBytes(); in SendInputs()
383 output_size += p.second.AllocatedBytes(); in RecvOutputs()
407 output_size += (*out)[keys[i]].AllocatedBytes(); in RecvOutputsAsync()
476 input_size += p.second.AllocatedBytes(); in ExecuteAsync()
/external/tensorflow/tensorflow/core/kernels/data/
Dwindow_dataset.cc50 int64 AllocatedBytes() const override { in AllocatedBytes() function in tensorflow::data::__anonb5d693710111::WindowDataset
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc846 input_size += it.second.AllocatedBytes(); in Run()
932 output_size += outputs->back().AllocatedBytes(); in Run()
1957 input_size += tensor.AllocatedBytes(); in RunCallable()
1998 output_size += tensor.AllocatedBytes(); in RunCallable()