Home
last modified time | relevance | path

Searched defs:raw_allocator (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtyped_allocator.h37 static T* Allocate(Allocator* raw_allocator, size_t num_elements, in Allocate()
55 static void Deallocate(Allocator* raw_allocator, T* ptr, in Deallocate()
66 static void RunCtor(Allocator* raw_allocator, T* p, size_t n) { in RunCtor()
71 static void RunDtor(Allocator* raw_allocator, T* p, size_t n) {} in RunDtor()
80 inline void TypedAllocator::RunCtor(Allocator* raw_allocator, tstring* p, in RunCtor()
89 inline void TypedAllocator::RunDtor(Allocator* raw_allocator, tstring* p, in RunDtor()
98 inline void TypedAllocator::RunCtor(Allocator* raw_allocator, ResourceHandle* p, in RunCtor()
107 inline void TypedAllocator::RunDtor(Allocator* raw_allocator, ResourceHandle* p, in RunDtor()
116 inline void TypedAllocator::RunCtor(Allocator* raw_allocator, Variant* p, in RunCtor()
125 inline void TypedAllocator::RunDtor(Allocator* raw_allocator, Variant* p, in RunDtor()
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_device.cc118 Allocator* raw_allocator = in Acquire() local