Searched refs:MatMulAttr (Results 1 – 1 of 1) sorted by relevance
32467 type MatMulAttr func(optionalAttr) type32473 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