Home
last modified time | relevance | path

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

1234567891011

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A 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
H A 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()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/pluggable_device/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/core/debug/
H A 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
/aosp_15_r20/external/jemalloc_new/src/
H A 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
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A 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
/aosp_15_r20/external/coreboot/util/amdfwtool/
H A Dhandle_file.c29 size_t total_bytes = 0; in read_from_file_to_buf() local
60 size_t total_bytes = 0; in write_from_buf_to_file() local
/aosp_15_r20/external/protobuf/benchmarks/php/
H A DPhpBenchmark.php50 private $total_bytes; variable in Google\\Protobuf\\Benchmark\\Benchmark
53 public function __construct($benchmark_name, $args, $total_bytes,
/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/php/
H A DPhpBenchmark.php50 private $total_bytes; variable in Google\\Protobuf\\Benchmark\\Benchmark
53 public function __construct($benchmark_name, $args, $total_bytes,
/aosp_15_r20/external/autotest/client/bin/result_tools/
H A Dview.py311 def _get_size_percent(size_original, total_bytes): argument
325 def _get_dirs_html(dirs, parent_path, total_bytes, indentation): argument
/aosp_15_r20/external/pdfium/core/fdrm/
H A Dfx_crypt.h41 uint64_t total_bytes; member
48 uint64_t total_bytes; member
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/
H A 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
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/
H A 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
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/
H A 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
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/
H A Dstr_cat_benchmark.cc149 void BM_StrAppendImpl(benchmark::State& state, Table table, size_t total_bytes, in BM_StrAppendImpl()
166 const size_t total_bytes = state.range(0); in BM_StrAppend() local
/aosp_15_r20/external/abseil-cpp/absl/strings/
H A Dstr_cat_benchmark.cc149 void BM_StrAppendImpl(benchmark::State& state, Table table, size_t total_bytes, in BM_StrAppendImpl()
166 const size_t total_bytes = state.range(0); in BM_StrAppend() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/
H A Dstr_cat_benchmark.cc149 void BM_StrAppendImpl(benchmark::State& state, Table table, size_t total_bytes, in BM_StrAppendImpl()
166 const size_t total_bytes = state.range(0); in BM_StrAppend() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dmodel.h505 void record_bytes_consumed(int64_t total_bytes) { in record_bytes_consumed()
513 void record_bytes_produced(int64_t total_bytes) { in record_bytes_produced()
/aosp_15_r20/external/grpc-grpc/test/core/iomgr/
H A Dtcp_posix_test.cc92 ssize_t total_bytes = 0; in fill_socket() local
110 size_t total_bytes = 0; in fill_socket_partial() local
/aosp_15_r20/out/soong/.intermediates/system/gsid/gsi_aidl_interface-cpp-source/gen/include/android/gsi/
DGsiProgress.h26 int64_t total_bytes = 0L; variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dpjrt_client.h309 explicit CopyToDeviceStream(int64_t total_bytes, int64_t granule_bytes) in CopyToDeviceStream()
321 int64_t total_bytes() const { return total_bytes_; } in total_bytes() function
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/examples/static/
H A Dstatic_bin.cc28 size_t total_bytes = 0U; in main() local
/aosp_15_r20/trusty/kernel/lib/libc-trusty/
H A Dwritev.c43 ssize_t total_bytes = 0; in trusty_writev() local

1234567891011