Artem Artemev

Results 30 comments of Artem Artemev

> Sure! Feel free to do it yourself, since it's your unresolved issue! I didn't have a button to reopen the issue :) > Could you please share some reference...

Hello @dan-zheng, this is not a full list of operations, but it would be good to start with this (all of them implicitly should work as batched versions as well):...

@dan-zheng , how can I add a new binding [here](https://github.com/tensorflow/swift-apis/blob/master/Sources/TensorFlow/Bindings/RawOpsGenerated.swift)? It is an auto-generated file and I don't see how it was generated.

[EDITED] that's my bad, "TriangularSolve" is in the [RawOpsGenerated.swift](https://raw.githubusercontent.com/tensorflow/swift-apis/master/Sources/TensorFlow/Bindings/RawOpsGenerated.swift) file, as well as many other linalg ops. @Shashi456 , yeah, I've checked it. But, it is not clear why for...

@Shashi456, solvers and trace for now @dan-zheng, you can mark `diag` and `diag_part` as finished. They were implemented in https://github.com/tensorflow/swift-apis/pull/571

@Shashi456, @dan-zheng hello guys, sorry for the delay with PRs for solvers and other promised ops. I'm at NeurIPS and don't have much time to finish the work. Thanks!

@dan-zheng, `trace` can be marked as done now.

Hello, @stephentyrone! I thought you might be interested in this PR, https://github.com/tensorflow/swift-apis/pull/680. In it, I propose to define math protocols for shaped arrays in swift-apis. This is quite close to...

Hello @trevorcai, @tomhennigan. I like a lot out of the box solutions, but I struggle with extending `haiku` at the moment. I need constrained parameters like variance (only positive) for...