aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Experiment using Bazel's pip_install rule to install keras_applications.Gravatar Michael Case2018-09-21
* [tf:xla]Implement DivNoNan.Gravatar A. Unique TensorFlower2018-09-21
* Move winograd algorithm workaround to stream executor.Gravatar Tim Shen2018-09-21
* Create a GRPC service library to enable reuse in other parts of the code base.Gravatar A. Unique TensorFlower2018-09-21
* Always add layer annotations, regardless of mode.Gravatar A. Unique TensorFlower2018-09-21
* Release MnasNet models.Gravatar Mingxing Tan2018-09-21
* [TF nest] Better error messages showing full structures on assert_same_structureGravatar Eugene Brevdo2018-09-21
* Merge pull request #22334 from freedomtan:tflite_label_image_output_pixelsGravatar TensorFlower Gardener2018-09-21
|\
* | Prototype for the functions-not-sessions implementation.Gravatar Alexandre Passos2018-09-21
* | Include xla.compile library in tensorflow pip packageGravatar Yanan Cao2018-09-21
* | Make 8bit reduce sum op handler rescalingGravatar A. Unique TensorFlower2018-09-21
* | Correctly compute loop bounds in pack_rhs_mem for convolutions.Gravatar Eugene Zhulenev2018-09-21
* | Merge pull request #22170 from Smokrow:patch-1Gravatar TensorFlower Gardener2018-09-21
|\ \
* | | Exclude cloud contrib modules in s390x and windows.Gravatar Gunhan Gulsoy2018-09-21
* | | Rollback change introduced on cross_towers_ops_test by previous commit.Gravatar A. Unique TensorFlower2018-09-21
* | | Update BuildComputation function comment.Gravatar Ruoxin Sang2018-09-21
* | | Remove unused tf.contrib.tensorboard.plugins.trace codeGravatar Nick Felt2018-09-21
* | | Fix "from tensorflow._api.v1 import *".Gravatar Michael Case2018-09-21
* | | This CL disables tf.print tests that change logging levels on Windows. These ...Gravatar A. Unique TensorFlower2018-09-21
* | | Merge pull request #22084 from yongtang:09012018-mpi-StringPieceGravatar TensorFlower Gardener2018-09-21
|\ \ \
* | | | Copy edits to overview fileGravatar A. Unique TensorFlower2018-09-21
* | | | Allow functional_rnn to run with bfloat16.Gravatar A. Unique TensorFlower2018-09-21
* | | | Executor: Move `GetNodeAttr()` off the critical path for loop execution.Gravatar Derek Murray2018-09-21
* | | | Fix bias feature being selected for splitting. The previous logic was broken ...Gravatar A. Unique TensorFlower2018-09-21
* | | | Ensure that no capture is done unless Match() return true. Otherwise theGravatar Tim Shen2018-09-21
* | | | Fixes a bug for the case when the MultiDeviceIterator waits on backgroundGravatar Rohan Jain2018-09-21
* | | | Document custom contraction mappers for convolutions.Gravatar Eugene Zhulenev2018-09-21
* | | | Merge pull request #22157 from yongtang:22054-TensorArray-int64Gravatar TensorFlower Gardener2018-09-21
|\ \ \ \
* \ \ \ \ Merge pull request #22147 from girving:intGravatar TensorFlower Gardener2018-09-21
|\ \ \ \ \
* | | | | | Don't crash on Pack nodes with no axis argument set.Gravatar A. Unique TensorFlower2018-09-21
* | | | | | Merge pull request #22451 from angersson:masterGravatar TensorFlower Gardener2018-09-21
|\ \ \ \ \ \
* | | | | | | [XLA] Add a global decreasing size best-fit buffer allocation algorithm, whic...Gravatar Yuanzhong Xu2018-09-21
* | | | | | | Simplify XLA pattern matcher to explicitly construct AllOf relations,Gravatar Tim Shen2018-09-21
* | | | | | | Print errors if --outfile or --outtree are not passed to the tf_upgrade_v2.pyGravatar Anna R2018-09-21
| | | | | * | Fix lint errorsGravatar Martin Wicke2018-09-21
* | | | | | | [tf.data] Add a ConverterRegistry for vectorization convertersGravatar Rachel Lim2018-09-21
* | | | | | | Fix broken build.Gravatar Alexandre Passos2018-09-21
| * | | | | | Workaround a Notebook bug in in c.NotebookApp.ipGravatar Austin Anderson2018-09-21
* | | | | | | In standalone client mode, only run hooks on one thread.Gravatar Yuefeng Zhou2018-09-21
|/ / / / / /
* | | | | | Merge pull request #21859 from weidankong:agnGravatar TensorFlower Gardener2018-09-21
|\ \ \ \ \ \
* | | | | | | Simple scaffold for parameter-server training with eager executionGravatar Alexandre Passos2018-09-21
* | | | | | | Kernel signature reworking, misc fixes.Gravatar A. Unique TensorFlower2018-09-21
* | | | | | | Set device on resource touching ops before checking where to execute.Gravatar Akshay Modi2018-09-21
* | | | | | | Update scipy to 1.1.0.Gravatar A. Unique TensorFlower2018-09-21
* | | | | | | Merge pull request #22371 from aaroey:fix_zero_size_allocationGravatar TensorFlower Gardener2018-09-21
|\ \ \ \ \ \ \
* | | | | | | | [XLA] Dump the original, unclustered graph with --tf_xla_clustering_debug.Gravatar Thomas Joerg2018-09-21
* | | | | | | | Fix typo.Gravatar A. Unique TensorFlower2018-09-21
* | | | | | | | [data-stats] Collects prefetch `buffer_size` and `buffer_capacity` as scalar,...Gravatar Shivani Agrawal2018-09-21
* | | | | | | | [TPU] Change the TPU DeviceAssignment class to use a flatter (replica, logica...Gravatar Peter Hawkins2018-09-21
* | | | | | | | Use weakrefs where absolutely safe to do so, in order to reduce the number of...Gravatar Dan Moldovan2018-09-21