Home
last modified time | relevance | path

Searched defs:peak_bytes_in_use (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dallocator_test.cc35 int64_t peak_bytes_in_use, int64_t largest_alloc_size) { in CheckStats()
258 absl::optional<std::string> bytes_allocated, peak_bytes_in_use, in TEST() local
285 absl::optional<std::string> bytes_allocated, peak_bytes_in_use, in TEST() local
H A Dallocator.h73 int64_t peak_bytes_in_use; // The peak bytes in use. member
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dtensorflow_profiler_logger.cc34 uint64_t peak_bytes_in_use = 0LL; member
64 int64_t peak_bytes_in_use = stat->peak_bytes_in_use; in AddTraceMeInternal() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Dallocator_stats.h32 int64_t peak_bytes_in_use; // The peak bytes in use. member
/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/
H A Dbfc_memory_map.proto11 int64 peak_bytes_in_use = 3; field
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/protobuf/
H A Dmemory_profile.proto32 int64 peak_bytes_in_use = 5; field
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/stream_executor/
H A Dstream_executor.h111 int64_t peak_bytes_in_use; member
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_bfc_allocator_test.cc46 int64_t peak_bytes_in_use, int64_t largest_alloc_size) { in CheckStats()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
H A Dc_api_decl.h85 int64_t peak_bytes_in_use; member
/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/protobuf/
Dbfc_memory_map.pb.h1076 inline ::int64_t MemAllocatorStats::peak_bytes_in_use() const { in peak_bytes_in_use() function