.NeuralNetwork.Utilities.ElementWiseProduct

Information

This function calculate the element wise product of two matrix.

Release Notes:

Interface

function ElementWiseProduct
  input Real[:, :] u1 "First input matrix";
  input Real[:, :] u2 "Second input matrix";
  output Real[size(u1, 1), size(u1, 2)] y "Output matrix";
end ElementWiseProduct;

Generated at 2024-04-19T18:16:02Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos