Searched refs:state_allocator (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/stream_executor/ |
D | stream_executor_pimpl.cc | 370 float dropout, uint64 seed, ScratchAllocator *state_allocator, in createRnnDescriptor() argument 380 state_allocator, use_padded_io); in createRnnDescriptor()
|
D | stream_executor_pimpl.h | 420 float dropout, uint64 seed, ScratchAllocator *state_allocator,
|
D | dnn.h | 2117 ScratchAllocator* state_allocator, bool use_padded_io) { in createRnnDescriptor() argument
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_dnn.cc | 994 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()
|
D | cuda_dnn.h | 55 float dropout, uint64 seed, ScratchAllocator* state_allocator,
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_dnn.h | 89 float dropout, uint64 seed, ScratchAllocator* state_allocator,
|
D | rocm_dnn.cc | 1768 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()
|