Searched refs:host_b_dev_ptrs (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/util/ |
D | cuda_solvers.cc | 797 const Scalar* const host_b_dev_ptrs[], int ldb, int* host_lapack_info, in GetrsBatchedImpl() argument 812 host_b_dev_ptrs /* source */, dev_b_dev_ptrs.bytes())) { in GetrsBatchedImpl() 828 const Scalar* const host_b_dev_ptrs[], int ldb, int* host_lapack_info, \ 833 host_a_dev_ptrs, lda, dev_pivots, host_b_dev_ptrs, \ 983 Scalar* host_b_dev_ptrs[], int ldb, int batch_size) { in TrsmBatchedImpl() argument 997 host_b_dev_ptrs /* source */, dev_b_dev_ptrs.bytes())) { in TrsmBatchedImpl()
|