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.cc1081 const AlgorithmConfig algo_config; in ExtractCudnnRNNParamsInfo() local
1098 const AlgorithmConfig& algo_config, in CreateRnnDescriptor()
1125 const AlgorithmConfig& algo_config, in GetCachedRnnDescriptor()
1487 AlgorithmConfig algo_config; in Compute() local
1679 AlgorithmConfig* algo_config) override { in MaybeAutotune()
1950 AlgorithmConfig algo_config; in ComputeImpl() local
1973 AlgorithmConfig* algo_config) { in GetAlgorithm()
2088 AlgorithmConfig* algo_config) override { in GetAlgorithm()
Dbias_op.cc534 BiasAddGradGPUConfig algo_config; in Compute() local
/external/tensorflow/tensorflow/stream_executor/
Dstream.cc61 std::string ToVlogString(const dnn::AlgorithmConfig &algo_config) { in ToVlogString()