Home
last modified time | relevance | path

Searched defs:AllocationId (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dscoped_allocator.h110 int64 AllocationId(const void* ptr) override { return 0; } in AllocationId() function
Dbfc_allocator.cc545 int64 BFCAllocator::AllocationId(const void* ptr) { in AllocationId() function in tensorflow::BFCAllocator
/external/tensorflow/tensorflow/core/framework/
Dtracking_allocator.cc142 int64 TrackingAllocator::AllocationId(const void* ptr) { in AllocationId() function in tensorflow::TrackingAllocator
Dallocator.h191 virtual int64 AllocationId(const void* ptr) { return 0; } in AllocationId() function
327 int64 AllocationId(const void* ptr) override { in AllocationId() function
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_debug_allocator.cc130 int64 GPUDebugAllocator::AllocationId(const void* ptr) { in AllocationId() function in tensorflow::GPUDebugAllocator
/external/tensorflow/tensorflow/core/graph/
Dcostmodel.cc357 int64 CostModel::AllocationId(const Node* node, int slot) const { in AllocationId() function in tensorflow::CostModel