I wasn't sure if batch matmul was supported, as this seems to be documented nowhere except in pytorch's documentation. It seems to work fine with small tensors but breaks down past a certain size: So ...
I am trying to write a plugin that autogenerates a unique batch code to apply to each stock item added. Currently for testing purposes I am just using the code from ...