Searched refs:descr_ (Results 1 – 1 of 1) sorted by relevance
467 : initialized_(rhs.initialized_), descr_(std::move(rhs.descr_)) { in GpuSparseMatrixDescriptor()475 descr_ = std::move(rhs.descr_);487 TF_RETURN_IF_GPUSPARSE_ERROR(cusparseCreateMatDescr(&descr_)); in Initialize()489 TF_RETURN_IF_GPUSPARSE_ERROR(wrap::hipsparseCreateMatDescr(&descr_)); in Initialize()497 return descr_; in descr()502 return descr_; in descr()509 cusparseDestroyMatDescr(descr_); in Release()511 wrap::hipsparseDestroyMatDescr(descr_); in Release()518 gpusparseMatDescr_t descr_; variable