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
{{ message }}
This repository was archived by the owner on Jul 1, 2023. It is now read-only.
Added support for 'Tensor.batchGathering(atIndices:)'. (#157)
* Enhanced the 'matmul' wrapper so that it matches the behavior of the Python one.
* Added support for the 'log1mexp' op and its VJP.
* Added a test.
* Update Sources/TensorFlow/Operators/Math.swift
Co-Authored-By: Richard Wei <[email protected]>
* Removed the need for a general 'Tensor.withoutDerivative()' as Richard suggested.
* Addressed Richard's feedback.
* Addressed Richard's feedback.
* Added one more tests helper.
* Minor bug fix.
* Added a test for 'log1mexp'.
* Added support for 'softplus' and 'logSigmoid'.
* Minor tweak.
* Added support for 'isFinite', 'isInfinite', and 'isNaN'.
* Addressed Richard's feedback.
* Addressed Richard's feedback.
* Added support for 'gathering' and its VJP.
* Added a test for 'gathering'.
* Update Sources/TensorFlow/Operators/Basic.swift
Co-Authored-By: Richard Wei <[email protected]>
* Removed a redundant helper.
* Update Tests/TensorFlowTests/OperatorTests/BasicTests.swift
Co-Authored-By: Richard Wei <[email protected]>
* Added support for a 'Tensor.batchGathering(atIndices:)'.
* Fixed some of the tests.
* Made the tests pass.
* Attempt at making 'log1mexp' differentiable.
* Removed 'Tensor.nonZeroIndices()'.
* Renamed 'withoutDerivative' to 'noDerivative'.
* Added back 'Tensor.nonZeroIndices()'.
* Merged upstream changes.
* Enabled the 'logSigmoid' test.
* Minor edit.
* Style edit.
* Style edit.
0 commit comments