aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib
Commit message (Expand)AuthorAge
* [tpu]: Have a more helpful error message when no TPU name is specified.Gravatar Brennan Saeta2018-08-02
* Force conversion of directly decorated functions. Ignore the whitelist in thi...Gravatar A. Unique TensorFlower2018-08-02
* Add a default value of None for the newly added parameter.Gravatar A. Unique TensorFlower2018-08-02
* Add support for processing quantized version of reduce_sum in tocoGravatar A. Unique TensorFlower2018-08-02
* Assign NullOps to all custom ops starting with Eager:Gravatar A. Unique TensorFlower2018-08-02
* Add logical_and and logical_not to schema.Gravatar A. Unique TensorFlower2018-08-01
* Allow to set global step to a particular value, after the early stopping trig...Gravatar A. Unique TensorFlower2018-08-01
* Support TFLite framework compilation on WindowsGravatar Jared Duke2018-08-01
* Fix toco:toco_port compilation on WindowsGravatar Jared Duke2018-08-01
* Merge pull request #21206 from kingofthebongo2008:nysnc_and_highwayhash_cmake...Gravatar TensorFlower Gardener2018-08-01
|\
* | Fix darwin_x86_64 TFLite buildsGravatar Jared Duke2018-08-01
* | Generalize quantization rewriter to handle seperable convolutions. Insert fa...Gravatar Raghuraman Krishnamoorthi2018-08-01
* | [Checkpointable] Make Iterator checkpointable.Gravatar Shivani Agrawal2018-08-01
* | Remove unused imports.Gravatar Yuefeng Zhou2018-08-01
* | Fix syntax errorGravatar A. Unique TensorFlower2018-08-01
* | Fix dangling reference bug.Gravatar A. Unique TensorFlower2018-08-01
* | Output the PerDevice variables from tpu_result and reduce them correctly on t...Gravatar Sourabh Bajaj2018-08-01
* | TFTS: Add a parsing serving_input_receiver_fn for tf.Example protosGravatar Allen Lavoie2018-08-01
* | Generalize the Conv() op to support input product scale > output scale, i.e.Gravatar A. Unique TensorFlower2018-08-01
* | Refactored the multi_worker_test_base:Gravatar Yuefeng Zhou2018-08-01
* | Add monitoring capability to capture_tpu_profile.Gravatar A. Unique TensorFlower2018-08-01
* | Better error message when @autograph.convert(recursive=True) failsGravatar A. Unique TensorFlower2018-08-01
* | Fix for unspecified arguments in AutoGraph directives.Gravatar A. Unique TensorFlower2018-08-01
* | Adjust `tpu.rewrite` comment to make it clear that returned operations will b...Gravatar Russell Power2018-08-01
* | Update users of `tf.contrib.data.batch_and_drop_remainder(n)` to `Dataset.bat...Gravatar Derek Murray2018-08-01
* | Add map_structure_with_paths to list of documented nest symbols.Gravatar A. Unique TensorFlower2018-08-01
* | Add `{input, output}_names` to `predictor.from_saved_model`. This exposes exi...Gravatar A. Unique TensorFlower2018-08-01
* | [tf.data] Set a static batch dim for indefinitely repeated {batched_features,...Gravatar Derek Murray2018-08-01
* | Add support for DistributionStrategy in tf.keras.Gravatar Anjali Sridhar2018-07-31
* | PUBLIC: Support Input Partition in TPUEstimator.Gravatar Youlong Cheng2018-07-31
* | Support distribution strategies in `Estimator.evaluate`.Gravatar Priya Gupta2018-07-31
* | Remove logging.Gravatar Xuechen Li2018-07-31
* | Add explicit cast for range()Gravatar A. Unique TensorFlower2018-07-31
* | Add support for layer-dependent sparsity. Accept layer_name:target_sparsity m...Gravatar Suyog Gupta2018-07-31
* | Change default visibility of tensorlow/contrib/tensorrt to public to allow us...Gravatar A. Unique TensorFlower2018-07-31
* | PUBLIC: Remove old comment.Gravatar Youlong Cheng2018-07-31
* | This is an initial submission of the Shampoo Optimizer to tensorflow contrib.Gravatar A. Unique TensorFlower2018-07-31
* | Update TPU estimator script to work with ImageNet.Gravatar Xuechen Li2018-07-31
* | Merge pull request #20554 from yongtang:20551-contrib.layers.conv1dGravatar TensorFlower Gardener2018-07-31
|\ \
* | | Check the return value of safe_strto32 in decision_node_evaluatorGravatar A. Unique TensorFlower2018-07-31
* | | Strategy should be initialized in the same mode as what the test is run inGravatar Sourabh Bajaj2018-07-31
* | | Add ZoneProvider interface and GoogleZoneProvider class to detect which Googl...Gravatar Michael Banfield2018-07-31
* | | Disabling errors integration test on Windows.Gravatar A. Unique TensorFlower2018-07-31
* | | Add regularization loss for densenet training.Gravatar Xuechen Li2018-07-31
* | | Random (usually non-functional) code generation for testing/fuzzing.Gravatar A. Unique TensorFlower2018-07-31
* | | Remove an unneeded check and fix an off by one error in the rewritten line nu...Gravatar A. Unique TensorFlower2018-07-31
* | | Merge pull request #21212 from rakeshchada:masterGravatar TensorFlower Gardener2018-07-31
|\ \ \
* | | | Adding check to disable wrapping inner function bodies in try/except for erro...Gravatar A. Unique TensorFlower2018-07-31
* | | | Use TF constants for the break/continue control variables, to ensure control ...Gravatar Dan Moldovan2018-07-31
* | | | Add a crude method to mark to mark converted entities so that dynamic convers...Gravatar Dan Moldovan2018-07-30