Searched defs:SparseMatrixSoftmax (Results 1 – 3 of 3) sorted by relevance
34 SparseMatrixSoftmax() : BaseOperator(kNameSparseMatrixSoftmax) { in SparseMatrixSoftmax() function
57 cudaError_t SparseMatrixSoftmax(int shape_size, int batch_pointers_size, int row_pointers_size, int… in SparseMatrixSoftmax() function
1562 class SparseMatrixSoftmax(Primitive): class