Home
last modified time | relevance | path

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

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