Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/op/
Dwrappers.go24874 type SparseMatMulAttr func(optionalAttr) type
24878 func SparseMatMulTransposeA(value bool) SparseMatMulAttr {
24886 func SparseMatMulTransposeB(value bool) SparseMatMulAttr {
24894 func SparseMatMulAIsSparse(value bool) SparseMatMulAttr {
24902 func SparseMatMulBIsSparse(value bool) SparseMatMulAttr {
24919 func SparseMatMul(scope *Scope, a tf.Output, b tf.Output, optional ...SparseMatMulAttr) (product tf… argument