MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / MatMulTransposeB

Function MatMulTransposeB

tensorflow/go/op/wrappers.go:34457–34461  ·  view source on GitHub ↗

MatMulTransposeB sets the optional transpose_b attribute to value. value: If true, "b" is transposed before multiplication. If not specified, defaults to false

(value bool)

Source from the content-addressed store, hash-verified

34455// value: If true, "b" is transposed before multiplication.
34456// If not specified, defaults to false
34457func MatMulTransposeB(value bool) MatMulAttr {
34458 return func(m optionalAttr) {
34459 m["transpose_b"] = value
34460 }
34461}
34462
34463// Multiply the matrix "a" by the matrix "b".
34464//

Callers 1

ExampleFunction · 0.85

Calls

no outgoing calls

Tested by 1

ExampleFunction · 0.68