Home
last modified time | relevance | path

Searched defs:requested_bytes (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dtensorflow_profiler_logger.cc55 int64_t requested_bytes) { in AddTraceMeInternal()
97 int64_t requested_bytes = is_allocating ? allocation_bytes : 0; in AddTraceMe() local
179 int64_t requested_bytes = is_allocating ? allocation_bytes : 0; in AddArenaTrace() local
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_node.h122 int64_t requested_bytes() const { in requested_bytes() function
123 int64_t requested_bytes = 0; in requested_bytes() local
570 int64_t requested_bytes(int64_t step) const { GRAPH_NODE_BYTES(requested); } in requested_bytes() function
843 int64_t requested_bytes() const { return requested_bytes_; } in requested_bytes() function
H A Dtfprof_node.cc168 int64_t requested_bytes = 0; in AddMemoryStats() local
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/
H A Dtfprof_output.proto32 int64 requested_bytes = 3; field
94 int64 requested_bytes = 3; field
H A Dtfprof_log.proto138 int64 requested_bytes = 6; field
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_mem_access_bit_sizes.c138 unsigned requested_bytes = in lower_mem_load() local
323 unsigned requested_bytes = in lower_mem_store() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dallocation_description.proto13 int64 requested_bytes = 1; field
H A Dallocator_test.cc259 requested_bytes, allocation_bytes; in TEST() local
/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/
H A Dmetrics.h239 uint32_t requested_bytes = metrics_.requested_bytes.value(); in ModifyRequested() local
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/protobuf/
H A Dmemory_profile.proto43 int64 requested_bytes = 2; field
/aosp_15_r20/external/pytorch/c10/core/
H A DCachingDeviceAllocator.h80 StatArray requested_bytes; member
/aosp_15_r20/external/pigweed/pw_allocator/
H A Dpmr_allocator_test.cc100 auto& requested_bytes = underlying.metrics().requested_bytes; in TestPmrAllocator() local
H A Dtracking_allocator_test.cc69 uint32_t requested_bytes = 0; member
/aosp_15_r20/external/flac/src/test_libFLAC++/
H A Ddecoders.cpp204 const size_t requested_bytes = *bytes; in read_callback() local
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/framework/
Dallocation_description.pb.h267 inline ::int64_t AllocationDescription::requested_bytes() const { in requested_bytes() function
/aosp_15_r20/external/flac/src/test_libFLAC/
H A Ddecoders.c130 const size_t requested_bytes = *bytes; in stream_decoder_read_callback_() local
/aosp_15_r20/external/federated-compute/fcp/client/http/java/
H A Djava_http_client.cc378 jlong requested_bytes, in ReadRequestBody()