Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgemm_thunk.cc119 se::blas::AlgorithmType algorithm, se::Stream* stream, in DoGemmWithAlgorithm()
157 StatusOr<se::blas::AlgorithmType> DoGemmAutotune( in DoGemmAutotune()
161 std::vector<se::blas::AlgorithmType> algorithms; in DoGemmAutotune()
434 StatusOr<se::blas::AlgorithmType> best_algorithm = GetGemmAutotuneFn( in ExecuteOnStream()
450 const StatusOr<se::blas::AlgorithmType>& best_algorithm = in ExecuteOnStream()
Dgemm_thunk.h84 std::unordered_map<string, StatusOr<se::blas::AlgorithmType>>
/external/tensorflow/tensorflow/stream_executor/
Dblas.h112 typedef int64 AlgorithmType; typedef
113 constexpr AlgorithmType kDefaultAlgorithm = -1;
114 constexpr AlgorithmType kDefaultBlasGemm = -2;
115 constexpr AlgorithmType kDefaultBlasGemv = -3;
116 constexpr AlgorithmType kNoAlgorithm = -4;
125 constexpr AlgorithmType kDefaultGemmAlgo = -1;
136 AlgorithmType algorithm() const { return algorithm_; } in algorithm()
137 void set_algorithm(AlgorithmType val) { algorithm_ = val; } in set_algorithm()
143 AlgorithmType algorithm_ = kDefaultAlgorithm;
150 explicit AlgorithmConfig(AlgorithmType algorithm) : algorithm_(algorithm) {} in AlgorithmConfig()
[all …]
Dstream.h1330 blas::AlgorithmType algorithm,
1338 blas::AlgorithmType algorithm,
1346 blas::AlgorithmType algorithm,
1354 blas::AlgorithmType algorithm,
1363 blas::ComputationType computation_type, blas::AlgorithmType algorithm,
1372 blas::ComputationType computation_type, blas::AlgorithmType algorithm,
Dstream_executor_pimpl.h403 bool GetBlasGemmAlgorithms(std::vector<blas::AlgorithmType> *out_algorithms);
Dstream.cc3793 blas::AlgorithmType algorithm, blas::ProfileResult *output_profile_result) { in ThenBlasGemmWithAlgorithm()
3804 int, blas::ComputationType, blas::AlgorithmType> in ThenBlasGemmWithAlgorithm()
3816 blas::ComputationType computation_type, blas::AlgorithmType algorithm, in ThenBlasGemmWithAlgorithm()
3827 DeviceMemory<int> *, int, blas::ComputationType, blas::AlgorithmType> in ThenBlasGemmWithAlgorithm()
3840 blas::AlgorithmType algorithm, blas::ProfileResult *output_profile_result) { in ThenBlasGemmWithAlgorithm()
3850 DeviceMemory<float> *, int, blas::ComputationType, blas::AlgorithmType> in ThenBlasGemmWithAlgorithm()
3863 blas::AlgorithmType algorithm, blas::ProfileResult *output_profile_result) { in ThenBlasGemmWithAlgorithm()
3873 DeviceMemory<double> *, int, blas::ComputationType, blas::AlgorithmType> in ThenBlasGemmWithAlgorithm()
3888 blas::ComputationType computation_type, blas::AlgorithmType algorithm, in ThenBlasGemmWithAlgorithm()
3902 blas::ComputationType, blas::AlgorithmType> in ThenBlasGemmWithAlgorithm()
[all …]
Dstream_executor_pimpl.cc372 std::vector<blas::AlgorithmType> *out_algorithms) { in GetBlasGemmAlgorithms()
/external/tensorflow/tensorflow/core/kernels/
Dmatmul_op.cc115 typedef se::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/rocm/
Drocm_blas.h123 blas::AlgorithmType algorithm,
Drocm_blas.cc1703 blas::AlgorithmType algorithm, blas::ProfileResult *output_profile_result) { in DoBlasGemmWithAlgorithmImpl()
1709 std::vector<blas::AlgorithmType> *out_algorithms) { in GetBlasGemmAlgorithms()
1719 blas::ComputationType computation_type, blas::AlgorithmType algorithm, in DoBlasGemmWithAlgorithm()
1734 blas::AlgorithmType algorithm, blas::ProfileResult *output_profile_result) { in DoBlasGemmWithAlgorithm()
1747 blas::AlgorithmType algorithm, blas::ProfileResult *output_profile_result) { in DoBlasGemmWithAlgorithm()
1760 blas::AlgorithmType algorithm, blas::ProfileResult *output_profile_result) { in DoBlasGemmWithAlgorithm()
1774 blas::ComputationType computation_type, blas::AlgorithmType algorithm, in DoBlasGemmWithAlgorithm()
1789 blas::ComputationType computation_type, blas::AlgorithmType algorithm, in DoBlasGemmWithAlgorithm()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_blas.h125 blas::ComputationType computation_type, blas::AlgorithmType algorithm,
Dcuda_blas.cc1862 static bool UsesTensorOps(blas::AlgorithmType algo) { in UsesTensorOps()
1892 blas::ComputationType computation_type, blas::AlgorithmType algorithm, in DoBlasGemmWithAlgorithmImpl()
1982 std::vector<blas::AlgorithmType> *out_algorithms) { in GetBlasGemmAlgorithms()
2045 blas::ComputationType computation_type, blas::AlgorithmType algorithm, in DoBlasGemmWithAlgorithm()
2059 blas::AlgorithmType algorithm, blas::ProfileResult *output_profile_result) { in DoBlasGemmWithAlgorithm()
2087 blas::AlgorithmType algorithm, blas::ProfileResult *output_profile_result) { in DoBlasGemmWithAlgorithm()
2099 blas::AlgorithmType algorithm, blas::ProfileResult *output_profile_result) { in DoBlasGemmWithAlgorithm()
2112 blas::ComputationType computation_type, blas::AlgorithmType algorithm, in DoBlasGemmWithAlgorithm()
2126 blas::ComputationType computation_type, blas::AlgorithmType algorithm, in DoBlasGemmWithAlgorithm()
/external/python/cpython2/Modules/
Dclmodule.c903 func(AlgorithmType, Int_FromLong) in func()