Searched refs:GetRnnAlgorithms (Results 1 – 9 of 9) sorted by relevance
336 bool StreamExecutor::GetRnnAlgorithms( in GetRnnAlgorithms() function in stream_executor::StreamExecutor342 return dnn_support->GetRnnAlgorithms(out_algorithms); in GetRnnAlgorithms()
35 bool DnnSupport::GetRnnAlgorithms(std::vector<AlgorithmDesc>* out_algorithms) { in GetRnnAlgorithms() function in stream_executor::dnn::DnnSupport
389 bool GetRnnAlgorithms(std::vector<dnn::AlgorithmDesc> *out_algorithms);
1276 virtual bool GetRnnAlgorithms(std::vector<AlgorithmDesc>* out_algorithms);
206 bool GetRnnAlgorithms(
3081 bool CudnnSupport::GetRnnAlgorithms( in GetRnnAlgorithms() function in stream_executor::gpu::CudnnSupport
197 bool GetRnnAlgorithms(
2962 bool MIOpenSupport::GetRnnAlgorithms( in GetRnnAlgorithms() function in stream_executor::gpu::MIOpenSupport
1461 CHECK(stream->parent()->GetRnnAlgorithms(&algorithms)); in MaybeAutoTune()