D | gpu_device.cc | 126 operation_ = context->op_kernel().name() + "/EigenAllocator"; in Reinitialize() 151 " bytes for ", operation_))); in allocate() 159 LogMemory::RecordRawAllocation(operation_, step_id_, num_bytes, ret, in allocate() 166 LogMemory::RecordRawDeallocation(operation_, step_id_, buffer, allocator_, in deallocate() 170 new AsyncFreeData(allocator_, buffer, operation_, step_id_); in deallocate() 194 : allocator_(a), address_(p), operation_(o), step_id_(s) {} in AsyncFreeData() 197 const string operation_; member 209 LogMemory::RecordRawDeallocation(data->operation_, data->step_id_, in asyncFree() 216 string operation_; in asyncFree() member in tensorflow::EigenGpuStreamDevice
|