Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Drocm_solvers.cc216 using ROCmScalar = typename ROCmComplexT<Scalar>::type; in TrsmImpl() typedef
220 reinterpret_cast<const ROCmScalar*>(alpha), in TrsmImpl()
221 reinterpret_cast<const ROCmScalar*>(A), lda, in TrsmImpl()
222 reinterpret_cast<ROCmScalar*>(B), ldb)); in TrsmImpl()