Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/op/
Dwrappers.go14608 type SparseMatMulAttr func(optionalAttr) type
14612 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