Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_conv_algorithm_picker.cc154 return absl::StrCat(algo.algo_id(), "+TC"); in AlgorithmToString()
156 return absl::StrCat(algo.algo_id()); in AlgorithmToString()
487 result.mutable_conv()->set_algorithm(alg.algo_id()); in PickBestAlgorithmNoCacheCuda()
518 algo->set_id(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()
Dgpu_conv_runner.cc248 algorithm.algorithm()->algo_id(), in RunGpuConvImpl()
250 ? absl::StrCat(algorithm.algorithm_no_scratch()->algo_id()) in RunGpuConvImpl()
317 << config.algorithm.algorithm()->algo_id(); in GetGpuConvConfig()
/external/tensorflow/tensorflow/stream_executor/
Ddnn.cc32 auto p = std::make_pair(algo_id(), tensor_ops_enabled()); in hash()
38 return absl::StrCat(algo_id(), "#TC"); in ToString()
40 return absl::StrCat(algo_id()); in ToString()
Ddnn.proto99 int64 algo_id = 1; field
Ddnn.h754 Index algo_id() const { return proto_.algo_id(); } in algo_id() function
756 return algo_id() == other.algo_id() &&
/external/tensorflow/tensorflow/core/kernels/
Dconv_grad_input_ops.cc427 result.mutable_conv()->set_algorithm(profile_algorithm.algo_id()); in operator ()()
462 profile_result.algorithm().algo_id()); 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()
583 profile_result.algorithm().algo_id()); in launch()
604 result.mutable_conv()->set_algorithm(profile_algorithm.algo_id()); in launch()
Dconv_ops.cc1034 result.mutable_conv()->set_algorithm(profile_algorithm.algo_id()); in operator ()()
1072 profile_result.algorithm().algo_id()); in operator ()()
1091 result.mutable_conv()->set_algorithm(profile_algorithm.algo_id()); in operator ()()
1111 << algorithm_config.algorithm()->algo_id(); in operator ()()
Dconv_grad_filter_ops.cc1022 result.mutable_conv()->set_algorithm(profile_algorithm.algo_id()); in operator ()()
1060 profile_result.algorithm().algo_id()); in operator ()()
1080 result.mutable_conv()->set_algorithm(profile_algorithm.algo_id()); in operator ()()
Dcudnn_rnn_ops.cc1622 output_host_reserved_int8(0) = best_algo_config.algorithm()->algo_id(); in Compute()
1664 << algo_config->algorithm()->algo_id() << ", " in MaybeAutoTune()
1700 << algo.algo_id() << ", " << algo.tensor_ops_enabled() << ")."; in MaybeAutoTune()
1753 << algo.algo_id() << ", " << algo.tensor_ops_enabled() << ")" in MaybeAutoTune()
1766 << best_result.algorithm().algo_id() << ", " in MaybeAutoTune()
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()
Dconv_ops_fused_impl.h412 result.mutable_conv()->set_algorithm(profile_algorithm.algo_id());
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_dnn.cc209 cudnnConvolutionFwdAlgo_t(algorithm.algo_id()); in ToConvForwardAlgo()
222 << algorithm.algo_id(); in ToConvForwardAlgo()
229 cudnnConvolutionBwdDataAlgo_t(algorithm.algo_id()); in ToConvBackwardDataAlgo()
241 << algorithm.algo_id(); in ToConvBackwardDataAlgo()
248 cudnnConvolutionBwdFilterAlgo_t(algorithm.algo_id()); in ToConvBackwardFilterAlgo()
262 << algorithm.algo_id(); in ToConvBackwardFilterAlgo()
276 cudnnRNNAlgo_t algo = static_cast<cudnnRNNAlgo_t>(algorithm->algo_id()); in ToCudnnRNNAlgo()
283 LOG(FATAL) << "Unsupported Cudnn RNN algorithm: " << algorithm->algo_id(); in ToCudnnRNNAlgo()
3087 if (algorithm_desc.algo_id() == in DoConvolve()
3250 << "\nalgo = " << algo_desc.algo_id() in DoFusedConvolveImpl()
Dcuda_blas.cc3379 int algo_id() const { in DoBlasInternalImpl() function in stream_executor::gpu::__anone6661d3c0311::CUDABlasLtMatmulAlgorithm
3575 << cuda_algo.algo_id() << " requiring " in DoBlasInternalImpl()
3662 << remainder_algo.algo_id() << " requiring " in DoBlasInternalImpl()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.cc2989 static_cast<uint64_t>(algorithm_desc.algo_id())); in DoConvolve()
2994 static_cast<miopenConvFwdAlgorithm_t>(algorithm_desc.algo_id()), in DoConvolve()
3016 static_cast<uint64_t>(algorithm_desc.algo_id())); in DoConvolve()
3021 static_cast<miopenConvBwdDataAlgorithm_t>(algorithm_desc.algo_id()), in DoConvolve()
3042 static_cast<uint64_t>(algorithm_desc.algo_id())); in DoConvolve()
3048 algorithm_desc.algo_id()), in DoConvolve()
3065 dnn::AlgorithmDesc algotype(algorithm_desc.algo_id(), false); in DoConvolve()
/external/cpuinfo/test/dmesg/
Dhuawei-p9-lite.log4436 …pu6,ts_thread:0][I/TS] reset_gpio = 145, irq_gpio = 224, irq_config = 0, algo_id = 1, ic_type = 2,…
Dhuawei-mate-9.log5872 …cpu4,ts_thread:0][I/TS] reset_gpio = 65, irq_gpio = 212, irq_config = 0, algo_id = 1, ic_type = 4,…
Dhuawei-mate-8.log4428 …pu4,ts_thread:0][I/TS] reset_gpio = 193, irq_gpio = 192, irq_config = 0, algo_id = 1, ic_type = 2,…