Is there a way to multiply a formatted dlarray with a matrix?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Given a formatted dlarray named y and a matrix named X consists of formatted dlarrays (e.g. each row of the matrix is a dlarray), is there a way to do matrix multiplication between X and y?
0 comentarios
Respuestas (1)
Hrishikesh Borate
el 18 de Nov. de 2020
Hi,
I understand that you want to multiply a formatted dlarray y, and a matrix X, rows of which are constructed using formatted dlarrays.
Currently, the matrix multiplication (mtimes, *) is only supported when one input is a formatted dlarray and other input is an unformatted scalar.
Element wise multiplication is supported when both the inputs are formatted dlarrays.
1 comentario
Reed Freer
el 23 de Dic. de 2023
Can you multiply a formatted dlarray and a regular matrix? I am attempting to use pagemtimes to multiply the matrix together and I recieve an error.
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!