aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-30
* Replace tf.train.SummaryWriter with tf.summary.FileWriterGravatar Dan Mané2016-11-30
* Add missing include to tensorflow/stream_executor/kernel.hGravatar Peter Hawkins2016-11-30
* Rename more argument names to be consistent with NumPy.Gravatar Andrew Selle2016-11-30
* Adding support for regularizing partitioned variables in layers/base.pyGravatar A. Unique TensorFlower2016-11-30
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-30
* Don't remove the identity nodes that are introduced for control flow.Gravatar Yuan Yu2016-11-30
* Adding a SparseFeature to the tf.Example parser API.Gravatar A. Unique TensorFlower2016-11-30
* Move the util classes out of sdca_ops.py.Gravatar A. Unique TensorFlower2016-11-30
* For consistency with classification heads, give RegressionHead loss_fn a defa...Gravatar A. Unique TensorFlower2016-11-30
* Internal-only change.Gravatar Peter Hawkins2016-11-30
* Move properties in Layer to read-only; add output_size property.Gravatar Eugene Brevdo2016-11-30
* Bugfix in tf.contrib.distributions base class, which enables more flexible su...Gravatar Eugene Brevdo2016-11-30
* Eliminate the tf_kernel_libraries BUILD rule. Its "deps" parameter was used inGravatar A. Unique TensorFlower2016-11-30
* Add a SavedModel ModelServer test.Gravatar Kiril Gorovoy2016-11-30
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-30
* Add tests for metrics and variables.Gravatar A. Unique TensorFlower2016-11-30
* Cleanup division operators after floor changeGravatar Andrew Selle2016-11-30
* Support all ops used in inception v3 in GraphTransfererGravatar A. Unique TensorFlower2016-11-30
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-30
* Internal-changeGravatar Andrew Harp2016-11-30
* Correct the names of base-class variables when no default name is given.Gravatar Lukasz Kaiser2016-11-30
* Exclude contrib.layers.stack from documentation as it conflicts with tf.stack.Gravatar A. Unique TensorFlower2016-11-30
* Migrate tf summary ops to use tf.contrib.deprecated endpoints.Gravatar Dan Mané2016-11-30
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-30
* Preserves order when calling Session.run on an OrderedDict.Gravatar A. Unique TensorFlower2016-11-30
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-30
* Deprecate tf.select since it is getting replaced by tf.where.Gravatar A. Unique TensorFlower2016-11-30
* Clear any existing bookmarks when the selected tensor changes.Gravatar Nikhil Thorat2016-11-30
* Add missing target to LLVM Build file.Gravatar Peter Hawkins2016-11-30
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-30
* Add ability to disable zero-debiasing in ExponentialMovingAverage, for the pu...Gravatar A. Unique TensorFlower2016-11-30
* Improve numerical stability of eigen dequantization routines andGravatar A. Unique TensorFlower2016-11-30
* Have ConvertSignaturesToSignatureDef() handle the case in which there are bot...Gravatar Christopher Olston2016-11-30
* 3d label visualizer doesn't have a point accessor anymore, just takes an arrayGravatar Charles Nicholson2016-11-30
* Update saved-model half plus two with a Predict signature def.Gravatar Sukriti Ramesh2016-11-30
* Add a trace annotator for python files.Gravatar Dan Smilkov2016-11-30
* projectorScatterPlotAdapter populates labels with strings, instead of passingGravatar Charles Nicholson2016-11-30
* Add support for benchmarking with uint8 input types.Gravatar Yoni Ben-Meshulam2016-11-29
* StreamExecutor: Optimize kernel argument packingGravatar Peter Hawkins2016-11-29
* Do not calculate train_op in eval mode for _BinaryLogisticHead.Gravatar A. Unique TensorFlower2016-11-29
* Added AVX-512 support to Eigen and TensorFlow.Gravatar A. Unique TensorFlower2016-11-29
* Seal the tf.layers interface.Gravatar Patrick Nguyen2016-11-29
* Ensuring that tuples and dicts are converted to lists correct for use by tf.w...Gravatar Nathan Silberman2016-11-29
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-29
* Remove net_lib since the tests that were using it are using portpicker libraryGravatar A. Unique TensorFlower2016-11-29
* Another instance of wrong context.Gravatar Yuan Yu2016-11-29
* Add Dropout layer, its functional interface, and `training` argument support ...Gravatar A. Unique TensorFlower2016-11-29
* Replace tf.train.SummaryWriter with tf.summary.FileWriterGravatar Dan Mané2016-11-29
* Only run the tests for the NCHW layout on CUDA GPUs, since this is the only t...Gravatar Benoit Steiner2016-11-29