aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Update bower dependencies to match internal versions.Gravatar Dan Smilkov2016-11-09
* s/sample_n/sample/ in most unittests.Gravatar Joshua V. Dillon2016-11-09
* Adds detail and example to LogisticRegressor docstringGravatar A. Unique TensorFlower2016-11-09
* Fix call_cpp_shape_fn's option for comparing to python (needs to convert resultGravatar A. Unique TensorFlower2016-11-09
* Control the number of rows (tensor size) we send to the client via a query pa...Gravatar Dan Smilkov2016-11-09
* More descriptive errors when passing something of the wrongGravatar A. Unique TensorFlower2016-11-09
* Fix minor documentation in iOS build instructions. Thanks @JosiahKane.Gravatar Andrew Selle2016-11-09
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-09
* A few cleanups, now that V2 format has been switched on:Gravatar Zongheng Yang2016-11-09
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-09
* bayesflow: replace SampleAndReshapeValue with SampleValue()Gravatar Eugene Brevdo2016-11-09
* C API: Slight re-organization of code that deletes input tensors.Gravatar Asim Shankar2016-11-09
* Add support for sparse access to resource variables via embedding_lookup.Gravatar A. Unique TensorFlower2016-11-09
* C API: Rename TF_SessionWithGraph to TF_Session.Gravatar Asim Shankar2016-11-09
* Optimize slice for 1D tensors.Gravatar Jack Rae2016-11-09
* tfdbg CLI: enable highlighting of tensor elements by range in print_tensorGravatar Shanqing Cai2016-11-08
* Refactor fold_constants to make reuse easier.Gravatar Pete Warden2016-11-08
* Fix race conditions in tests due to using same folders for saver.Gravatar Christopher Shallue2016-11-08
* Add a WriteTextProto method that is analogous to WriteBinaryProto but for tex...Gravatar Peter Hawkins2016-11-08
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-08
* Rename tf.Tensor to tf.OutputGravatar Jonathan Hseu2016-11-08
* Cleanup: Consolidate specification of what constitutes a crossable column intoGravatar A. Unique TensorFlower2016-11-08
* Add documentation for TensorForestEstimator.Gravatar A. Unique TensorFlower2016-11-08
* Use the native Eigen round() method instead of std::function<float(float)>(ro...Gravatar Benoit Steiner2016-11-08
* Handle partitioning of incomplete graphs gracefully.Gravatar Asim Shankar2016-11-08
* Minor fixes to tbdbg codelab to improve clarity.Gravatar A. Unique TensorFlower2016-11-08
* Minor formatting fixes.Gravatar A. Unique TensorFlower2016-11-08
* Autogenerated Change: Change TensorBoard TAG to 39Gravatar Dan Smilkov2016-11-08
* Render scatter plot later, when the container has height > 0.Gravatar Dan Smilkov2016-11-08
* Seal queue_runner's interface.Gravatar Patrick Nguyen2016-11-08
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-08
* Adds feature column ops functions to exported docs.Gravatar A. Unique TensorFlower2016-11-08
* Add docs for the estimators with examples.Gravatar A. Unique TensorFlower2016-11-08
* Changes `zip(*gradients)[0]` to `list(zip(*gradients))[0]` for Python 3 compa...Gravatar A. Unique TensorFlower2016-11-08
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-08
* Optimize construction of tril ids. The complexity remains O(n^2) but the cons...Gravatar Joshua V. Dillon2016-11-08
* Give a friendly error message if parallel_iterations is set to be less than 1.Gravatar Yuan Yu2016-11-08
* Minor docs improvement.Gravatar A. Unique TensorFlower2016-11-08
* Serve tensors from server as bytes to avoid the ~300MB browser string limit.Gravatar Dan Smilkov2016-11-08
* Disable frustum culling for all primitives.Gravatar Charles Nicholson2016-11-08
* Fix forward reference.Gravatar A. Unique TensorFlower2016-11-08
* Remove uses and deprecate listdiff (use setdiff1d)Gravatar Andrew Selle2016-11-08
* Support printing Variables with the contrib print_op.Gravatar A. Unique TensorFlower2016-11-08
* Remove unsupported footnoteGravatar A. Unique TensorFlower2016-11-08
* Switch callers of tf.pack and tf.unpack to call tf.stack and tf.unstackGravatar A. Unique TensorFlower2016-11-08
* Reformat markdown.Gravatar A. Unique TensorFlower2016-11-08
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-08
* Let the DNNRegressor constructor accept an optional label_dimension argument.Gravatar A. Unique TensorFlower2016-11-08
* Make contrib.distributions.kl lookup properly handle subclasses.Gravatar Eugene Brevdo2016-11-08
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-08