Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Pull requests: tensorflow/swift-apis

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Batchnorm changes: fix axis handling and drop workaround for AD crasher
#1 by jekbradbury was merged Feb 12, 2019 Loading… updated Feb 12, 2019
Add Threefry PRNG and tests enhancement New feature or request
#2 by austinzheng was merged Feb 12, 2019 Loading… updated Feb 12, 2019
Fix initializer visibility and argument names bug Something isn't working
#5 by austinzheng was merged Feb 12, 2019 Loading… updated Feb 12, 2019
Change Optimizer.update(_:along:) to take an inout Model. enhancement New feature or request
#6 by rxwei was merged Feb 13, 2019 Loading… updated Feb 13, 2019
Simplify generic constraints by adopting TensorFlowFloatingPoint. enhancement New feature or request
#3 by rxwei was merged Feb 13, 2019 Loading… updated Feb 13, 2019
Add 10-round Philox 4x32 generator and tests enhancement New feature or request
#7 by austinzheng was merged Feb 13, 2019 Loading… updated Feb 13, 2019
[Random] Move all random number APIs from TF stdlib to DeepLearning. enhancement New feature or request
#8 by rxwei was merged Feb 13, 2019 Loading… updated Feb 13, 2019
Revert "Change Optimizer.update(_:along:) to take an inout Model." bug Something isn't working
#9 by rxwei was merged Feb 14, 2019 Loading… updated Feb 14, 2019
Use valueWithPullback directly rather than the special curry version.
#11 by pschuh was merged Feb 14, 2019 Loading… updated Feb 14, 2019
Fix y tensor shape in the XOR trivial test
#10 by JacopoMangiavacchi was merged Feb 18, 2019 Loading… updated Feb 18, 2019
Add some performance measurement blocks for RNGs.
#15 by rxwei was merged Feb 20, 2019 Loading… updated Feb 20, 2019
[PRNG] Initialize tensors using Philox PRNG enhancement New feature or request
#14 by austinzheng was merged Feb 20, 2019 Loading… updated Feb 20, 2019
Replace LearningPhaseIndicator with a context argument to Layer.applied(to:in:). enhancement New feature or request
#13 by rxwei was merged Feb 20, 2019 Loading… updated Feb 20, 2019
Rename of 'vector' to 'direction' in the optimizers.
#18 by eaplatanios was merged Feb 21, 2019 Loading… updated Feb 21, 2019
Execution context
#17 by ewconnell was closed Feb 21, 2019 Loading… updated Feb 21, 2019
Aggregate improvements. enhancement New feature or request
#16 by rxwei was merged Feb 21, 2019 Loading… updated Feb 22, 2019
Ignore editor spam.
#19 by saeta was merged Feb 22, 2019 Loading… updated Feb 22, 2019
Add default padding values.
#21 by saeta was merged Feb 22, 2019 Loading… updated Feb 22, 2019
Fix Glorot uniform initialization for convolutional layers
#22 by jekbradbury was merged Feb 22, 2019 Loading… updated Feb 22, 2019
Add a helper function for sequential models.
#20 by saeta was merged Feb 24, 2019 Loading… updated Feb 24, 2019
Add default (identity) activations to the Dense layer initializers.
#26 by saeta was merged Feb 24, 2019 Loading… updated Feb 24, 2019
Update README sample code to reflect #28.
#29 by rxwei was closed Feb 24, 2019 Loading… updated Feb 24, 2019
Add Sigmoid Cross Entropy Loss
#24 by tanmayb123 was merged Feb 24, 2019 Loading… updated Feb 24, 2019
Remove explicit differentiation parameters. They are no longer required! enhancement New feature or request
#33 by rxwei was merged Feb 26, 2019 Loading… updated Feb 26, 2019
Add random tensor initializers that use TensorFlow ops. enhancement New feature or request
#35 by rxwei was merged Feb 27, 2019 Loading… updated Feb 27, 2019
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.