Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgemm_thunk.cc94 se::blas::AlgorithmType algorithm, se::Stream* stream, in DoGemmWithAlgorithm()
126 StatusOr<se::blas::AlgorithmType> DoGemmAutotune( in DoGemmAutotune()
130 std::vector<se::blas::AlgorithmType> algorithms; in DoGemmAutotune()
291 StatusOr<se::blas::AlgorithmType> best_algorithm = in ExecuteOnStream()
307 const StatusOr<se::blas::AlgorithmType>& best_algorithm = in ExecuteOnStream()
Dgemm_thunk.h81 StatusOr<::perftools::gputools::blas::AlgorithmType>>
/external/tensorflow/tensorflow/stream_executor/
Dblas.h109 typedef int64 AlgorithmType; typedef
110 constexpr AlgorithmType kDefaultAlgorithm = -1;
111 constexpr AlgorithmType kDefaultBlasGemm = -2;
112 constexpr AlgorithmType kDefaultBlasGemv = -3;
113 constexpr AlgorithmType kNoAlgorithm = -4;
122 constexpr AlgorithmType kDefaultGemmAlgo = -1;
133 AlgorithmType algorithm() const { return algorithm_; } in algorithm()
134 void set_algorithm(AlgorithmType val) { algorithm_ = val; } in set_algorithm()
140 AlgorithmType algorithm_ = kDefaultAlgorithm;
147 explicit AlgorithmConfig(AlgorithmType algorithm) : algorithm_(algorithm) {} in AlgorithmConfig()
[all …]
Dstream.h1394 blas::ComputationType computation_type, blas::AlgorithmType algorithm,
1403 blas::AlgorithmType algorithm,
1412 blas::AlgorithmType algorithm,
1419 blas::AlgorithmType algorithm,
1427 blas::ComputationType computation_type, blas::AlgorithmType algorithm,
1435 blas::ComputationType computation_type, blas::AlgorithmType algorithm,
Dstream_executor_pimpl.h368 bool GetBlasGemmAlgorithms(std::vector<blas::AlgorithmType> *out_algorithms);
Dstream.cc3789 blas::ComputationType computation_type, blas::AlgorithmType algorithm, in ThenBlasGemmWithAlgorithm()
3801 blas::ComputationType, blas::AlgorithmType> in ThenBlasGemmWithAlgorithm()
3813 blas::AlgorithmType algorithm, blas::ProfileResult *output_profile_result) { in ThenBlasGemmWithAlgorithm()
3822 DeviceMemory<int> *, int, blas::ComputationType, blas::AlgorithmType> in ThenBlasGemmWithAlgorithm()
3834 blas::AlgorithmType algorithm, blas::ProfileResult *output_profile_result) { in ThenBlasGemmWithAlgorithm()
3843 DeviceMemory<float> *, int, blas::ComputationType, blas::AlgorithmType> in ThenBlasGemmWithAlgorithm()
3855 blas::AlgorithmType algorithm, blas::ProfileResult *output_profile_result) { in ThenBlasGemmWithAlgorithm()
3865 blas::AlgorithmType> in ThenBlasGemmWithAlgorithm()
3878 blas::ComputationType computation_type, blas::AlgorithmType algorithm, in ThenBlasGemmWithAlgorithm()
3890 blas::AlgorithmType> in ThenBlasGemmWithAlgorithm()
[all …]
Dstream_executor_pimpl.cc335 std::vector<blas::AlgorithmType> *out_algorithms) { in GetBlasGemmAlgorithms()
/external/tensorflow/tensorflow/core/kernels/
Dmatmul_op.cc115 typedef perftools::gputools::blas::AlgorithmType AlgorithmType; typedef
117 typedef int64 AlgorithmType;
123 std::vector<AlgorithmType>* algorithms, bool use_aututone, Tensor* out) { in launch()
/external/python/cpython2/Lib/plat-irix5/
DCL_old.py104 def AlgorithmType(scheme): function
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_blas.h131 blas::AlgorithmType algorithm,
Dcuda_blas.cc2130 static bool UsesTensorOps(blas::AlgorithmType algo) { in UsesTensorOps()
2156 blas::AlgorithmType algorithm, blas::ProfileResult *output_profile_result) { in DoBlasGemmWithAlgorithmImpl()
2214 std::vector<blas::AlgorithmType> *out_algorithms) { in GetBlasGemmAlgorithms()
2245 blas::AlgorithmType algorithm, blas::ProfileResult *output_profile_result) { in DoBlasGemmWithAlgorithm()
2257 blas::ComputationType computation_type, blas::AlgorithmType algorithm, in DoBlasGemmWithAlgorithm()
2269 blas::AlgorithmType algorithm, blas::ProfileResult *output_profile_result) { in DoBlasGemmWithAlgorithm()
2280 blas::AlgorithmType algorithm, blas::ProfileResult *output_profile_result) { in DoBlasGemmWithAlgorithm()
2292 blas::ComputationType computation_type, blas::AlgorithmType algorithm, in DoBlasGemmWithAlgorithm()
2305 blas::ComputationType computation_type, blas::AlgorithmType algorithm, in DoBlasGemmWithAlgorithm()
/external/python/cpython2/Modules/
Dclmodule.c903 func(AlgorithmType, Int_FromLong) in func()