MCPcopy Create free account
hub / github.com/benoitsteiner/tensorflow-opencl / matmul

Function matmul

tensorflow/python/ops/math_ops.py:1735–1898  ·  view source on GitHub ↗

Multiplies matrix `a` by matrix `b`, producing `a` * `b`. The inputs must, following any transpositions, be tensors of rank >= 2 where the inner 2 dimensions specify valid matrix multiplication arguments, and any further outer dimensions match. Both matrices must be of the same type. The s

(a,
           b,
           transpose_a=False,
           transpose_b=False,
           adjoint_a=False,
           adjoint_b=False,
           a_is_sparse=False,
           b_is_sparse=False,
           name=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

tensordotFunction · 0.70
testBasicMethod · 0.50
sqMethod · 0.50

Calls 3

name_scopeMethod · 0.80
conjFunction · 0.70
_shape_tupleMethod · 0.45

Tested by 2

testBasicMethod · 0.40
sqMethod · 0.40