Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_blas.cc2149 Scalar beta, const port::ArraySlice<DeviceMemory<T> *> &c_ptrs_to_wrappers, in DoBlasGemmBatchedInternal() argument
2155 c_raw_ptrs.push_back(static_cast<T *>(c_ptrs_to_wrappers[i]->opaque())); in DoBlasGemmBatchedInternal()
2260 DeviceMemory<T> *c_matrix = c_ptrs_to_wrappers[b]; in DoBlasGemmBatchedInternal()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_blas.cc1813 T beta, const port::ArraySlice<DeviceMemory<T> *> &c_ptrs_to_wrappers, in DoBlasGemmBatchedInternal() argument
1829 reinterpret_cast<MAPPED_T *>(c_ptrs_to_wrappers[i]->opaque())); in DoBlasGemmBatchedInternal()