Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_conv_algorithm_picker.cc487 result.mutable_conv()->set_algorithm(alg.algo_id()); in PickBestAlgorithmNoCacheCuda()
559 reference_conv->set_algorithm(first_algorithm.algo_id()); in PickBestAlgorithmNoCacheCuda()
702 result.mutable_conv()->set_algorithm(profile_result.algorithm().algo_id()); in PickBestAlgorithmNoCacheRocm()
741 result.mutable_conv()->set_algorithm(alg.algo_id()); in PickBestAlgorithmNoCacheRocm()
795 backend_config.set_algorithm(best_algo.conv().algorithm()); in RunOnInstruction()
Dgemm_algorithm_picker.cc148 result.mutable_gemm()->set_algorithm(algorithm); in DoUncachedGemmAutotune()
190 result.mutable_failure()->mutable_reference_gemm()->set_algorithm( in DoUncachedGemmAutotune()
Dir_emitter_unnested.cc1178 descriptor.backend_config.set_algorithm( in EmitConvolutionThunkFromMlir()
/external/tensorflow/tensorflow/core/kernels/
Dbias_op_gpu.h69 void set_algorithm(BiasAddGradGPUMode val) { algorithm_ = val; } in set_algorithm() function
Dconv_grad_input_ops.cc427 result.mutable_conv()->set_algorithm(profile_algorithm.algo_id()); in operator ()()
461 result.mutable_conv()->set_algorithm( in operator ()()
482 result.mutable_conv()->set_algorithm(profile_algorithm.algo_id()); in operator ()()
Dconv_ops_3d.cc548 result.mutable_conv()->set_algorithm(profile_algorithm.algo_id()); in launch()
582 result.mutable_conv()->set_algorithm( in launch()
604 result.mutable_conv()->set_algorithm(profile_algorithm.algo_id()); in launch()
Dbias_op.cc546 best_result.set_algorithm(BiasAddGradGPUMode::kNative); in Compute()
560 best_result.set_algorithm(BiasAddGradGPUMode::kReduction); in Compute()
Dgpu_utils.cc273 algo->set_algorithm({selected_result->conv().algorithm(), in BestCudnnConvAlgorithm()
Dconv_grad_filter_ops.cc1022 result.mutable_conv()->set_algorithm(profile_algorithm.algo_id()); in operator ()()
1059 result.mutable_conv()->set_algorithm( in operator ()()
1080 result.mutable_conv()->set_algorithm(profile_algorithm.algo_id()); in operator ()()
Dconv_ops.cc1034 result.mutable_conv()->set_algorithm(profile_algorithm.algo_id()); in operator ()()
1071 result.mutable_conv()->set_algorithm( in operator ()()
1091 result.mutable_conv()->set_algorithm(profile_algorithm.algo_id()); in operator ()()
Dconv_grad_ops_3d.cc1462 result.mutable_conv()->set_algorithm(profile_algorithm.algo_id()); in Compute()
1501 result.mutable_conv()->set_algorithm(profile_algorithm.algo_id()); in Compute()
1946 result.mutable_conv()->set_algorithm(profile_algorithm.algo_id()); in Compute()
1978 result.mutable_conv()->set_algorithm(profile_algorithm.algo_id()); in Compute()
Dcudnn_rnn_ops.cc1499 output_algo_config->set_algorithm(algo_desc); in ComputeAndReturnAlgorithm()
1757 best_result.set_algorithm(algo); in MaybeAutoTune()
1764 algo_config->set_algorithm(best_result.algorithm()); in MaybeAutoTune()
2053 algo_config->set_algorithm(algo_desc); in GetAlgorithm()
Dconv_ops_fused_impl.h412 result.mutable_conv()->set_algorithm(profile_algorithm.algo_id());
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.cc507 profile_result.set_algorithm( in GetProfileResultFromConvSolution()
519 profile_result.set_algorithm( in GetProfileResultFromConvAlgoPerf()
523 profile_result.set_algorithm( in GetProfileResultFromConvAlgoPerf()
527 profile_result.set_algorithm( in GetProfileResultFromConvAlgoPerf()
3066 output_profile_result->set_algorithm(algotype); in DoConvolve()
/external/tensorflow/tensorflow/stream_executor/
Ddnn.h782 void set_algorithm(AlgorithmDesc val) { algorithm_ = val; } in set_algorithm() function
823 void set_algorithm(AlgorithmDesc val) { algorithm_ = val; } in set_algorithm() function
Dblas.h168 void set_algorithm(AlgorithmType val) { algorithm_ = val; } in set_algorithm() function
183 void set_algorithm(AlgorithmType val) { algorithm_ = val; } in set_algorithm() function
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_dnn.cc1877 output_profile_result->set_algorithm(algo_desc); in DoRnnForwardImpl()
2022 output_profile_result->set_algorithm(algo_desc); in DoRnnBackwardImpl()
3166 output_profile_result->set_algorithm(algorithm_desc); in DoConvolve()
3285 output_profile_result->set_algorithm(algo_desc); in DoFusedConvolveImpl()
Dcuda_blas.cc2018 output_profile_result->set_algorithm(blas::kDefaultBlasGemv); in DoBlasInternalImpl()
2050 output_profile_result->set_algorithm(blas::kDefaultBlasGemm); in DoBlasInternalImpl()
2185 output_profile_result->set_algorithm(algorithm); in DoBlasInternalImpl()
3733 output_profile_result->set_algorithm(algorithm->index()); in DoBlasInternalImpl()
/external/tensorflow/tensorflow/core/framework/
Dmodel_test.cc946 optimization_params.set_algorithm(AutotuneAlgorithm::GRADIENT_DESCENT); in TEST()
Dmodel.cc1647 optimization_params.set_algorithm(algorithm); in Optimize()