Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dgpu_device_array.h45 total_bytes_(static_cast<int64>(size) * sizeof(ValueType)) { in GpuDeviceArrayOnHost()
60 context_->allocate_temp(DT_INT8, TensorShape{total_bytes_}, in Init()
82 DT_INT8, TensorShape{total_bytes_}, &out_of_line_values_on_gpu_)); in Finalize()
85 static_cast<uint64>(total_bytes_)}; in Finalize()
88 total_bytes_); in Finalize()
106 const int64 total_bytes_; // total size of all pointers. variable
/external/tensorflow/tensorflow/core/framework/
Dtracking_allocator.cc28 total_bytes_(0), in TrackingAllocator()
47 total_bytes_ += allocated_bytes; in AllocateRaw()
63 total_bytes_ += allocated_bytes; in AllocateRaw()
68 total_bytes_ += num_bytes; in AllocateRaw()
168 total_bytes = total_bytes_; in GetSizes()
Dtracking_allocator.h115 size_t total_bytes_ GUARDED_BY(mu_);
/external/protobuf/src/google/protobuf/io/
Dcoded_stream.cc621 total_bytes_(0), in CodedOutputStream()
637 total_bytes_(0), in CodedOutputStream()
657 total_bytes_ -= buffer_size_; in Trim()
709 total_bytes_ += size; in WriteAliasedRaw()
856 total_bytes_ += buffer_size_; in Refresh()
Dcoded_stream.h809 int total_bytes_; // Sum of sizes of all buffers seen so far. variable
1194 return total_bytes_ - buffer_size_; in ByteCount()
/external/webrtc/webrtc/modules/audio_coding/test/
DTestAllCodecs.h48 uint64_t total_bytes_; variable
DTestStereo.h56 uint64_t total_bytes_; variable
DTestAllCodecs.cc48 total_bytes_(0), in TestPack()
91 total_bytes_ += payload_size; in SendData()
DTestStereo.cc33 total_bytes_(0), in TestPackStereo()
85 total_bytes_ += payload_size; in SendData()