Home
last modified time | relevance | path

Searched refs:total_memory (Results 1 – 25 of 44) sorted by relevance

12

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_bfc_allocator.cc25 GPUBFCAllocator::GPUBFCAllocator(CudaGpuId cuda_gpu_id, size_t total_memory, in GPUBFCAllocator() argument
27 : GPUBFCAllocator(cuda_gpu_id, total_memory, GPUOptions(), name) {} in GPUBFCAllocator()
29 GPUBFCAllocator::GPUBFCAllocator(CudaGpuId cuda_gpu_id, size_t total_memory, in GPUBFCAllocator() argument
35 total_memory, gpu_options.allow_growth(), name) {} in GPUBFCAllocator()
Dgpu_bfc_allocator.h42 GPUBFCAllocator(CudaGpuId cuda_gpu_id, size_t total_memory,
44 GPUBFCAllocator(CudaGpuId cuda_gpu_id, size_t total_memory,
Dgpu_device.cc785 int64 total_memory = 0; in SingleVirtualDeviceMemoryLimit() local
789 if (!se->DeviceMemoryUsage(&available_memory, &total_memory)) { in SingleVirtualDeviceMemoryLimit()
804 allocated_memory = total_memory * per_process_gpu_memory_fraction; in SingleVirtualDeviceMemoryLimit()
/external/autotest/client/site_tests/performance_Tracker/
Dperformance_Tracker.py47 total_memory = utils.get_mem_total()
48 return (total_memory - utils.get_mem_free()) * 100 / total_memory
/external/autotest/client/site_tests/enterprise_KioskPerf/
Denterprise_KioskPerf.py45 total_memory = utils.get_mem_total()
46 return (total_memory - utils.get_mem_free()) * 100 / total_memory
/external/libmojo/base/android/
Djava_runtime.cc12 void JavaRuntime::GetMemoryUsage(long* total_memory, long* free_memory) { in GetMemoryUsage() argument
16 *total_memory = JNI_Runtime::Java_Runtime_totalMemory(env, runtime); in GetMemoryUsage()
Djava_runtime.h19 static void GetMemoryUsage(long* total_memory, long* free_memory);
/external/autotest/client/common_lib/cros/
Dsystem_metrics_collector.py59 total_memory = self.system_facade.get_mem_total()
61 used_memory = total_memory - free_memory
62 usage_percent = (used_memory * 100) / total_memory
/external/tensorflow/tensorflow/core/grappler/
Ddevices.cc63 int64 total_memory, available_memory; in AvailableGPUMemory() local
64 CHECK(se->DeviceMemoryUsage(&available_memory, &total_memory)); in AvailableGPUMemory()
/external/autotest/server/site_tests/enterprise_LongevityTrackerServer/
Denterprise_longevity_helper.py43 total_memory = system_facade.get_mem_total()
44 return ((total_memory - system_facade.get_mem_free())
45 * 100 / total_memory)
/external/syslinux/com32/hdt/
Dhdt-menu-vesa.c76 hardware->vesa.total_memory * 64); in compute_vesa_card()
78 hardware->vesa.total_memory * 64); in compute_vesa_card()
Dhdt-dump-vesa.c46 snprintf(buffer,sizeof(buffer),"%d KB",hardware->vesa.total_memory*64); in dump_vesa()
Dhdt-cli-vesa.c51 more_printf(" Memory (KB) : %d\n", hardware->vesa.total_memory * 64); in main_show_vesa()
Dhdt-common.h172 uint16_t total_memory; member
Dhdt-common.c358 hardware->vesa.total_memory = gi->total_memory; in detect_vesa()
/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc32 BFCAllocator::BFCAllocator(SubAllocator* sub_allocator, size_t total_memory, in BFCAllocator() argument
42 RoundedBytes(std::min(total_memory, size_t{1048576})); in BFCAllocator()
44 curr_region_allocation_bytes_ = RoundedBytes(total_memory); in BFCAllocator()
48 memory_limit_ = total_memory; in BFCAllocator()
49 stats_.bytes_limit = static_cast<int64>(total_memory); in BFCAllocator()
Dbfc_allocator.h48 BFCAllocator(SubAllocator* sub_allocator, size_t total_memory,
/external/autotest/client/site_tests/longevity_Tracker/
Dlongevity_Tracker.py77 total_memory = utils.get_mem_total()
79 return ((total_memory - free_memory) / total_memory) * 100
/external/perf_data_converter/src/quipper/
Dperf_data_structures.h41 uint64_t total_memory; member
Dperf_reader.cc1136 if (!data->ReadUint32(&node.id) || !data->ReadUint64(&node.total_memory) || in ReadNUMATopologyMetadata()
1716 !data->WriteDataValue(&node.total_memory, sizeof(node.total_memory), in WriteNUMATopologyMetadata()
1956 size += sizeof(node.total_memory()) + sizeof(node.free_memory()); in GetNUMATopologyMetadataSize()
/external/kernel-headers/original/uapi/video/
Duvesafb.h51 __u16 total_memory; member
/external/syslinux/com32/mboot/
Dvesa.h41 uint16_t total_memory; member
/external/syslinux/com32/lib/sys/vesa/
Dvesa.h42 uint16_t total_memory; member
/external/tcpdump/
Dprint-sflow.c459 uint8_t total_memory[8]; member
479 EXTRACT_64BITS(sflow_processor_counter->total_memory), in print_sflow_counter_processor()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_driver.cc566 uint64 total_memory; in CreateContext() local
567 if (GetDeviceTotalMemory(device, &total_memory)) { in CreateContext()
568 port::StrAppend(&message, "; total memory reported: ", total_memory); in CreateContext()

12