aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Merge changes from github.Gravatar Andrew Harp2017-03-01
* assert_none_equal added to check_opsGravatar Ian Langmore2017-03-01
* [XLA] Add support for profiling multiple computationsGravatar David Majnemer2017-03-01
* BUGFIX: MultivariateNormalLinearOperator was not broadcasting "loc" whenGravatar Ian Langmore2017-03-01
* Migrate the tf_image_dashboard component to use webfiles.Gravatar A. Unique TensorFlower2017-03-01
* Website Generation: Split page building from doc parsingGravatar A. Unique TensorFlower2017-03-01
* Move estimator.predictGravatar Mustafa Ispir2017-03-01
* Adding support for higher rank SparseFeatures.Gravatar A. Unique TensorFlower2017-03-01
* VariableScope custom_getters now nest: a child VS with a new custom_getter willGravatar Eugene Brevdo2017-03-01
* Fix DeviceNameUtils::ParsedNameToString to render non-CPU/GPU devices correctly.Gravatar A. Unique TensorFlower2017-03-01
* Fix layers documentation to not lie about the data format used.Gravatar Martin Wicke2017-03-01
* Add documentation in nce_loss and sampled_softmax_loss to prevent a common bug.Gravatar A. Unique TensorFlower2017-03-01
* C++ API: create Scope::Impl class to hide private members/methods.Gravatar Skye Wanderman-Milne2017-03-01
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-03-01
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-03-01
* Allows missing indices in segment reduction operations.Gravatar A. Unique TensorFlower2017-03-01
* Upgraded to the latest version of Eigen that should compile withGravatar Benoit Steiner2017-03-01
* tfdbg: Add ability to inspect Python source against TF graphsGravatar Shanqing Cai2017-03-01
* Corrected the URL of the wheel files in "Installing TensorFlow on Windows."Gravatar A. Unique TensorFlower2017-03-01
* Fixed broken links in Installation guides.Gravatar A. Unique TensorFlower2017-03-01
* The first application of a template made with tf.make_template(create_scope_n...Gravatar A. Unique TensorFlower2017-03-01
* Check for whether to show health pill stats based on presence of -, 0, and + ...Gravatar A. Unique TensorFlower2017-03-01
* Add interfaces in OpKernelContext and ResourceBase for tracking persistent st...Gravatar Yuefeng Zhou2017-03-01
* Fix cmake windows build.Gravatar Jingyue Wu2017-03-01
* Internal-only changesGravatar Pete Warden2017-03-01
* Add an options to quantize_nodes, allowing it to not quantize some types of Ops.Gravatar A. Unique TensorFlower2017-03-01
* Handles None train_op_fn properly. Makes it required for TRAIN mode. Provides...Gravatar Zakaria Haque2017-03-01
* Make a version of generate.py that works with the 1.0 release branchGravatar A. Unique TensorFlower2017-03-01
* Fix metagemm offsets in quantized matmul.Gravatar A. Unique TensorFlower2017-03-01
* Delete .*weights_ and .*bias_ methods from canned estimators.Gravatar A. Unique TensorFlower2017-03-01
* Minor speedups to xla util libraries.Gravatar Jeffrey A. Dean2017-03-01
* LinearOperator name change: LinearOperatorMatrix --> LinearOperatorFullMatrixGravatar Ian Langmore2017-03-01
* Remove disribution.is_continuous property.Gravatar Eugene Brevdo2017-03-01
* Make import_graph_def work with functionsGravatar Skye Wanderman-Milne2017-03-01
* histogram_ops BUGFIX: Float64 was not previously handled.Gravatar Ian Langmore2017-03-01
* Remove workarounds that deal with spaces in macro expansions. SelectiveGravatar A. Unique TensorFlower2017-03-01
* LinearOperatorUDVHUpdate argument name change: diag --> update_diagGravatar Ian Langmore2017-03-01
* [TF:XLA] Add implementation of tf.one_hot to the XLA bridge.Gravatar Peter Hawkins2017-03-01
* core/platform/profile_utils: Make Windows friendly.Gravatar Asim Shankar2017-03-01
* Add --printoptions flag to inspect_checkpoint, to control how numpy formats t...Gravatar A. Unique TensorFlower2017-03-01
* Move dynamic_rnn_estimator._construct_rnn_cell() into rnn_common and make itGravatar A. Unique TensorFlower2017-03-01
* Extends fold_batch_norms transform to also fold the mul introduced by batch n...Gravatar A. Unique TensorFlower2017-03-01
* Improve error message reporting for check_numerics gradient.Gravatar Jack Rae2017-03-01
* Remove spurious (unreachable) return statement.Gravatar A. Unique TensorFlower2017-03-01
* Add new ops for memory statistics.Gravatar Jingyue Wu2017-02-28
* Windows: Script to generate binary release for the Java and C libraries.Gravatar Asim Shankar2017-02-28
* Add mean and variance atop health pills.Gravatar A. Unique TensorFlower2017-02-28
* Fix TF-learn eval_evalset/eval_evaltrain job failure due to race condition.Gravatar James Qin2017-02-28
* Fix the dlopen contrib test hack by making a pywrap_tensorflow module that im...Gravatar Jonathan Hseu2017-02-28
* Fix typo spooted by #7906Gravatar A. Unique TensorFlower2017-02-28