Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/op/
Dwrappers.go15633 type BatchMatMulAttr func(optionalAttr) type
15639 func BatchMatMulAdjX(value bool) BatchMatMulAttr {
15649 func BatchMatMulAdjY(value bool) BatchMatMulAttr {
15681 func BatchMatMul(scope *Scope, x tf.Output, y tf.Output, optional ...BatchMatMulAttr) (output tf.Ou… argument