An object with the following properties:
a First matrix in dot product operation.b Second matrix in dot product operation.transposeA If true, a is transposed before multiplication.transposeB If true, b is transposed before multiplication.bias Matrix to be added to the result.activation Name of activation kernel (defaults to linear).preluActivationWeights Tensor of prelu weights.leakyreluAlpha Alpha of leakyrelu.Optional activation?: ActivationOptional bias?: Tensor<Rank> | TensorLikeOptional leakyreluOptional preluOptional transposeA?: booleanOptional transposeB?: booleanGenerated using TypeDoc
Computes the dot product of two matrices with optional activation and bias.