MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / cpu

Method cpu

src/core/tensor/tensor_utils.cpp:98–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 MemoryInfo MemoryInfo::cpu() {
99 MemoryInfo info;
100 info.free_bytes = 0;
101 info.total_bytes = 0;
102 info.allocated_bytes = 0;
103 info.device_id = -1;
104 return info;
105 }
106
107 void MemoryInfo::log() const {
108 LOG_INFO("Memory Info - Device: {}, Allocated: {:.2f} MB, Free: {:.2f} MB, Total: {:.2f} MB",

Callers 15

extract_soaFunction · 0.45
build_octree_lodFunction · 0.45
rows_from_worksetFunction · 0.45
world_to_viewFunction · 0.45
CameraMethod · 0.45
KMethod · 0.45
translateMethod · 0.45
validate_tensor_cpuFunction · 0.45
diff_tensorsFunction · 0.45
get_tensor_statsFunction · 0.45
setSelectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected