Searched refs:SparseMatMulAttr (Results 1 – 1 of 1) sorted by relevance
14608 type SparseMatMulAttr func(optionalAttr) type14612 func SparseMatMulTransposeA(value bool) SparseMatMulAttr {14620 func SparseMatMulTransposeB(value bool) SparseMatMulAttr {14628 func SparseMatMulAIsSparse(value bool) SparseMatMulAttr {14636 func SparseMatMulBIsSparse(value bool) SparseMatMulAttr {14653 func SparseMatMul(scope *Scope, a tf.Output, b tf.Output, optional ...SparseMatMulAttr) (product tf… argument