Home
last modified time | relevance | path

Searched defs:total_bytes (Results 1 – 25 of 93) sorted by relevance

1234

/external/tensorflow/tensorflow/core/common_runtime/pluggable_device/
Dpluggable_device_util.cc136 const int64_t total_bytes = input->TotalBytes(); in DeviceToDeviceCopy() local
198 const int64_t total_bytes = device_tensor->TotalBytes(); in CopyPluggableDeviceTensorToCPU() local
247 const int64_t total_bytes = cpu_tensor->TotalBytes(); in CopyCPUTensorToPluggableDevice() local
306 const int64_t total_bytes = src_device_tensor->TotalBytes(); in CopyPluggableDeviceTensorToSameDevice() local
/external/jemalloc_new/src/
Dandroid_je_mallinfo.c18 size_t total_bytes = 0; in accumulate_large_allocs() local
35 size_t total_bytes = 0; in accumulate_small_allocs() local
/external/tensorflow/tensorflow/lite/
Dsimple_memory_arena_debug_dump.cc66 size_t total_bytes = 0; member
88 void Add(int node_id, size_t total_bytes, in Add()
174 size_t total_bytes = 0; in DumpArenaInfo() local
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dquic_header_list_test.cc52 size_t total_bytes = 2 * (key.size() + value.size()) + 1; in TEST_F() local
65 size_t total_bytes = key.size() + value.size(); in TEST_F() local
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_util.cc148 const int64_t total_bytes = is_dead ? 0 : tensor.TotalBytes(); in SetProtoFromGPU() local
211 const int64_t total_bytes = input->TotalBytes(); in DeviceToDeviceCopy() local
290 const int64_t total_bytes = gpu_tensor->TotalBytes(); in CopyGPUTensorToCPU() local
337 const int64_t total_bytes = cpu_tensor->TotalBytes(); in CopyCPUTensorToGPU() local
483 const int64_t total_bytes = src_gpu_tensor->TotalBytes(); in CopyGPUTensorToSameGPU() local
Dgpu_process_state.cc101 size_t total_bytes, const std::vector<TfDeviceId>& peer_gpu_ids) { in CreateSubAllocator()
152 const GPUOptions& options, TfDeviceId tf_device_id, size_t total_bytes, in GetGPUAllocator()
/external/cronet/third_party/protobuf/benchmarks/php/
DPhpBenchmark.php50 private $total_bytes; variable in Google\\Protobuf\\Benchmark\\Benchmark
53 public function __construct($benchmark_name, $args, $total_bytes,
/external/protobuf/benchmarks/php/
DPhpBenchmark.php50 private $total_bytes; variable in Google\\Protobuf\\Benchmark\\Benchmark
53 public function __construct($benchmark_name, $args, $total_bytes,
/external/tensorflow/tensorflow/core/debug/
Dbfc_dump_reader.cc70 const int64_t total_bytes, int64_t* cumulative_bytes) { in PrintChunk()
121 int64_t total_bytes = 0; in PrintSortedChunks() local
182 uint64 total_bytes = 0; in PrintChunksByOpName() local
/external/autotest/client/bin/result_tools/
Dview.py311 def _get_size_percent(size_original, total_bytes): argument
325 def _get_dirs_html(dirs, parent_path, total_bytes, indentation): argument
/external/pdfium/core/fdrm/
Dfx_crypt.h41 uint64_t total_bytes; member
48 uint64_t total_bytes; member
/external/webrtc/modules/congestion_controller/goog_cc/
Dcongestion_window_pushback_controller.cc55 int64_t total_bytes = outstanding_bytes_; in UpdateTargetBitrate() local
/external/libtextclassifier/abseil-cpp/absl/strings/
Dstr_cat_benchmark.cc141 void BM_StrAppendImpl(benchmark::State& state, size_t total_bytes, in BM_StrAppendImpl()
153 const int total_bytes = state.range(0); in BM_StrAppend() local
/external/abseil-cpp/absl/strings/
Dstr_cat_benchmark.cc141 void BM_StrAppendImpl(benchmark::State& state, size_t total_bytes, in BM_StrAppendImpl()
153 const int total_bytes = state.range(0); in BM_StrAppend() local
/external/tensorflow/third_party/absl/abseil-cpp/absl/strings/
Dstr_cat_benchmark.cc141 void BM_StrAppendImpl(benchmark::State& state, size_t total_bytes, in BM_StrAppendImpl()
153 const int total_bytes = state.range(0); in BM_StrAppend() local
/external/openscreen/third_party/abseil/src/absl/strings/
Dstr_cat_benchmark.cc141 void BM_StrAppendImpl(benchmark::State& state, size_t total_bytes, in BM_StrAppendImpl()
153 const int total_bytes = state.range(0); in BM_StrAppend() local
/external/angle/third_party/abseil-cpp/absl/strings/
Dstr_cat_benchmark.cc141 void BM_StrAppendImpl(benchmark::State& state, size_t total_bytes, in BM_StrAppendImpl()
153 const int total_bytes = state.range(0); in BM_StrAppend() local
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dstr_cat_benchmark.cc141 void BM_StrAppendImpl(benchmark::State& state, size_t total_bytes, in BM_StrAppendImpl()
153 const int total_bytes = state.range(0); in BM_StrAppend() local
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dstr_cat_benchmark.cc141 void BM_StrAppendImpl(benchmark::State& state, size_t total_bytes, in BM_StrAppendImpl()
153 const int total_bytes = state.range(0); in BM_StrAppend() local
/external/cronet/third_party/abseil-cpp/absl/strings/
Dstr_cat_benchmark.cc141 void BM_StrAppendImpl(benchmark::State& state, size_t total_bytes, in BM_StrAppendImpl()
153 const int total_bytes = state.range(0); in BM_StrAppend() local
/external/cronet/components/nacl/renderer/
Dprogress_event.h43 uint64_t total_bytes; member
/external/cronet/net/third_party/quiche/src/quiche/quic/core/batch_writer/
Dquic_gso_batch_writer.h67 int total_bytes = batch_buffer().SizeInUse(); in InternalFlushImpl() local
/external/cronet/build/android/pylib/device/commands/java/src/org/chromium/android/commands/unzip/
DUnzip.java63 int total_bytes = 0; in unzip() local
/external/angle/build/android/pylib/device/commands/java/src/org/chromium/android/commands/unzip/
DUnzip.java63 int total_bytes = 0; in unzip() local
/external/webrtc/modules/rtp_rtcp/source/
Drtp_format.cc90 int total_bytes = payload_len + limits.first_packet_reduction_len + in SplitAboutEqually() local

1234