Home
last modified time | relevance | path

Searched defs:memory_stats (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/cronet/base/trace_event/
H A Dmalloc_dump_provider.cc488 const partition_alloc::PartitionMemoryStats* memory_stats) { in PartitionDumpTotals()
581 const partition_alloc::PartitionBucketMemoryStats* memory_stats) { in PartitionsDumpBucketStats()
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_stats.cc17 const PartitionMemoryStats* memory_stats) { in PartitionDumpTotals()
/aosp_15_r20/external/pytorch/torch/xpu/
H A Dmemory.py64 def memory_stats(device: _device_t = None) -> Dict[str, Any]: function
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dstep_stats.proto71 MemoryStats memory_stats = 12; field
/aosp_15_r20/external/pytorch/torch/mtia/
H A D__init__.py156 def memory_stats(device: Optional[_device_t] = None) -> Dict[str, Any]: function
/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/
Dstep_stats.pb.h2364 inline const ::tensorflow::MemoryStats& NodeExecStats::memory_stats() const { in memory_stats() function
2369 ::tensorflow::MemoryStats* memory_stats) { in unsafe_arena_set_allocated_memory_stats()
2411 inline void NodeExecStats::set_allocated_memory_stats(::tensorflow::MemoryStats* memory_stats) { in set_allocated_memory_stats()
Dstep_stats.pb.cc1320 NodeExecStats::_Internal::memory_stats(const NodeExecStats* msg) { in memory_stats() function in tensorflow::NodeExecStats::_Internal
/aosp_15_r20/external/pytorch/torch/cuda/
H A Dmemory.py195 def memory_stats(device: Union[Device, int] = None) -> Dict[str, Any]: function
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dcostmodel.cc324 const MemoryStats& memory_stats) { in RecordMemoryStats()