Searched refs:GetRnnAlgorithms (Results 1 – 9 of 9) sorted by relevance
296 bool StreamExecutor::GetRnnAlgorithms( in GetRnnAlgorithms() function in stream_executor::StreamExecutor302 return dnn_support->GetRnnAlgorithms(out_algorithms); in GetRnnAlgorithms()
382 bool GetRnnAlgorithms(std::vector<dnn::AlgorithmDesc> *out_algorithms);
64 bool DnnSupport::GetRnnAlgorithms(std::vector<AlgorithmDesc>* out_algorithms) { in GetRnnAlgorithms() function in stream_executor::dnn::DnnSupport
1342 virtual bool GetRnnAlgorithms(std::vector<AlgorithmDesc>* out_algorithms);
207 bool GetRnnAlgorithms(
3339 bool CudnnSupport::GetRnnAlgorithms( in GetRnnAlgorithms() function in stream_executor::gpu::CudnnSupport
245 bool GetRnnAlgorithms(
3487 bool MIOpenSupport::GetRnnAlgorithms( in GetRnnAlgorithms() function in stream_executor::gpu::MIOpenSupport
1647 CHECK(stream->parent()->GetRnnAlgorithms(&algorithms)); in MaybeAutoTune()