Home
last modified time | relevance | path

Searched defs:algo_config (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dcudnn_rnn_ops.cc963 const AlgorithmConfig algo_config; in ExtractCudnnRNNParamsInfo() local
979 const AlgorithmConfig& algo_config, in CreateRnnDescriptor()
1004 const AlgorithmConfig& algo_config, in GetCachedRnnDescriptor()
1265 AlgorithmConfig algo_config; in Compute() local
1452 AlgorithmConfig* algo_config) override { in MaybeAutoTune()
1709 AlgorithmConfig algo_config; in ComputeImpl() local
1732 AlgorithmConfig* algo_config) { in GetAlgorithm()
1845 AlgorithmConfig* algo_config) override { in GetAlgorithm()
Dbias_op.cc564 BiasAddGradGPUConfig algo_config; in Compute() local
/external/tensorflow/tensorflow/stream_executor/
Dstream.cc62 string ToVlogString(const dnn::AlgorithmConfig &algo_config) { in ToVlogString()