ai

Pavel Filipenco 2025-11-18T15:20:41.317909Z

Are there any guides how to work with Deep Diamond tensors and how they can interact with neanderthal functions? I've seen in the article "clojure runs ONNX models now" that iamax from neanderthal was used with a tensor (though it had a single dimension, so it was just a vector), but I don't understand the logic of how they could've interacted. Is it just through Clojure's seq protocol, or is there some other similar protocol? Are tensors and matrices both just contiguous blobs of data, and that's why it works?