/external/llvm-project/compiler-rt/lib/scudo/ |
D | scudo_allocator_secondary.h | 142 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/ |
D | typed_queue.h | 87 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()
|
D | variable_ops.cc | 90 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()
|
D | lookup_table_op.h | 77 container->MemoryUsed() + table_handle_.AllocatedBytes()); in Compute()
|
D | lookup_table_op.cc | 584 return sizeof(MutableDenseHashTable) + key_buckets_.AllocatedBytes() + in MemoryUsed() 585 value_buckets_.AllocatedBytes() + empty_key_.AllocatedBytes(); in MemoryUsed()
|
D | constant_op.cc | 90 ctx->record_persistent_memory_allocation(tensor_.AllocatedBytes()); in Compute()
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | secondary.h | 303 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/ |
D | secondary.h | 459 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/ |
D | tensor_key.h | 57 size_t s = k.AllocatedBytes(); in AbslHashValue()
|
D | dataset.cc | 364 allocated_bytes += dataset->AllocatedBytes(); in GetAllocatedBytes() 366 allocated_bytes += tensor.AllocatedBytes(); in GetAllocatedBytes()
|
D | op_kernel.h | 251 int64 AllocatedBytes() const { return tensor_.AllocatedBytes(); } in AllocatedBytes() function
|
D | tensor.h | 294 size_t AllocatedBytes() const;
|
D | dataset.h | 880 virtual int64 AllocatedBytes() const { return 0; } in AllocatedBytes() function
|
D | tensor.cc | 970 size_t Tensor::AllocatedBytes() const { in AllocatedBytes() function in tensorflow::Tensor
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | graph_mgr.cc | 362 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/ |
D | window_dataset.cc | 50 int64 AllocatedBytes() const override { in AllocatedBytes() function in tensorflow::data::__anonb5d693710111::WindowDataset
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | direct_session.cc | 846 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()
|