Home
last modified time | relevance | path

Searched refs:AllocateTemporaryArray (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dscratch_allocator.cc36 stream->AllocateTemporaryArray<uint8>(byte_size)); in AllocateBytes()
Dstream.h150 AllocateTemporaryArray(uint64 element_count);
2040 Stream::AllocateTemporaryArray(uint64 element_count) { in AllocateTemporaryArray() function
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgemm_thunk.cc422 auto temp_status = stream->AllocateTemporaryArray<char>( in ExecuteOnStream()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_blas.cc2192 stream->AllocateTemporaryArray<CUDA_T *>(batch_count)); in DoBlasGemmBatchedInternal()
2194 stream->AllocateTemporaryArray<CUDA_T *>(batch_count)); in DoBlasGemmBatchedInternal()
2196 stream->AllocateTemporaryArray<CUDA_T *>(batch_count)); in DoBlasGemmBatchedInternal()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.cc2782 stream->AllocateTemporaryArray<uint8>(backward_output_data.size()) in MaybeTransformLayout()