"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "77241c48af6e31d9f7fabba63079ec62ac01be5a"
Unverified Commit f1ed5d6d authored by Hongzhi (Steve), Chen's avatar Hongzhi (Steve), Chen Committed by GitHub
Browse files
parent 2a78e48f
...@@ -90,9 +90,6 @@ Attributes and methods ...@@ -90,9 +90,6 @@ Attributes and methods
SparseMatrix.coalesce SparseMatrix.coalesce
SparseMatrix.has_duplicate SparseMatrix.has_duplicate
SparseMatrix.dense SparseMatrix.dense
SparseMatrix.transpose
SparseMatrix.t
SparseMatrix.T
SparseMatrix.to SparseMatrix.to
SparseMatrix.cuda SparseMatrix.cuda
SparseMatrix.cpu SparseMatrix.cpu
...@@ -100,12 +97,15 @@ Attributes and methods ...@@ -100,12 +97,15 @@ Attributes and methods
SparseMatrix.double SparseMatrix.double
SparseMatrix.int SparseMatrix.int
SparseMatrix.long SparseMatrix.long
SparseMatrix.transpose
SparseMatrix.t
SparseMatrix.T
SparseMatrix.neg
SparseMatrix.reduce SparseMatrix.reduce
SparseMatrix.sum SparseMatrix.sum
SparseMatrix.smax SparseMatrix.smax
SparseMatrix.smin SparseMatrix.smin
SparseMatrix.smean SparseMatrix.smean
SparseMatrix.neg
SparseMatrix.softmax SparseMatrix.softmax
Diagonal matrix class Diagonal matrix class
...@@ -136,9 +136,6 @@ Attributes and methods ...@@ -136,9 +136,6 @@ Attributes and methods
DiagMatrix.val DiagMatrix.val
DiagMatrix.as_sparse DiagMatrix.as_sparse
DiagMatrix.dense DiagMatrix.dense
DiagMatrix.transpose
DiagMatrix.t
DiagMatrix.T
DiagMatrix.to DiagMatrix.to
DiagMatrix.cuda DiagMatrix.cuda
DiagMatrix.cpu DiagMatrix.cpu
...@@ -146,6 +143,9 @@ Attributes and methods ...@@ -146,6 +143,9 @@ Attributes and methods
DiagMatrix.double DiagMatrix.double
DiagMatrix.int DiagMatrix.int
DiagMatrix.long DiagMatrix.long
DiagMatrix.transpose
DiagMatrix.t
DiagMatrix.T
DiagMatrix.neg DiagMatrix.neg
DiagMatrix.inv DiagMatrix.inv
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment