Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_managed_allocator.cc25 void* GpuManagedAllocator::AllocateRaw(size_t alignment, size_t num_bytes) { in AllocateRaw() function in tensorflow::GpuManagedAllocator
Dgpu_cudamalloc_allocator.cc39 void* GPUcudaMallocAllocator::AllocateRaw(size_t alignment, size_t num_bytes) { in AllocateRaw() function in tensorflow::GPUcudaMallocAllocator
Dgpu_debug_allocator.cc87 void* GPUDebugAllocator::AllocateRaw(size_t alignment, size_t num_bytes) { in AllocateRaw() function in tensorflow::GPUDebugAllocator
165 void* GPUNanResetAllocator::AllocateRaw(size_t alignment, size_t num_bytes) { in AllocateRaw() function in tensorflow::GPUNanResetAllocator
Dgpu_allocator_retry_test.cc37 void* AllocateRaw(size_t alignment, size_t num_bytes) { in AllocateRaw() function in tensorflow::__anon9dc664200111::FakeAllocator
/external/tensorflow/tensorflow/core/common_runtime/
Dscoped_allocator.cc56 void* ScopedAllocator::AllocateRaw(int32 field_index, size_t num_bytes) { in AllocateRaw() function in tensorflow::ScopedAllocator
166 void* ScopedAllocatorInstance::AllocateRaw(size_t alignment, size_t num_bytes) { in AllocateRaw() function in tensorflow::ScopedAllocatorInstance
Dallocator_retry.cc26 void* AllocatorRetry::AllocateRaw( in AllocateRaw() function in tensorflow::AllocatorRetry
Dmkl_cpu_allocator.h66 void* AllocateRaw(size_t alignment, size_t num_bytes) override { in AllocateRaw() function
224 inline void* AllocateRaw(size_t alignment, size_t num_bytes) override { in AllocateRaw() function
Dscoped_allocator.h101 void* AllocateRaw(size_t alignment, size_t num_bytes, in AllocateRaw() function
Dprocess_state.h118 void* AllocateRaw(size_t alignment, size_t num_bytes) override { in AllocateRaw() function
Dpool_allocator.cc95 void* PoolAllocator::AllocateRaw(size_t alignment, size_t num_bytes) { in AllocateRaw() function in tensorflow::PoolAllocator
Dbfc_allocator.h55 void* AllocateRaw(size_t alignment, size_t num_bytes) override { in AllocateRaw() function
Dbfc_allocator.cc212 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.h59 void* AllocateRaw(size_t alignment, size_t num_bytes) override { in AllocateRaw() function
Dallocator.h101 virtual void* AllocateRaw(size_t alignment, size_t num_bytes, in AllocateRaw() function
300 void* AllocateRaw(size_t alignment, size_t num_bytes) override { in AllocateRaw() function
304 void* AllocateRaw(size_t alignment, size_t num_bytes, in AllocateRaw() function
Dtracking_allocator.cc32 void* TrackingAllocator::AllocateRaw( in AllocateRaw() function in tensorflow::TrackingAllocator
Dallocator.cc112 void* AllocateRaw(size_t alignment, size_t num_bytes) override { in AllocateRaw() function in tensorflow::__anonab749f280111::CPUAllocator
/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::__anon173c32940111::MemmappedTensorAllocator
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compilation_device.cc43 void* AllocateRaw(size_t alignment, size_t num_bytes) override { in AllocateRaw() function in tensorflow::XlaCompilationAllocator
/external/v8/src/heap/
Dspaces-inl.h355 AllocationResult PagedSpace::AllocateRaw(int size_in_bytes, in AllocateRaw() function
448 AllocationResult NewSpace::AllocateRaw(int size_in_bytes, in AllocateRaw() function
Dheap-inl.h118 AllocationResult Heap::AllocateRaw(int size_in_bytes, AllocationSpace space, in AllocateRaw() function
Dspaces.cc3443 AllocationResult LargeObjectSpace::AllocateRaw(int object_size, in AllocateChunk() function in v8::internal::LargeObjectSpace
3748 AllocationResult NewLargeObjectSpace::AllocateRaw(int object_size) { in AllocateChunk() function in v8::internal::NewLargeObjectSpace
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device_context.cc41 void* XlaDeviceAllocator::AllocateRaw(size_t alignment, size_t num_bytes) { in AllocateRaw() function in tensorflow::XlaDeviceAllocator
/external/v8/src/snapshot/
Ddefault-deserializer-allocator.cc30 Address DefaultDeserializerAllocator::AllocateRaw(AllocationSpace space, in AllocateRaw() function in v8::internal::DefaultDeserializerAllocator

12