Searched refs:MIOpenRnnDescriptor (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_dnn.cc | 1649 const MIOpenRnnDescriptor& rnn_desc); 1671 const MIOpenRnnDescriptor* rnn_desc_; 1679 class MIOpenRnnDescriptor : public MIOpenDescriptorCommon<dnn::RnnDescriptor> { class 1681 MIOpenRnnDescriptor(miopenHandle_t miopen_handle, int num_layers, in MIOpenRnnDescriptor() function in stream_executor::gpu::MIOpenRnnDescriptor 1714 ~MIOpenRnnDescriptor() override { in ~MIOpenRnnDescriptor() 1760 SE_DISALLOW_COPY_AND_ASSIGN(MIOpenRnnDescriptor); 1892 const MIOpenRnnDescriptor& rnn_desc, in ExtractAndCheckRnnForward() 1952 miopenHandle_t miopen_handle, const MIOpenRnnDescriptor& rnn_desc, in CheckRNNParameterSize() 1968 const MIOpenRnnDescriptor& rnn_desc, in CreateRnnWorkspace() 2002 Stream* stream, const MIOpenRnnDescriptor& rnn_desc, in DoRnnForwardImpl() [all …]
|
D | rocm_dnn.h | 33 class MIOpenRnnDescriptor; variable 663 bool DoRnnForwardImpl(Stream* stream, const MIOpenRnnDescriptor& rnn_desc, 680 bool DoRnnBackwardImpl(Stream* stream, const MIOpenRnnDescriptor& rnn_desc,
|