Avatar
でもそういう部分は本体に戻すことを目標にしてたはずなので、可能性はあるかと。
3:14 AM
Finally, while TensorFlow is the reason we built this infrastructure, its algorithms are independent of TensorFlow itself: the same compiler transformation can extract any computation that executes asynchronously from the host program while communicating through sends and receives. This is useful and can be applied to anything that represents computation as a graph, including other ML frameworks, other kinds of accelerators (for cryptography, graphics, transcoding, etc), and general distributed systems programming models based on graph abstractions. We are interested in exploring new applications of this algorithm in the future. https://github.com/tensorflow/swift/blob/master/docs/DesignOverview.md#graph-program-extraction (edited)
Swift for TensorFlow Project Home Page. Contribute to tensorflow/swift development by creating an account on GitHub.
3:15 AM
Swift に戻したいとはここには書いてないか。でも一般的な用途まで視野には入れてるっぽい。