aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Merge commit for internal changesGravatar Dan2016-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
* | Fix: Do not use perl in configure, use only standard bash tools. (#5993)Gravatar gunan2016-11-30
* | Add decode_image Op (#4222)Gravatar Sam Abrahams2016-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
* | Merge pull request #5961 from meteorcloudy/run-test-windowsGravatar gunan2016-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
* | | Merge pull request #4686 from alrojo/dynamic_decoderGravatar Daniel W Mane2016-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
* | | | Merge pull request #5494 from davidzchen/ubuntuGravatar gunan2016-11-30
|\ \ \ \
* \ \ \ \ Merge pull request #5947 from gunan/mergeGravatar Yifei Feng2016-11-30
|\ \ \ \ \
| | | | * | Fix commentGravatar Yun Peng2016-11-30
| | | | | * Clear any existing bookmarks when the selected tensor changes.Gravatar Nikhil Thorat2016-11-30
| * | | | | Fix util semver_test to allow head.Gravatar Yifei Feng2016-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
| | | | * | Run cc tests on Windows with BazelGravatar Yun Peng2016-11-30
| |_|_|/ / |/| | | |
| | | | * Add ability to disable zero-debiasing in ExponentialMovingAverage, for the pu...Gravatar A. Unique TensorFlower2016-11-30
| | | * | proper testingGravatar Alexander Rosenberg Johansen2016-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
| | | * | Merge https://github.com/tensorflow/tensorflow into dynamic_decoderGravatar Alexander Rosenberg Johansen2016-11-30
| | | |\ \ | |_|_|/ / |/| | | |
| | * | | Autodetect cuda and cudnn versions and support more platforms.Gravatar David Z. Chen2016-11-30
| | | | * Add support for benchmarking with uint8 input types.Gravatar Yoni Ben-Meshulam2016-11-29
* | | | | Find correct path of libcudnn.dylib on macOS. (#5944)Gravatar Aaron Hu2016-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