Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/op/
Dwrappers.go32467 type MatMulAttr func(optionalAttr) type
32473 func MatMulTransposeA(value bool) MatMulAttr {
32483 func MatMulTransposeB(value bool) MatMulAttr {
32498 func MatMul(scope *Scope, a tf.Output, b tf.Output, optional ...MatMulAttr) (product tf.Output) { argument