Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
a55402c
Minor edits.
eaplatanios Apr 21, 2019
874ad80
Minor bug fix.
eaplatanios Apr 21, 2019
21904cc
Fixed some compiler errors.
eaplatanios Apr 21, 2019
b8ecc2a
Merged upstream changes.
eaplatanios Apr 21, 2019
8cb09bc
Added a couple of missing function overloads.
eaplatanios Apr 21, 2019
84fd441
Bug fix.
eaplatanios Apr 21, 2019
c543e76
Added VJPs for min and max.
eaplatanios Apr 21, 2019
262a569
Minor edits.
eaplatanios Apr 21, 2019
9513dc6
Bug fix.
eaplatanios Apr 22, 2019
7c8d0ea
Bug fix.
eaplatanios Apr 22, 2019
a231f6b
Brought the dataset ops from the stdlib.
eaplatanios Apr 23, 2019
a7b98a8
TensorFlow/TensorFlowCore refactoring.
eaplatanios Apr 25, 2019
93b5420
Made all tests succeed.
eaplatanios Apr 26, 2019
a30c6ea
Addressed comments by @rxwei.
eaplatanios Apr 26, 2019
1ca25e9
Addressed Richard's feedback.
eaplatanios Apr 28, 2019
5e301a6
Removed the deprecated 'Tensor.selecting(_:_:)' function.
eaplatanios Apr 28, 2019
4e0914e
Added support for 'Dataset.parallelMap'.
eaplatanios May 2, 2019
5d277ca
Made the 'Tensor' subscript getter differentiable.
eaplatanios May 2, 2019
db26abf
Brought the 'TensorFlow' module from the apple/swift repository.
eaplatanios May 2, 2019
aaea3b7
Merged upstream changes.
eaplatanios May 2, 2019
2e287fa
Made the utility and runtime types and functions internal.
eaplatanios May 3, 2019
fde0a32
Made the utility and runtime types and functions internal.
eaplatanios May 3, 2019
f0a693a
Visibility fixes.
eaplatanios May 4, 2019
1190edb
Merged upstream changes.
eaplatanios May 11, 2019
0abb9c8
Merged upstream changes.
eaplatanios May 11, 2019
b119170
Added the raw op bindings.
eaplatanios May 11, 2019
9527b48
Minor edit to make tests pass.
eaplatanios May 11, 2019
7f368a8
Minor edit to make tests pass.
eaplatanios May 11, 2019
1e228f1
Minor edit to make tests pass.
eaplatanios May 11, 2019
3a90c94
Integrated changes from apple/swift#24719.
eaplatanios May 12, 2019
5c07642
Integrated changes from apple/swift#24723.
eaplatanios May 12, 2019
14b884f
Minor edits.
eaplatanios May 12, 2019
c7ce282
Bug fix.
eaplatanios May 12, 2019
23b8f6f
Added a script for cloning the TensorFlow bindings.
eaplatanios May 17, 2019
3bbfd47
Merge remote-tracking branch 'upstream/master' into ad-fix
eaplatanios May 17, 2019
fd1c766
Merged upstream changes.
eaplatanios May 17, 2019
77ed8df
[AutoDiff] TF-509: Make 'Tensor.broadcasted(to:)' differentiable.
eaplatanios May 22, 2019
bd27b8e
[TF] Fix 'Tensor.replacing(_:_:)' wrong semantics.
eaplatanios May 22, 2019
c58709e
Correct '_vjpRsqrt' to match 'Raw.rsqrtGrad'.
eaplatanios May 22, 2019
acfa501
[TF-504] Remove irrelevant fields in _ExecutionContext.
eaplatanios May 22, 2019
bcbf6d0
[TF] Reimplement unbroadcast using on-host axis calculation for perfo…
eaplatanios May 22, 2019
dff19ec
[TF] Further cleanup of CompilerRuntime and friends.
eaplatanios May 22, 2019
ea040ac
[TF-518] Set up infrastructure to connect to TPU on top of eager exec…
eaplatanios May 22, 2019
c1186ba
Merged upstream changes.
eaplatanios May 22, 2019
b928c34
Merge remote-tracking branch 'upstream/master' into ad-fix
eaplatanios May 22, 2019
70ba68f
Bug fixes.
eaplatanios May 22, 2019
5c758d2
Move TensorGroup out of TensorFlow and into the standard library so t…
eaplatanios May 26, 2019
45d868d
Convert _AnyTensorHandle to a protocol and add 'TFETensorHandle' type.
eaplatanios May 26, 2019
6021eb3
[TF-528] Introduce withDevice(named: "...") { ... }.
eaplatanios May 26, 2019
1063910
Add makeOp function from tensoflow-swift-bindings.
eaplatanios May 26, 2019
3316768
Merged upstream changes.
eaplatanios May 26, 2019
d970a4b
Removed some redundant code.
eaplatanios May 26, 2019
b14a3d5
Minor bug fixes.
eaplatanios May 28, 2019
f9c3d8d
Fixed a typo.
eaplatanios May 28, 2019
852e5c0
Updated some of the tests.
eaplatanios May 28, 2019
1a8347a
Removed 'InitTensorFlowRuntime'.
eaplatanios May 28, 2019
76c06ad
Minor edits.
eaplatanios May 28, 2019
bd1c327
Fixed indentation in the 'Runtime.swift' file.
eaplatanios May 28, 2019
92a3a0c
Added back the bindings code.
eaplatanios May 28, 2019
b900f8f
Fixed a couple of tests.
eaplatanios May 29, 2019
cc9cf86
Minor edits.
eaplatanios May 29, 2019
915cd38
Merged upstream changes.
eaplatanios May 30, 2019
e538b56
Modified one test so that it passes.
eaplatanios May 30, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ xcuserdata
DerivedData/
*.xcodeproj
*~

### MacOS ###
.DS_Store
12 changes: 6 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
import PackageDescription

let package = Package(
name: "DeepLearning",
name: "TensorFlow",
products: [
.library(
name: "DeepLearning",
targets: ["DeepLearning"]),
name: "TensorFlow",
targets: ["TensorFlow"]),
],
dependencies: [],
targets: [
.target(
name: "DeepLearning",
name: "TensorFlow",
dependencies: []),
.testTarget(
name: "DeepLearningTests",
dependencies: ["DeepLearning"]),
name: "TensorFlowTests",
dependencies: ["TensorFlow"]),
]
)
176 changes: 0 additions & 176 deletions Sources/DeepLearning/Initializers.swift

This file was deleted.

Loading