aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Add a small description for the BUILD file under sycl/sycl.Gravatar Gunhan Gulsoy2016-11-12
| | | | Change: 138980879
* Fix typo in embedding tutorialGravatar Dan Smilkov2016-11-12
| | | | Change: 138976669
* 1 char typo fix in rendezvous.h.Gravatar Zongheng Yang2016-11-12
| | | | Change: 138974804
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-12
| | | | Change: 138972225
* Seal *_ops interfaces.Gravatar Patrick Nguyen2016-11-12
| | | | Change: 138971763
* Add dialog for upload data.Gravatar Dan Smilkov2016-11-12
| | | | Change: 138971608
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-12
| | | | Change: 138971086
* Update doc to use numpy name (tf.sub -> tf.subtract).Gravatar Patrick Nguyen2016-11-12
| | | | | Also remove mul and neg from the doc. Change: 138970263
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-11
| | | | Change: 138943977
* Improve debug output for sparse_ops.Gravatar A. Unique TensorFlower2016-11-11
| | | | Change: 138942814
* Fix class docstring example to be dataset independent.Gravatar A. Unique TensorFlower2016-11-11
| | | | Change: 138942464
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-11
| | | | Change: 138942367
* Changing http_request to accept a vector for its output buffer.Gravatar A. Unique TensorFlower2016-11-11
| | | | Change: 138941640
* Fix tf.learn classifier doc-strings to describe that the TF classifiers ↵Gravatar A. Unique TensorFlower2016-11-11
| | | | | | expect class labels as indices (unlike scikit-learn which can accept arbitrary values as labels). Change: 138941065
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-11
| | | | Change: 138940265
* Change dimension arguments to be "axis" for NumPy ParityGravatar Andrew Selle2016-11-11
| | | | | | It is a ValueError to specify both. Add keyword argument for backward compatibility. Change: 138939121
* Internal only changesGravatar Gunhan Gulsoy2016-11-11
| | | | Change: 138937852
* Seal image_ops.py's interface.Gravatar Patrick Nguyen2016-11-11
| | | | Change: 138937459
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-11
| | | | Change: 138937316
* Document caveats about `tf.py_func()`.Gravatar Derek Murray2016-11-11
| | | | | Also fixes a race that could occur if two threads called `tf.py_func()` concurrently. Change: 138937024
* Docstring example and formatting updatesGravatar A. Unique TensorFlower2016-11-11
| | | | Change: 138936680
* Add separate C++ .so and Java android_library targets for tensorflow ↵Gravatar Andrew Harp2016-11-11
| | | | | | inference interface. Change: 138936420
* Re-add Makefile.in for quantization testsGravatar A. Unique TensorFlower2016-11-11
| | | | Change: 138934832
* Extending MonitoredTrainingSession to make model saving and chief operations ↵Gravatar Mustafa Ispir2016-11-11
| | | | | | more flexible. Change: 138934639
* C API: Package rules for a C library and header files.Gravatar Asim Shankar2016-11-11
| | | | | | | The intent is to produce a libtensorflow.tar.gz as part of the release process to facilitate a leaner (no Python dependencies), smoother installation process for TensorFlow usage in other languages. Change: 138934248
* Add python wrapper for StatSummarizer.Gravatar Andrew Harp2016-11-11
| | | | Change: 138933733
* Enable C++ shape fn from python for more quantized ops.Gravatar A. Unique TensorFlower2016-11-11
| | | | Change: 138929922
* Register a C++ test op for testing gradients of ops that have stringGravatar Vijay Vasudevan2016-11-11
| | | | | outputs, replacing the need for a ops.RegisterShape call. Change: 138927915
* Change loss_ops_test to pass in data with batch_size 1.Gravatar A. Unique TensorFlower2016-11-11
| | | | Change: 138925660
* Switch Const to call_cpp_shape_fn, but still do work in python to avoid ↵Gravatar Vijay Vasudevan2016-11-11
| | | | | | | serializing large constants for now. Change: 138922651
* Switch FusedConvPad to use C++ shape function.Gravatar Vijay Vasudevan2016-11-11
| | | | | | Verified against python implementation using debug_python_shape_fn on optimize_for_inference_test. Change: 138921973
* Fixed checkpoint restore conditions to work with both V1 and V2 checkpoints.Gravatar A. Unique TensorFlower2016-11-11
| | | | Change: 138921188
* Update bower dependencies to match internal dependencies.Gravatar Dan Smilkov2016-11-11
| | | | Change: 138919472
* Internal cleanup.Gravatar A. Unique TensorFlower2016-11-11
| | | | Change: 138918418
* Switch PlaceholderWithDefault to C++ shape function.Gravatar Vijay Vasudevan2016-11-11
| | | | Change: 138915194
* Merge the hover and selection contexts into the ProjectorEventContext, migrateGravatar Charles Nicholson2016-11-11
| | | | | | all usage over. The bookmark panel now uses the ProjectorEventContext to deselect the currently-active-bookmark radio button. Change: 138914791
* Update the text of the host your own button to say "publish" and remove all ↵Gravatar Nikhil Thorat2016-11-11
| | | | | | usage of the word "demo". Change: 138914020
* Use `zero_debias=True` for Tensors in ExponentialMovingAverages class.Gravatar A. Unique TensorFlower2016-11-11
| | | | Change: 138910410
* tfdbg: example for debugging tf-learn Estimator.fit() & minor changesGravatar Shanqing Cai2016-11-11
| | | | | | | | | | $ blaze build -c opt third_party/tensorflow/python/debug:debug_tflearn_iris && blaze-bin/third_party/tensorflow/python/debug/debug_tflearn_iris --debug --train_steps=1 Minor changes made in this CL: * Fix a bug in local_cli_wrapper related to computing fetch and feed summary strings. * Minor tweaks in debug/examples/README.md * Curses CLI: Add scroll direction information for UI clarity Change: 138910196
* Switch moreops to using c++ shape functions instead of python.Gravatar Vijay Vasudevan2016-11-11
| | | | Change: 138909864
* Add a functionality to dump verification strings of graph transfererGravatar A. Unique TensorFlower2016-11-11
| | | | Change: 138903870
* Add a functionality to load graph from proto file to transfer graph to SOCGravatar A. Unique TensorFlower2016-11-11
| | | | Change: 138898659
* Fix pca tooltip, which falls off the screen.Gravatar Dan Smilkov2016-11-11
| | | | Change: 138895487
* Fix QuantizedConcat shape function. Enable it from python as well.Gravatar A. Unique TensorFlower2016-11-11
| | | | Change: 138895028
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-11
| | | | Change: 138893836
* Add a note in queue functions that they create epochs local variable.Gravatar Illia Polosukhin2016-11-11
| | | | Change: 138890126
* Adding some useful dependenciesGravatar A. Unique TensorFlower2016-11-11
| | | | Change: 138887760
* Internal cleanup.Gravatar A. Unique TensorFlower2016-11-11
| | | | Change: 138882350
* tfdbg: put session_debug_test in class hierarchy in preparation for gRPC ↵Gravatar Shanqing Cai2016-11-11
| | | | | | | | | | | debug URLs Refactor session_debug_test to avoid code duplication when gRPC debug URLs are added. session_debug_test.py is moved to session session_debug_testlib.py, which holds a base class for the tests. A new file "session_debug_file_test.py" subclasses this base class and implements file:// URLs. Once gRPC debug URLs are added, session_debug_grpc_test.py subclass it with grpc:// debug URLs and run the same set of tests with grpc:// debug URLs. Change: 138881634
* Internal-only change.Gravatar Andrew Harp2016-11-11
| | | | Change: 138881443