Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dlog_memory.proto34 int64 allocation_id = 1; field
70 int64 allocation_id = 5; field
85 int64 allocation_id = 3; field
Dlog_memory.cc58 void LogMemory::RecordTensorDeallocation(const int64 allocation_id, in RecordTensorDeallocation() argument
61 deallocation.set_allocation_id(allocation_id); in RecordTensorDeallocation()
Dlog_memory.h79 static void RecordTensorDeallocation(int64 allocation_id,
Dallocation_description.proto21 int64 allocation_id = 4; field
Dtracking_allocator.h125 int64 allocation_id; member
Dtracking_allocator.cc147 return (*it).second.allocation_id; in AllocationId()
/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc153 c->allocation_id = -1; in Extend()
333 chunk->allocation_id = next_allocation_id_++; in FindChunkPtr()
372 new_chunk->allocation_id = -1; in SplitChunk()
492 c->allocation_id = -1; in FreeAndMaybeCoalesce()
551 return c->allocation_id; in AllocationId()
Dbfc_allocator.h127 int64 allocation_id = -1; member
146 bool in_use() const { return allocation_id != -1; } in in_use()
Dstep_stats_collector.cc366 .allocation_id()); in BuildCostModel()