Dot

class plaidml.op.Dot(x, y)[source]

Dot-product of two tensors.

Methods

__init__(x, y) Operation constructor.
bind(bindings) Builds an output variable dictionary for the operation.
function(*args, **kwargs) Invokes an Operation as a function.
sole_output()