Home
last modified time | relevance | path

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

123

/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
Dpluggable_device_process_state.cc80 const GPUOptions& options, TfDeviceId tf_device_id, size_t total_bytes) { in GetPluggableDeviceAllocator()
/external/tensorflow/tensorflow/lite/
Dsimple_memory_arena_debug_dump.cc65 size_t total_bytes = 0; member
87 void Add(int node_id, size_t total_bytes, in Add()
173 size_t total_bytes = 0; in DumpArenaInfo() 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/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
278 const int64_t total_bytes = gpu_tensor->TotalBytes(); in CopyGPUTensorToCPU() local
325 const int64_t total_bytes = cpu_tensor->TotalBytes(); in CopyCPUTensorToGPU() local
437 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/protobuf/benchmarks/php/
DPhpBenchmark.php50 private $total_bytes; variable in Google\\Protobuf\\Benchmark\\Benchmark
53 public function __construct($benchmark_name, $args, $total_bytes,
/external/pdfium/core/fdrm/
Dfx_crypt.h37 uint64_t total_bytes; member
44 uint64_t total_bytes; member
/external/tensorflow/tensorflow/core/debug/
Dbfc_dump_reader.cc70 const int64_t total_bytes, int64* 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/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/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/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/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/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/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/modules/congestion_controller/goog_cc/
Dcongestion_window_pushback_controller.cc55 int64_t total_bytes = outstanding_bytes_; in UpdateTargetBitrate() local
/external/webrtc/modules/rtp_rtcp/source/
Drtp_format.cc89 int total_bytes = payload_len + limits.first_packet_reduction_len + in SplitAboutEqually() local
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dstats.h35 int64_t total_bytes = 0; member
/external/igt-gpu-tools/overlay/
Dgem-objects.h31 long unsigned total_bytes, total_count; member
/external/pigweed/pw_allocator/public/pw_allocator/
Dfreelist_heap.h30 size_t total_bytes; member
/external/tensorflow/tensorflow/compiler/xla/service/
Dhuman_readable_profile_builder.cc105 int64_t total_bytes = 0; in ToString() local
/external/tensorflow/tensorflow/core/common_runtime/
Dsimple_propagator_state.cc121 size_t total_bytes = 0; in DumpState() local
/external/protobuf/benchmarks/python/
Dpy_benchmark.py110 setup_method=None, total_bytes=None, full_iteration = 1): argument
/external/tensorflow/tensorflow/compiler/tf2xla/
Dliteral_util.cc103 size_t total_bytes = host_tensor->TotalBytes(); in CopyLiteralToHostTensor() local

123