File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,10 @@ set(SWIFTLIB_ESSENTIAL_GYB_SOURCES
200
200
# Compile differentiable programming sources only if enabled.
201
201
set (SWIFTLIB_DIFFERENTIABLE_PROGRAMMING_SOURCES )
202
202
if (SWIFT_ENABLE_EXPERIMENTAL_DIFFERENTIABLE_PROGRAMMING )
203
- # TODO: Add `_Differentiable` protocol.
203
+ list (APPEND SWIFTLIB_DIFFERENTIABLE_PROGRAMMING_SOURCES
204
+ Differentiable.swift
205
+ # SWIFT_ENABLE_TENSORFLOW
206
+ DifferentiationSupport.swift )
204
207
message (STATUS "Differentiable programming standard library additions enabled." )
205
208
endif ()
206
209
@@ -213,9 +216,6 @@ set(SWIFTLIB_SOURCES
213
216
CollectionDifference.swift
214
217
CollectionOfOne.swift
215
218
Diffing.swift
216
- Differentiable.swift
217
- # SWIFT_ENABLE_TENSORFLOW
218
- DifferentiationSupport.swift
219
219
Mirror.swift
220
220
PlaygroundDisplay.swift
221
221
CommandLine.swift
You can’t perform that action at this time.
0 commit comments