Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dlog_memory.h79 static void RecordTensorDeallocation(int64 allocation_id,
Dlog_memory.cc58 void LogMemory::RecordTensorDeallocation(const int64 allocation_id, in RecordTensorDeallocation() function in tensorflow::LogMemory
Dtensor.cc92 LogMemory::RecordTensorDeallocation(alloc_->AllocationId(data()), in RecordDeallocation()