Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dlog_memory.proto39 string allocator_name = 2; field
75 string allocator_name = 6; field
90 string allocator_name = 4; field
H A Dallocation_description.proto19 string allocator_name = 3; field
H A Dlog_memory.cc62 const string& allocator_name) { in RecordTensorDeallocation()
H A Dstep_stats.proto23 string allocator_name = 1; field
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dtensorflow_profiler_logger.cc51 const std::string& allocator_name, in AddTraceMeInternal()
98 const std::string allocator_name = "_tflite_native_dynamic"; in AddTraceMe() local
180 const std::string allocator_name = "_tflite_arena"; in AddArenaTrace() 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/
Dlog_memory.pb.h1367 inline const std::string& MemoryLogTensorDeallocation::allocator_name() const { in allocator_name() function
1398 inline void MemoryLogTensorDeallocation::set_allocated_allocator_name(std::string* allocator_name) { in set_allocated_allocator_name()
1710 inline const std::string& MemoryLogRawAllocation::allocator_name() const { in allocator_name() function
1741 inline void MemoryLogRawAllocation::set_allocated_allocator_name(std::string* allocator_name) { in set_allocated_allocator_name()
1844 inline const std::string& MemoryLogRawDeallocation::allocator_name() const { in allocator_name() function
1875 inline void MemoryLogRawDeallocation::set_allocated_allocator_name(std::string* allocator_name) { in set_allocated_allocator_name()
Dallocation_description.pb.h304 inline const std::string& AllocationDescription::allocator_name() const { in allocator_name() function
335 inline void AllocationDescription::set_allocated_allocator_name(std::string* allocator_name) { in set_allocated_allocator_name()
Dstep_stats.pb.h1572 inline const std::string& AllocatorMemoryUsed::allocator_name() const { in allocator_name() function
1603 inline void AllocatorMemoryUsed::set_allocated_allocator_name(std::string* allocator_name) { in set_allocated_allocator_name()
/aosp_15_r20/external/libchrome/base/metrics/
H A Dpersistent_histogram_storage.cc26 StringPiece allocator_name, in PersistentHistogramStorage()
/aosp_15_r20/external/cronet/base/metrics/
H A Dpersistent_histogram_storage.cc68 std::string_view allocator_name, in PersistentHistogramStorage()
H A Dhistogram_shared_memory.h51 const std::string_view allocator_name; member
/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/
H A Dbfc_memory_map.proto42 string allocator_name = 1; field
/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.h1494 inline const std::string& MemoryDump::allocator_name() const { in allocator_name() function
1525 inline void MemoryDump::set_allocated_allocator_name(std::string* allocator_name) { in set_allocated_allocator_name()
/aosp_15_r20/external/libchrome/base/trace_event/
H A Dprocess_memory_dump.cc318 const char* allocator_name) { in DumpHeapUsage()
/aosp_15_r20/external/cronet/base/trace_event/
H A Dprocess_memory_dump.cc354 const char* allocator_name) { in DumpHeapUsage()
/aosp_15_r20/external/executorch/devtools/etdump/tests/
H A Detdump_test.cpp418 flatbuffers_string_t allocator_name = in TEST_F() local
/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dheapprofd_end_to_end_test.cc677 std::string allocator_name() { return AllocatorName(allocator_mode()); } in allocator_name() function in perfetto::profiling::__anone8052a110111::HeapprofdEndToEnd