aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib
Commit message (Expand)AuthorAge
* PUBLIC: PREDICT mode should respect ctx.device_assignment.Gravatar Youlong Cheng2018-08-03
* Merge pull request #21002 from miaout17:protobufGravatar TensorFlower Gardener2018-08-03
|\
* \ Merge pull request #21119 from bstriner:patch_eigenGravatar TensorFlower Gardener2018-08-03
|\ \
* | | Include same-line comments in origin_info.Gravatar Dan Moldovan2018-08-03
* | | [tf.data] Add checkpointing for memory-based `cache()`.Gravatar Jiri Simsa2018-08-03
* | | Merge pull request #21138 from samikama:WiringUpdateGravatar TensorFlower Gardener2018-08-03
|\ \ \
* | | | Add support for float output arrays in Quantized custom operators (custom ops...Gravatar A. Unique TensorFlower2018-08-03
* | | | Automated rollback of commit 493d7588172bcf476309b3954db342839ca37872Gravatar Akshay Agrawal2018-08-03
* | | | Makes `optimized_dataset_op_test` working with pip again.Gravatar Shivani Agrawal2018-08-03
* | | | Merge pull request #20318 from aaroey:create_inference_graph_use_grapplerGravatar TensorFlower Gardener2018-08-03
|\ \ \ \
* | | | | Estimator test for multiclass, core head for multiclass.Gravatar A. Unique TensorFlower2018-08-03
* | | | | Add the CollectiveAllReduceStrategy.Gravatar Yuefeng Zhou2018-08-02
* | | | | Implementation of ctc beam search decoder op in custom op fashion.Gravatar A. Unique TensorFlower2018-08-02
* | | | | [tf.data / Bigtable] Update docs and method docstringsGravatar Misha Brukman2018-08-02
* | | | | Remove sagan example.Gravatar Xuechen Li2018-08-02
* | | | | Experimental Cl which adds `LatencyStatsDataset` op after each `Dataset` op t...Gravatar Shivani Agrawal2018-08-02
* | | | | Split checkpoint management utility functions out of saver.pyGravatar Allen Lavoie2018-08-02
* | | | | Refactored TFLite Eager delegate kernel_test.cc.Gravatar Nupur Garg2018-08-02
* | | | | [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
| | * | | Fix ci build errors and internal test errors.Gravatar gracehoney2018-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