swift
d2022317 - [Sema] Fix `Differentiable` derived conformances. (#22119)

Commit
6 years ago
[Sema] Fix `Differentiable` derived conformances. (#22119) * [Sema] Fix `Differentiable` derived conformances. Associated structs can inherit from `AdditiveArithmetic` or `VectorNumeric` if their member's associated type inherit from the protocol, not the member's type itself. Revert unuseful refactoring from #22114. * Update `tensorflow-swift-apis` version. Use updated+fixed version.
Author
Parents
Loading