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.cc1040 const AlgorithmConfig algo_config; in ExtractCudnnRNNParamsInfo() local
1057 const AlgorithmConfig& algo_config, in CreateRnnDescriptor()
1084 const AlgorithmConfig& algo_config, in GetCachedRnnDescriptor()
1446 AlgorithmConfig algo_config; in Compute() local
1638 AlgorithmConfig* algo_config) override { in MaybeAutoTune()
1908 AlgorithmConfig algo_config; in ComputeImpl() local
1931 AlgorithmConfig* algo_config) { in GetAlgorithm()
2046 AlgorithmConfig* algo_config) override { in GetAlgorithm()
Dbias_op.cc532 BiasAddGradGPUConfig algo_config; in Compute() local
/external/tensorflow/tensorflow/stream_executor/
Dstream.cc61 std::string ToVlogString(const dnn::AlgorithmConfig &algo_config) { in ToVlogString()