Home
last modified time | relevance | path

Searched refs:state_allocator (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc386 ScratchAllocator *state_allocator) { in createRnnDescriptor() argument
395 state_allocator); in createRnnDescriptor()
Dstream_executor_pimpl.h412 ScratchAllocator *state_allocator);
Ddnn.h2048 ScratchAllocator* state_allocator) {
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_dnn.cc935 ScratchAllocator* state_allocator) { in Create() argument
944 if (state_allocator) { in Create()
948 SE_ASSIGN_OR_RETURN(state_memory, state_allocator->AllocateBytes( in Create()
1038 ScratchAllocator* state_allocator) { in Create() argument
1041 CudnnDropoutDescriptor::Create(cudnn, dropout, seed, state_allocator)); in Create()
1821 ScratchAllocator* state_allocator) { in createRnnDescriptor() argument
1832 algorithm_config, dropout, seed, state_allocator)); in createRnnDescriptor()
Dcuda_dnn.h55 ScratchAllocator* state_allocator) override;
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.h53 ScratchAllocator* state_allocator) override;
Drocm_dnn.cc1687 ScratchAllocator* state_allocator) in MIOpenRnnDescriptor() argument
2280 ScratchAllocator* state_allocator) { in createRnnDescriptor() argument
2288 ToMIOpenDataType(data_type), dropout, seed, state_allocator)); in createRnnDescriptor()