aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Merge changes from github.Gravatar Martin Wicke2016-12-14
* Add Tactivation attribute for QuantizedMatmul and QuantizedMatmulMinMax to ex...Gravatar A. Unique TensorFlower2016-12-14
* Final breaking change, removing .shape from SparseTensor.Gravatar Martin Wicke2016-12-14
* Make comment more concise in C++ API.Gravatar A. Unique TensorFlower2016-12-14
* Fix a typo in the docstring of init_from_checkpoint.Gravatar A. Unique TensorFlower2016-12-14
* Added a microbenchmark for `tf.Session.run()` calls with different targets.Gravatar Derek Murray2016-12-14
* Fix erroneous references to tf.summary.histogram in deprecation string for no...Gravatar A. Unique TensorFlower2016-12-14
* Use a one-second reconnect timeout when establishing a gRPC channel.Gravatar Derek Murray2016-12-14
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-14
* Remove contrib.specs AutoFunctionGravatar Justine Tunney2016-12-14
* (Part 2 of 2.) Allow TransformedDistribution to override batch_shape or event...Gravatar Joshua V. Dillon2016-12-14
* Make SplitV support DT_BFLOAT16.Gravatar A. Unique TensorFlower2016-12-14
* tfdbg: enable dumping of partition graphs and offline analysis of debug dumpsGravatar Shanqing Cai2016-12-14
* Changes ResourceVariable constructor to be more similar to Variable.Gravatar A. Unique TensorFlower2016-12-14
* python/kernel_tests/seq2seq_test.pyGravatar Jianwei Xie2016-12-14
* Dont add `None` to `graph_parents` in `Affine` `Bijector`.Gravatar Joshua V. Dillon2016-12-14
* Add an option for explicitly using categorical coloring for fields with too m...Gravatar Nikhil Thorat2016-12-14
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-14
* Automated rollback of change 141971738Gravatar Pete Warden2016-12-14
* Improve error messages in the embedding projector.Gravatar Nikhil Thorat2016-12-14
* Fix a typo in the docs for set_random_seed.Gravatar A. Unique TensorFlower2016-12-14
* Adds output alternative to _BinaryLogisticHead. Predict fails without it.Gravatar Zakaria Haque2016-12-14
* Switch leftover reference to tf.concat to tf.concat_v2 in array_grad.py.Gravatar A. Unique TensorFlower2016-12-13
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-13
* Refactor StatSummarizer: use Stats for more things, remove redundant methods,...Gravatar Andrew Harp2016-12-13
* Add sparse continuous column support for cases where the column can be missin...Gravatar A. Unique TensorFlower2016-12-13
* Move implementation code of tf.nn.seq2eq to tf.contrib.Gravatar Jianwei Xie2016-12-13
* Refactor KMeansClustering estimator from inheritance to composition and updat...Gravatar A. Unique TensorFlower2016-12-13
* Test for CPU features on startup, to replace SIGILLs with useful errors and s...Gravatar Pete Warden2016-12-13
* Internal only changesGravatar Gunhan Gulsoy2016-12-13
* Fix slowdown in graph building introduced by repeated calls to `inspect`.Gravatar Francois Chollet2016-12-13
* Find libdevice files in .runfiles when TEST_SRCDIR is not set.Gravatar Jingyue Wu2016-12-13
* Optimize the case of a client communicating with an in-process master.Gravatar Derek Murray2016-12-13
* tfdbg CLI: add bash-style output-to-file supportGravatar Shanqing Cai2016-12-13
* LinearOperatorComposition: Add a test for the name.Gravatar Ian Langmore2016-12-13
* Add sparse_column_with_vocabulary_file, to specify a feature column that tran...Gravatar Yutaka Leon2016-12-13
* Decompose state into multiple tensors and return them in prediction dict. All...Gravatar A. Unique TensorFlower2016-12-13
* Update comment to match current kernel registration macro.Gravatar A. Unique TensorFlower2016-12-13
* Fix use-after-free in the DirectSession timeout handling code.Gravatar Derek Murray2016-12-13
* Add unit tests for compute_weighted_loss.Gravatar A. Unique TensorFlower2016-12-13
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-13
* For extra safety, add `abs` to `log` calls in `OperatorPD` `det` functions.Gravatar Joshua V. Dillon2016-12-13
* Add numpy style .shape to Tensor class...Gravatar A. Unique TensorFlower2016-12-13
* Bump up size of bijector_test.Gravatar A. Unique TensorFlower2016-12-13
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-13
* Fix MonitoredSession markdown formatting.Gravatar Patrick Nguyen2016-12-13
* Add ConcatV2 test helper methodGravatar Ben Lee2016-12-13
* Add contrib.opt to TF documentation.Gravatar A. Unique TensorFlower2016-12-13
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-13
* Update caller to move from tf.nn.rnn to (the identical) tf.contrib.rnn.static...Gravatar Jianwei Xie2016-12-13