@altavir In my case I'd want numerical tensors operations but not necessarily any third party Integration with Tensorflow. Can KMath be used without depending on third parties? Also could you give more details on what you mean by "KMath is focused on abstraction"?
It looks like both support basic operations like add, sum, substract etc, dot, multication, normalize, mean , std.
I'm looking into something close to Numpy for pre/post processing of tensors before/after sending it to a DL model but I don't need third party integration as the communication with the model can be via ONNX runtime or HTTP. So ONNX integration would be nice but not mandatory as I can simply write a quick converter if needed.