Home
last modified time | relevance | path

Searched refs:special_allocation (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_memory_profile.cc276 MemoryActivityMetadata* special_allocation = in InsertSpecialAllocations() local
278 special_allocation->set_memory_activity(ALLOCATION); in InsertSpecialAllocations()
279 special_allocation->set_requested_bytes(unmapped_allocation_bytes); in InsertSpecialAllocations()
280 special_allocation->set_allocation_bytes(unmapped_allocation_bytes); in InsertSpecialAllocations()
281 special_allocation->set_address(0); in InsertSpecialAllocations()
282 special_allocation->set_tf_op_name("unused preallocated device memory"); in InsertSpecialAllocations()
283 special_allocation->set_step_id(step_id); in InsertSpecialAllocations()
284 special_allocation->set_region_type("persist/dynamic"); in InsertSpecialAllocations()
285 special_allocation->set_data_type( in InsertSpecialAllocations()
287 special_allocation->set_tensor_shape("unknown"); in InsertSpecialAllocations()
[all …]