aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Merging the r1.10 branch back to master.Gravatar Amit Patankar2018-07-31
* Simplify sort in Algebraic simplifier if no sorting is needed.Gravatar Adrian Kuegel2018-07-31
* Merge pull request #20609 from karllessard:java-add-gradients-with-nameGravatar TensorFlower Gardener2018-07-31
|\
* | Enable error interpolation in Python.Gravatar James Keeling2018-07-31
* | Add map_structure_with_paths to util.nest.Gravatar A. Unique TensorFlower2018-07-31
* | fix bug in estimator constructor when model dir is emptyGravatar Zhenyu Tan2018-07-31
* | Hierarchical broadcast collective op.Gravatar Ayush Dubey2018-07-31
* | [Java]: Remove references to decomissioned ci.tensorflow.orgGravatar Asim Shankar2018-07-31
* | Adding check to disable wrapping inner function bodies in try/except for erro...Gravatar A. Unique TensorFlower2018-07-31
* | [TF] Add test cases to check that random ops are stateful.Gravatar Bixia Zheng2018-07-31
* | Allow Sort to share the buffer with the operand if it is the only user.Gravatar Adrian Kuegel2018-07-31
* | Use TF constants for the break/continue control variables, to ensure control ...Gravatar Dan Moldovan2018-07-31
* | Pass the device ordinal to use for execution to the XLA compiler forGravatar A. Unique TensorFlower2018-07-31
* | [tf.data] Mark //tensorflow/python/data/kernel_tests:iterator_ops_test as a C...Gravatar Derek Murray2018-07-30
* | Add support for forcing ops to devicesGravatar Gautam Vasudevan2018-07-30
* | Add a crude method to mark to mark converted entities so that dynamic convers...Gravatar Dan Moldovan2018-07-30
* | Fix lint issueGravatar A. Unique TensorFlower2018-07-30
* | Added a C API to get a TF function name.Gravatar Mingsheng Hong2018-07-30
* | Use configured executor type in direct_session. Adds executor_type to config ...Gravatar A. Unique TensorFlower2018-07-30
* | Fix the bug that sometime cluster_spec becomes None in parameter server strat...Gravatar Yuefeng Zhou2018-07-30
* | Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2018-07-30
* | Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-07-30
* | Adds a NonMaxSuppressionV4 op, with a corresponding TF2XLA implementation.Gravatar Tayo Oguntebi2018-07-30
* | Update control loop test, so we don't depend on a control dependency in the b...Gravatar A. Unique TensorFlower2018-07-30
* | [XLA] Cleanup: remove the default value of all_reduce_id in the declaration.Gravatar A. Unique TensorFlower2018-07-30
* | Add TF_CreateRunOptions. This enables Swift for TensorFlow's compiler?runtime...Gravatar Richard Wei2018-07-30
* | Add tpu train parameters in config.Gravatar Xuechen Li2018-07-30
* | Update readme to add descriptions of training on TPUs.Gravatar Xuechen Li2018-07-30
* | More explicit TOCO error message when the input graph is missing min/max neededGravatar A. Unique TensorFlower2018-07-30
* | Initialize self.captures in CapturingGraph.Gravatar Skye Wanderman-Milne2018-07-30
* | [XLA:GPU] Pad the channel dims of f16 convs to multiples of 8 on Volta.Gravatar Justin Lebar2018-07-30
* | [XLA] Teach the BF16 normalizer that Sort can have a tuple output.Gravatar Michael Kuperstein2018-07-30
* | [XLA:GPU] Move IsVoltaOrLater into stream_executor_util.h.Gravatar Justin Lebar2018-07-30
* | Minor rephrase of readme.Gravatar Xuechen Li2018-07-30
* | Use `model_dir` as argument name to align with other examples.Gravatar Xuechen Li2018-07-30
* | Fix libtensorflowlite_c.so build on MacGravatar Jared Duke2018-07-30
* | Adds error message in freeze_graph.py.Gravatar Nupur Garg2018-07-30
* | Internal change.Gravatar Anna R2018-07-30
* | Don't wait for session.close() to finish when calculating benchmark timing.Gravatar Russell Power2018-07-30
* | Replace x[index] with gather op inside func _Index.Gravatar A. Unique TensorFlower2018-07-30
* | Remove excessive split and concat.Gravatar Xuechen Li2018-07-30
* | Merge pull request #21147 from nbcsm:docker_buildGravatar TensorFlower Gardener2018-07-30
|\ \
* \ \ Merge pull request #21140 from Intel-tensorflow:remove-old-MKL-dockerfileGravatar TensorFlower Gardener2018-07-30
|\ \ \
* | | | abstract config overwrite logic as public APIGravatar Zhenyu Tan2018-07-30
* | | | De-dup few eager mode tests, remove some unused functions and params.Gravatar Pavithra Vijay2018-07-30
* | | | Add an A-normal form transformer for Python code to pyct.Gravatar A. Unique TensorFlower2018-07-30
* | | | Disable flaky test case in conv_ops_testGravatar Gunhan Gulsoy2018-07-30
* | | | TFTS: axis=<list> -> axis=<tuple> in numpy.squeezeGravatar Allen Lavoie2018-07-30
* | | | Automated rollback of commit 1ece2e8e96be2eb39922951619ea99208df93284Gravatar Gunhan Gulsoy2018-07-30
* | | | Merge pull request #21007 from Intel-tensorflow:agramesh/parallel_for_fixGravatar TensorFlower Gardener2018-07-30
|\ \ \ \