Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_conv_algorithm_picker.cc473 result.mutable_conv()->set_algorithm(alg.algo_id()); in PickBestAlgorithmNoCacheCuda()
546 reference_conv->set_algorithm(first_algorithm.algo_id()); in PickBestAlgorithmNoCacheCuda()
684 result.mutable_conv()->set_algorithm(profile_result.algorithm().algo_id()); in PickBestAlgorithmNoCacheRocm()
722 result.mutable_conv()->set_algorithm(alg.algo_id()); in PickBestAlgorithmNoCacheRocm()
776 backend_config.set_algorithm(best_algo.conv().algorithm()); in RunOnInstruction()
Dgemm_algorithm_picker.cc113 result.mutable_gemm()->set_algorithm(algorithm); in DoUncachedGemmAutotune()
155 result.mutable_failure()->mutable_reference_gemm()->set_algorithm( in DoUncachedGemmAutotune()
/external/tensorflow/tensorflow/core/kernels/
Dbias_op_gpu.h69 void set_algorithm(BiasAddGradGPUMode val) { algorithm_ = val; } in set_algorithm() function
Dconv_ops_3d.cc492 result.mutable_conv()->set_algorithm(profile_algorithm.algo_id()); in launch()
523 result.mutable_conv()->set_algorithm( in launch()
547 result.mutable_conv()->set_algorithm(profile_algorithm.algo_id()); in launch()
Dbias_op.cc574 best_result.set_algorithm(BiasAddGradGPUMode::kNative); in Compute()
588 best_result.set_algorithm(BiasAddGradGPUMode::kReduction); in Compute()
Dgpu_utils.cc271 algo->set_algorithm({selected_result->conv().algorithm(), in BestCudnnConvAlgorithm()
Dconv_grad_filter_ops.cc1021 result.mutable_conv()->set_algorithm(profile_algorithm.algo_id()); in operator ()()
1053 result.mutable_conv()->set_algorithm( in operator ()()
1080 result.mutable_conv()->set_algorithm(profile_algorithm.algo_id()); in operator ()()
Dconv_ops.cc1031 result.mutable_conv()->set_algorithm(profile_algorithm.algo_id()); in operator ()()
1065 result.mutable_conv()->set_algorithm( in operator ()()
1089 result.mutable_conv()->set_algorithm(profile_algorithm.algo_id()); in operator ()()
Dconv_grad_input_ops.cc1188 result.mutable_conv()->set_algorithm(profile_algorithm.algo_id()); in operator ()()
1219 result.mutable_conv()->set_algorithm( in operator ()()
1245 result.mutable_conv()->set_algorithm(profile_algorithm.algo_id()); in operator ()()
Dcudnn_rnn_ops.cc1495 output_algo_config->set_algorithm(algo_desc); in ComputeAndReturnAlgorithm()
1753 best_result.set_algorithm(algo); in MaybeAutoTune()
1760 algo_config->set_algorithm(best_result.algorithm()); in MaybeAutoTune()
2049 algo_config->set_algorithm(algo_desc); in GetAlgorithm()
Dconv_grad_ops_3d.cc1413 result.mutable_conv()->set_algorithm(profile_algorithm.algo_id()); in Compute()
1464 result.mutable_conv()->set_algorithm(profile_algorithm.algo_id()); in Compute()
1493 algorithm_config.set_algorithm(best_result.algorithm()); in Compute()
1943 algorithm_config.set_algorithm(best_result.algorithm()); in Compute()
Dmatmul_op.cc363 algorithm_config.set_algorithm(best_result.algorithm()); in launch()
Dconv_ops_fused_impl.h355 result.mutable_conv()->set_algorithm(profile_algorithm.algo_id());
/external/tensorflow/tensorflow/stream_executor/
Ddnn.h805 void set_algorithm(AlgorithmDesc val) { algorithm_ = val; }
846 void set_algorithm(AlgorithmDesc val) { algorithm_ = val; }
Dblas.h138 void set_algorithm(AlgorithmType val) { algorithm_ = val; } in set_algorithm() function
153 void set_algorithm(AlgorithmType val) { algorithm_ = val; } in set_algorithm() function
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_dnn.cc1864 output_profile_result->set_algorithm(algo_desc); in DoRnnForwardImpl()
2021 output_profile_result->set_algorithm(algo_desc); in DoRnnBackwardImpl()
3194 output_profile_result->set_algorithm(algorithm_desc); in DoConvolve()
3325 output_profile_result->set_algorithm(algo_desc); in DoFusedConvolveImpl()
Dcuda_blas.cc1823 output_profile_result->set_algorithm(blas::kDefaultBlasGemv); in DoBlasGemvWithProfilingImpl()
1855 output_profile_result->set_algorithm(blas::kDefaultBlasGemm); in DoBlasGemmWithProfilingImpl()
1974 output_profile_result->set_algorithm(algorithm); in DoBlasGemmWithAlgorithmImpl()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.cc431 profile_result.set_algorithm({solution.solution_id, false}); in GetProfileResultFromConvSolution()
2900 output_profile_result->set_algorithm(algotype); in DoConvolve()