Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dgpu_utils.h244 Status BestCudnnConvAlgorithm(absl::Span<const AutotuneResult> results,
Dgpu_utils.cc246 Status BestCudnnConvAlgorithm(absl::Span<const AutotuneResult> results, in BestCudnnConvAlgorithm() function
Dconv_grad_input_ops.cc496 OP_REQUIRES_OK(ctx, BestCudnnConvAlgorithm(results, &algorithm_config)); in operator ()()
Dconv_ops_3d.cc620 OP_REQUIRES_OK(ctx, BestCudnnConvAlgorithm(results, &algorithm_config)); in launch()
Dconv_ops_fused_impl.h427 TF_RETURN_IF_ERROR(BestCudnnConvAlgorithm(results, algorithm_config));
Dconv_grad_ops_3d.cc1517 BestCudnnConvAlgorithm(results, &algorithm_config)); in Compute()
1993 Status s = BestCudnnConvAlgorithm(results, &algorithm_config); in Compute()
Dconv_grad_filter_ops.cc1095 OP_REQUIRES_OK(ctx, BestCudnnConvAlgorithm(results, &algorithm_config)); in operator ()()
Dconv_ops.cc1106 OP_REQUIRES_OK(ctx, BestCudnnConvAlgorithm(results, &algorithm_config)); in operator ()()