You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[TF] WIP: Removing all instances of #tfop. (#24425)
* Removed some instances of '#tfop'.
* Removed all instances of '#tfop'.
* Fixes to the build scripts for the new swift-bindings.
* Disabled a couple of GPE tests.
* Added back a couple of test helpers.
* Minor tweak.
* Minor tweaks.
* Removed all uses of '.toHost' and '.toAccelerator'.
* Added back some tests.
* Bug fixes.
* Updated the swift-bindings dependency.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -151,8 +151,8 @@ Below is more information about TensorFlow-related build arguments.
151
151
* Default value: None.
152
152
*`tensorflow-swift-apis`: A path to the [tensorflow/swift-apis](https://github.com/tensorflow/swift-apis) deep learning library repository.
153
153
* Default value: `tensorflow-swift-apis` if the [tensorflow/swift-apis](https://github.com/tensorflow/swift-apis) repository is cloned. Otherwise, none.
154
-
*`tensorflow-swift-bindings`: A generated TensorFlow Swift bindings file (`RawOpsGenerated.swift`) obtained from [tensorflow/swift-bindings](https://github.com/tensorflow/swift-bindings).
155
-
* Default value: `tensorflow-swift-bindings/RawOpsGenerated.swift` if the [tensorflow/swift-bindings](https://github.com/tensorflow/swift-bindings) repository is cloned. Otherwise, none.
154
+
*`tensorflow-swift-bindings`: A path to the [tensorflow/swift-bindings](https://github.com/tensorflow/swift-bindings) repository.
155
+
* Default value: `tensorflow-swift-bindings` if the [tensorflow/swift-bindings](https://github.com/tensorflow/swift-bindings) repository is cloned. Otherwise, none.
0 commit comments