swift
swift copied to clipboard
Swift for TensorFlow
I'm not sure how difficult this would be, or even if it's possible -- could we pass functions/closures from Swift to Python? Something like this: `test.py`: ```python def f(x, y):...
This issue is opened as a continuation to [twitter discussion](https://twitter.com/s1ddok/status/1232022471425110016) with @dan-zheng; What I'm trying to do is to introduce a custom op and use it with S4TF. For simplicity...
In https://github.com/tensorflow/swift/blob/master/Installation.md, step 6 of "using downloads" on macOS says `xcrun --toolchain swift`. This attempts to use a toolchain that's nonexistent based on the above steps. The correct toolchain is...
The [default issue template](https://github.com/tensorflow/swift/blob/master/.github/ISSUE_TEMPLATE/00-default-issue.md) suggests that all Swift for TensorFlow issues should filed on [bugs.swift.org](https://bugs.swift.org): > We are using [JIRA](https://bugs.swift.org) instead of GitHub issues to track our work in order...
I have followed instructions on how to install swift-for-tensorflow (CPU-version) as outlined in the github repository and the swift `REPL` works at first but also throws these warnings; ``` error:...
I am trying to use `vscode-lldb` to debug my programs, however, `vscode-lldb` uses the lldb's `script` command behind the curtains and this is crashing. # Setup * Ubuntu 18.04 *...
This question is slightly related to #3, what is a good IDE for Linux and Windows? Right now I code in Ubuntu and am using `vscode` with `sourcekit-lsp` which is...