Gemm

class plaidml.op.Gemm(a, b, c, alpha=None, beta=None, broadcast=True, transA=False, transB=False)[source]

Implements a general matrix multiplication.

Methods

__init__(a, b, c[, alpha, beta, broadcast, …]) Operation constructor.
bind(bindings) Builds an output variable dictionary for the operation.
function(*args, **kwargs) Invokes an Operation as a function.
sole_output()