Skip to content

Commit 4bc227f

Browse files
authored
---
yaml --- r: 262133 b: refs/heads/tensorflow c: c30ca15 h: refs/heads/master i: 262131: 0eddc0b
1 parent d651253 commit 4bc227f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ refs/tags/swift-DEVELOPMENT-SNAPSHOT-2018-04-25-a: 22f738a831d43aff2b9c9773bcb65
818818
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2018-05-08-a: 7d98cc16689baba5c8a3b90a9329bdcc1a12b4e9
819819
refs/heads/cherr42: a566ad54b073c2c56ac0a705d0a5bed9743135a5
820820
"refs/heads/codable_test_comment_fix": fc8f6824f7f347e1e8db55bff62db385c5728b5a
821-
refs/heads/tensorflow: b1a543eed7c1d889e8b6e0e2949abc585aacdfee
821+
refs/heads/tensorflow: c30ca154a84ab7befcf2f6b086bd7b29a9288c97
822822
refs/tags/swift-4.1-DEVELOPMENT-SNAPSHOT-2018-05-11-a: 8126fd7a652e2f70ad6d76505239e34fb2ef3e1a
823823
refs/tags/swift-4.1-DEVELOPMENT-SNAPSHOT-2018-05-12-a: b3fd3dd84df6717f2e2e9df58c6d7e99fed57086
824824
refs/tags/swift-4.1-DEVELOPMENT-SNAPSHOT-2018-05-13-a: 71135119579039dc321c5f65d870050fe36efda2

branches/tensorflow/include/swift/AST/Types.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4166,10 +4166,7 @@ class SILFunctionType final : public TypeBase, public llvm::FoldingSetNode,
41664166

41674167
CanType getSelfInstanceType() const;
41684168

4169-
/// SWIFT_ENABLE_TENSORFLOW
4170-
CanSILFunctionType getGradientType(
4171-
const SILAutoDiffConfig &config, SILModule &M);
4172-
4169+
// SWIFT_ENABLE_TENSORFLOW
41734170
CanSILFunctionType getWithDifferentiability(
41744171
unsigned differentiationOrder, const SmallBitVector &parameterIndices);
41754172

0 commit comments

Comments
 (0)