Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/op/
Dwrappers.go32025 type MatMulAttr func(optionalAttr) type
32031 func MatMulTransposeA(value bool) MatMulAttr {
32041 func MatMulTransposeB(value bool) MatMulAttr {
32056 func MatMul(scope *Scope, a tf.Output, b tf.Output, optional ...MatMulAttr) (product tf.Output) { argument