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.cc370 float dropout, uint64 seed, ScratchAllocator *state_allocator, in createRnnDescriptor() argument
380 state_allocator, use_padded_io); in createRnnDescriptor()
Dstream_executor_pimpl.h420 float dropout, uint64 seed, ScratchAllocator *state_allocator,
Ddnn.h2117 ScratchAllocator* state_allocator, bool use_padded_io) { in createRnnDescriptor() argument
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_dnn.cc994 ScratchAllocator* state_allocator) { in Create() argument
1003 if (state_allocator) { in Create()
1008 state_allocator->AllocateBytes(state_sizes_in_bytes)); in Create()
1094 ScratchAllocator* state_allocator, bool use_padded_io) { in Create() argument
1097 CudnnDropoutDescriptor::Create(cudnn, dropout, seed, state_allocator)); in Create()
2075 float dropout, uint64 seed, ScratchAllocator* state_allocator, in createRnnDescriptor() argument
2087 algorithm_config, dropout, seed, state_allocator, use_padded_io)); in createRnnDescriptor()
Dcuda_dnn.h55 float dropout, uint64 seed, ScratchAllocator* state_allocator,
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.h89 float dropout, uint64 seed, ScratchAllocator* state_allocator,
Drocm_dnn.cc1768 ScratchAllocator* state_allocator) in MIOpenRnnDescriptor() argument
2520 float dropout, uint64 seed, ScratchAllocator* state_allocator, in createRnnDescriptor() argument
2541 ToMIOpenDataType(data_type), dropout, seed, state_allocator)); in createRnnDescriptor()