Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcudnn_rnn_ops.cc1347 AlgorithmConfig* best_algo_config) { in MaybeAutoTune() argument
1348 CHECK_NE(best_algo_config, nullptr); in MaybeAutoTune()
1349 *best_algo_config = AlgorithmConfig(); in MaybeAutoTune()
1414 AlgorithmConfig best_algo_config; in Compute() local
1416 context, &best_algo_config, /*var_seq_lengths=*/false, in Compute()
1436 output_host_reserved_int8(0) = best_algo_config.algorithm()->algo_id(); in Compute()
1438 best_algo_config.algorithm()->tensor_ops_enabled(); in Compute()
1619 AlgorithmConfig best_algo_config; in Compute() local
1621 context, &best_algo_config, /*var_seq_lengths=*/true, in Compute()