Home
last modified time | relevance | path

Searched refs:AllocateBytes (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dscratch_allocator.h54 virtual port::StatusOr<DeviceMemory<uint8>> AllocateBytes(
70 port::StatusOr<DeviceMemory<uint8>> AllocateBytes(Stream* stream,
Dscratch_allocator.cc32 port::StatusOr<DeviceMemory<uint8>> OneTimeScratchAllocator::AllocateBytes( in AllocateBytes() function in stream_executor::OneTimeScratchAllocator
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dscratch_allocator.h40 StatusOr<se::DeviceMemory<uint8>> AllocateBytes(se::Stream* stream,
47 AllocateBytes(stream, num_elements * sizeof(T))); in Allocate()
Dscratch_allocator.cc21 StatusOr<se::DeviceMemory<uint8>> ScratchAllocator::AllocateBytes( in AllocateBytes() function in xla::gpu::ScratchAllocator
Dfft_thunk.h47 se::port::StatusOr<se::DeviceMemory<uint8>> AllocateBytes(
Dcudnn_conv_algorithm_picker.cc214 input_output_allocator.AllocateBytes( in PickBestAlgorithm()
221 input_output_allocator.AllocateBytes( in PickBestAlgorithm()
Dfft_thunk.cc40 StatusOr<se::DeviceMemory<uint8>> FftScratchAllocator::AllocateBytes( in AllocateBytes() function in xla::gpu::FftScratchAllocator
Dcudnn_conv_runner.cc91 se::port::StatusOr<DeviceMemory<uint8>> AllocateBytes( in AllocateBytes() function in xla::gpu::__anon2b86fa710111::ScratchBufAllocator
/external/tensorflow/tensorflow/core/kernels/
Dconv_ops_gpu.h47 se::port::StatusOr<se::DeviceMemory<uint8>> AllocateBytes( in AllocateBytes() function
Dcudnn_rnn_ops.cc370 StatusOr<DeviceMemory<uint8>> AllocateBytes(Stream* stream, in AllocateBytes() function in tensorflow::__anon454a70830111::CudnnRnnAllocatorInTemp
415 StatusOr<DeviceMemory<uint8>> AllocateBytes(Stream* stream, in AllocateBytes() function in tensorflow::__anon454a70830111::CudnnRnnAllocatorInOutput
456 StatusOr<DeviceMemory<uint8>> AllocateBytes(Stream* stream, in AllocateBytes() function in tensorflow::__anon454a70830111::CudnnRNNPersistentSpaceAllocator
Dfft_ops.cc319 se::port::StatusOr<se::DeviceMemory<uint8>> AllocateBytes( in AllocateBytes() function in tensorflow::__anona0c96f1e0111::CufftScratchAllocator
Dbatch_matmul_op_impl.h265 se::port::StatusOr<DeviceMemoryBytes> AllocateBytes(
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.cc1985 workspace_allocator->AllocateBytes(stream, workspace_size_in_bytes); in CreateRnnWorkspace()
2062 auto allocated = reserve_space_allocator->AllocateBytes( in DoRnnForwardImpl()
2575 mac->scratch_allocator_->AllocateBytes(mac->stream_, size_in_bytes); in MIOpenAllocatorCallback()
2658 auto allocated = scratch_allocator->AllocateBytes(stream, size_in_bytes); in DoPrepareForConvolution()
2749 scratch_allocator->AllocateBytes(stream, scratch_memory_size); in DoPrepareForConvolution()
3593 workspace_allocator->AllocateBytes(stream, workspace_size_in_bytes); in DoPoolBackward()
3617 auto allocated = workspace_allocator->AllocateBytes(stream, dest2_size); in DoPoolBackward()
3689 workspace_allocator->AllocateBytes(stream, workspace_size_in_bytes); in DoPoolBackward()
3713 auto allocated = workspace_allocator->AllocateBytes(stream, dest2_size); in DoPoolBackward()
3824 workspace_allocator->AllocateBytes(stream, workspace_size_in_bytes); in DoNormalizeBackwardWithDimensions()
[all …]
Drocm_fft.cc264 scratch_allocator->AllocateBytes(stream, size_in_bytes); in Initialize()
320 scratch_allocator->AllocateBytes(stream, size_in_bytes); in Initialize()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_dnn.cc948 SE_ASSIGN_OR_RETURN(state_memory, state_allocator->AllocateBytes( in Create()
1500 return workspace_allocator->AllocateBytes(stream, workspace_size_in_bytes); in CreateRnnWorkspace()
1549 reserve_space_allocator->AllocateBytes( in DoRnnForwardImpl()
2248 return scratch_allocator->AllocateBytes(stream, size_in_bytes); in AllocateCudnnConvolutionForwardWorkspace()
2293 return scratch_allocator->AllocateBytes(stream, size_in_bytes); in AllocateCudnnConvolutionBackwardDataWorkspace()
2338 return scratch_allocator->AllocateBytes(stream, size_in_bytes); in AllocateCudnnConvolutionBackwardFilterWorkspace()
Dcuda_fft.cc248 scratch_allocator->AllocateBytes(stream, scratch_size_bytes_); in UpdateScratchAllocator()
Dcuda_blas.cc2182 scratch_allocator->AllocateBytes(stream, size)); in DoBlasGemmBatchedInternal()
2184 scratch_allocator->AllocateBytes(stream, size)); in DoBlasGemmBatchedInternal()
2186 scratch_allocator->AllocateBytes(stream, size)); in DoBlasGemmBatchedInternal()
/external/protobuf/src/google/protobuf/
Ddescriptor.cc552 void* AllocateBytes(int size);
983 return reinterpret_cast<Type*>(AllocateBytes(sizeof(Type))); in Allocate()
988 return reinterpret_cast<Type*>(AllocateBytes(sizeof(Type) * count)); in AllocateArray()
1010 void* DescriptorPool::Tables::AllocateBytes(int size) { in AllocateBytes() function in google::protobuf::DescriptorPool::Tables