Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Dscratch_allocator.h55 virtual port::StatusOr<DeviceMemory<uint8>> AllocateBytes(
71 port::StatusOr<DeviceMemory<uint8>> AllocateBytes(Stream* stream,
Dscratch_allocator.cc33 port::StatusOr<DeviceMemory<uint8>> OneTimeScratchAllocator::AllocateBytes( in AllocateBytes() function in perftools::gputools::OneTimeScratchAllocator
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_convolution_algorithm_picker.cc47 se::port::StatusOr<se::DeviceMemory<uint8>> AllocateBytes(
68 se::port::StatusOr<se::DeviceMemory<uint8>> ScratchAllocator::AllocateBytes( in AllocateBytes() function in xla::gpu::__anon5d1dd1190111::ScratchAllocator
197 input_output_allocator.AllocateBytes(&stream, in PickBestAlgorithm()
200 input_output_allocator.AllocateBytes(&stream, in PickBestAlgorithm()
203 input_output_allocator.AllocateBytes(&stream, in PickBestAlgorithm()
Dfft_thunk.h49 AllocateBytes(perftools::gputools::Stream* stream, int64 byte_size) override;
Dfft_thunk.cc52 se::port::StatusOr<se::DeviceMemory<uint8>> FftScratchAllocator::AllocateBytes( in AllocateBytes() function in xla::gpu::FftScratchAllocator
Dcudnn_convolution_runner.cc52 se::port::StatusOr<DeviceMemory<uint8>> AllocateBytes( in AllocateBytes() function in xla::gpu::__anon6ce1464f0111::ScratchBufAllocator
/external/tensorflow/tensorflow/core/kernels/
Dconv_ops_gpu.h48 AllocateBytes(perftools::gputools::Stream* stream, int64 byte_size) override { in AllocateBytes() function
Dfft_ops.cc310 gpu::port::StatusOr<gpu::DeviceMemory<uint8>> AllocateBytes( in AllocateBytes() function in tensorflow::__anon2cde7a920111::CufftScratchAllocator
Dbatch_matmul_op_impl.h263 perftools::gputools::port::StatusOr<DeviceMemoryBytes> AllocateBytes(
/external/tensorflow/tensorflow/contrib/cudnn_rnn/kernels/
Dcudnn_rnn_ops.cc240 StatusOr<DeviceMemory<uint8>> AllocateBytes( in AllocateBytes() function in tensorflow::__anonc95c99b30111::CudnnRNNWorkspaceAllocator
276 StatusOr<DeviceMemory<uint8>> AllocateBytes( in AllocateBytes() function in tensorflow::__anonc95c99b30111::CudnnRNNReserveSpaceAllocator
317 StatusOr<DeviceMemory<uint8>> AllocateBytes( in AllocateBytes() function in tensorflow::__anonc95c99b30111::CudnnRNNPersistentSpaceAllocator
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_dnn.cc998 state_allocator->AllocateBytes(nullptr, state_sizes_in_bytes); in CudnnDropoutDescriptor()
1518 workspace_allocator->AllocateBytes(stream, workspace_size_in_bytes); in CreateRnnWorkspace()
1594 auto allocated = reserve_space_allocator->AllocateBytes( in DoRnnForwardImpl()
2188 allocated = scratch_allocator->AllocateBytes(stream, size_in_bytes); in GetCudnnConvolutionForwardAlgorithm()
2381 scratch_allocator->AllocateBytes(stream, size_in_bytes); in DoConvolveImpl()
2427 auto allocated = scratch_allocator->AllocateBytes(stream, size_in_bytes); in DoConvolveImpl()
3225 scratch_allocator->AllocateBytes(stream, size_in_bytes); in DoConvolveBackwardDataImpl()
3273 auto allocated = scratch_allocator->AllocateBytes(stream, size_in_bytes); in DoConvolveBackwardDataImpl()
3474 scratch_allocator->AllocateBytes(stream, size_in_bytes); in DoConvolveBackwardFilterImpl()
3520 auto allocated = scratch_allocator->AllocateBytes(stream, size_in_bytes); in DoConvolveBackwardFilterImpl()
Dcuda_fft.cc287 scratch_allocator->AllocateBytes(stream, scratch_size_bytes_); in UpdateScratchAllocator()
Dcuda_blas.cc2351 scratch_allocator->AllocateBytes(stream, size)); in DoBlasGemmBatchedInternal()
2353 scratch_allocator->AllocateBytes(stream, size)); in DoBlasGemmBatchedInternal()
2355 scratch_allocator->AllocateBytes(stream, size)); in DoBlasGemmBatchedInternal()
/external/v8/src/heap/
Dspaces.h1607 void AllocateBytes(size_t bytes) { in AllocateBytes() function
2049 accounting_stats_.AllocateBytes(bytes); in NON_EXPORTED_BASE()
/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