Home
last modified time | relevance | path

Searched refs:GetRnnAlgorithms (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Dstream_executor_pimpl.cc356 bool StreamExecutor::GetRnnAlgorithms( in GetRnnAlgorithms() function in stream_executor::StreamExecutor
362 return dnn_support->GetRnnAlgorithms(out_algorithms); in GetRnnAlgorithms()
Dstream_executor_pimpl.h411 bool GetRnnAlgorithms(std::vector<dnn::AlgorithmDesc>* out_algorithms);
Ddnn.cc187 bool DnnSupport::GetRnnAlgorithms(std::vector<AlgorithmDesc>* out_algorithms) { in GetRnnAlgorithms() function in stream_executor::dnn::DnnSupport
Ddnn.h1448 virtual bool GetRnnAlgorithms(std::vector<AlgorithmDesc>* out_algorithms);
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_dnn.h268 bool GetRnnAlgorithms(
Dcuda_dnn.cc5313 bool CudnnSupport::GetRnnAlgorithms( in GetRnnAlgorithms() function in stream_executor::gpu::CudnnSupport
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.h272 bool GetRnnAlgorithms(
Drocm_dnn.cc3602 bool MIOpenSupport::GetRnnAlgorithms( in GetRnnAlgorithms() function in stream_executor::gpu::MIOpenSupport
/external/tensorflow/tensorflow/core/kernels/
Dcudnn_rnn_ops.cc1690 CHECK(stream->parent()->GetRnnAlgorithms(&algorithms)); in MaybeAutotune()