Home
last modified time | relevance | path

Searched defs:AllocateRaw (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_managed_allocator.cc24 void* GpuManagedAllocator::AllocateRaw(size_t alignment, size_t num_bytes) { in AllocateRaw() function in tensorflow::GpuManagedAllocator
Dgpu_cudamalloc_allocator.cc38 void* GPUcudaMallocAllocator::AllocateRaw(size_t alignment, size_t num_bytes) { in AllocateRaw() function in tensorflow::GPUcudaMallocAllocator
Dgpu_debug_allocator.cc86 void* GPUDebugAllocator::AllocateRaw(size_t alignment, size_t num_bytes) { in AllocateRaw() function in tensorflow::GPUDebugAllocator
169 void* GPUNanResetAllocator::AllocateRaw(size_t alignment, size_t num_bytes) { in AllocateRaw() function in tensorflow::GPUNanResetAllocator
Dprocess_state.h145 void* AllocateRaw(size_t alignment, size_t num_bytes) override { in AllocateRaw() function
Dpool_allocator.cc94 void* PoolAllocator::AllocateRaw(size_t alignment, size_t num_bytes) { in AllocateRaw() function in tensorflow::PoolAllocator
Dgpu_allocator_retry_test.cc37 void* AllocateRaw(size_t alignment, size_t num_bytes) { in AllocateRaw() function in tensorflow::__anonb320a5940111::FakeAllocator
/external/tensorflow/tensorflow/core/common_runtime/
Dallocator_retry.cc26 void* AllocatorRetry::AllocateRaw( in AllocateRaw() function in tensorflow::AllocatorRetry
Dvisitable_allocator.h59 void* AllocateRaw(size_t alignment, size_t num_bytes) override { in AllocateRaw() function
Dmkl_cpu_allocator.h109 inline void* AllocateRaw(size_t alignment, size_t num_bytes) override { in AllocateRaw() function
Dbfc_allocator.cc191 void* BFCAllocator::AllocateRaw(size_t unused_alignment, size_t num_bytes) { in AllocateRaw() function in tensorflow::BFCAllocator
206 void* BFCAllocator::AllocateRaw(size_t unused_alignment, size_t num_bytes, in AllocateRaw() function in tensorflow::BFCAllocator
/external/tensorflow/tensorflow/core/framework/
Dtracking_allocator_test.cc30 void* AllocateRaw(size_t /*alignment*/, size_t num_bytes) override { in AllocateRaw() function in tensorflow::TestableSizeTrackingAllocator
56 void* AllocateRaw(size_t /*alignment*/, size_t num_bytes) override { in AllocateRaw() function in tensorflow::NoMemoryAllocator
Dtracking_allocator.h60 void* AllocateRaw(size_t alignment, size_t num_bytes) override { in AllocateRaw() function
Dallocator.h93 virtual void* AllocateRaw(size_t alignment, size_t num_bytes, in AllocateRaw() function
296 void* AllocateRaw(size_t alignment, size_t num_bytes) override { in AllocateRaw() function
300 void* AllocateRaw(size_t alignment, size_t num_bytes, in AllocateRaw() function
Dallocator.cc79 void* AllocateRaw(size_t alignment, size_t num_bytes) override { in AllocateRaw() function in tensorflow::CPUAllocator
Dtracking_allocator.cc32 void* TrackingAllocator::AllocateRaw( in AllocateRaw() function in tensorflow::TrackingAllocator
Dtensor_test.cc1082 void* AllocateRaw(size_t alignment, size_t num_bytes) override { in AllocateRaw() function in tensorflow::__anon294780750111::DummyCPUAllocator
/external/tensorflow/tensorflow/core/common_runtime/sycl/
Dsycl_allocator.cc38 void* SYCLAllocator::AllocateRaw(size_t alignment, size_t num_bytes) { in AllocateRaw() function in tensorflow::SYCLAllocator
/external/tensorflow/tensorflow/core/kernels/
Dimmutable_constant_op.cc37 void* AllocateRaw(size_t alignment, size_t num_bytes) override { in AllocateRaw() function in tensorflow::__anonb22639080111::MemmappedTensorAllocator
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compilation_device.cc42 void* AllocateRaw(size_t alignment, size_t num_bytes) override { in AllocateRaw() function in tensorflow::XlaCompilationAllocator
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device_context.cc37 void* XlaDeviceAllocator::AllocateRaw(size_t alignment, size_t num_bytes) { in AllocateRaw() function in tensorflow::XlaDeviceAllocator
/external/v8/src/heap/
Dspaces-inl.h501 AllocationResult PagedSpace::AllocateRaw(int size_in_bytes, in AllocateRaw() function
575 AllocationResult NewSpace::AllocateRaw(int size_in_bytes, in AllocateRaw() function
Dheap-inl.h300 AllocationResult Heap::AllocateRaw(int size_in_bytes, AllocationSpace space, in AllocateRaw() function
Dspaces.cc2980 AllocationResult LargeObjectSpace::AllocateRaw(int object_size, in AllocateChunk() function in v8::internal::LargeObjectSpace