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