Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dallocator.h197 virtual int64_t AllocationId(const void* ptr) const { return 0; } in AllocationId() function
277 int64_t AllocationId(const void* ptr) const override { in AllocationId() function
Dtracking_allocator.cc142 int64_t TrackingAllocator::AllocationId(const void* ptr) const { in AllocationId() function in tensorflow::TrackingAllocator
/external/tensorflow/tensorflow/core/common_runtime/
Dscoped_allocator.h113 int64_t AllocationId(const void* ptr) const override { return 0; } in AllocationId() function
Dbfc_allocator.cc951 int64_t BFCAllocator::AllocationId(const void* ptr) const { in AllocationId() function in tensorflow::BFCAllocator
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_debug_allocator.cc131 int64_t GPUDebugAllocator::AllocationId(const void* ptr) const { in AllocationId() function in tensorflow::GPUDebugAllocator
/external/tensorflow/tensorflow/core/graph/
Dcostmodel.cc360 int64_t CostModel::AllocationId(const Node* node, int slot) const { in AllocationId() function in tensorflow::CostModel