tensorflow / java-ndarray

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I multiply two matricies (2d arrays)?

brr53 opened this issue · comments

commented

How do I multiply two matricies (2d arrays)?

Operations for combining ndarrays are available in TensorFlow-Java, either using the imperative eager mode or the more declarative graph mode.