aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* GPU registration for resource scatter addGravatar Alexandre Passos2017-07-17
* Add support for cublas<t>geam to cuda_solvers kernel helpers.Gravatar Eugene Brevdo2017-07-17
* TFTS: LSTM model-building exampleGravatar Allen Lavoie2017-07-17
* Adds multi-class (Crammer-Singer) hinge loss to tf.contrib.kernel_methodsGravatar Petros Mol2017-07-17
* Restore previous IrEmitter::HandleSlice() behavior.Gravatar A. Unique TensorFlower2017-07-17
* [XLA] Allow logical buffer coloring to use liveness information.Gravatar A. Unique TensorFlower2017-07-17
* TensorForest v4 kernel tests for proto-based model. Also some stuff to inclu...Gravatar A. Unique TensorFlower2017-07-17
* Avoid the duplication in debug_options_flags.cc by generalizing tensorflow::F...Gravatar A. Unique TensorFlower2017-07-17
* CPU IR Emitter: Lower slice operations with memcpy.Gravatar A. Unique TensorFlower2017-07-17
* Add a gRPC client for profiling TPU (contrib/tpu/profiler/)Gravatar Eric Liu2017-07-17
* Fix style issue in tfdbg documentation.Gravatar A. Unique TensorFlower2017-07-17
* Create ScopedTFStatus to manage TF_Status lifetime.Gravatar Skye Wanderman-Milne2017-07-17
* Make TensorForest V4 the default implementation.Gravatar A. Unique TensorFlower2017-07-17
* Minor cleanupGravatar A. Unique TensorFlower2017-07-17
* Split out new while_loop_test.cc from c_api_test.ccGravatar Skye Wanderman-Milne2017-07-17
* Move cluster initialization to happen during training using training hooks in...Gravatar A. Unique TensorFlower2017-07-17
* Adds evaluation_hooks in EstimatorSpec.Gravatar Jianwei Xie2017-07-15
* FileBlockCache is now a filesystem-wide shared cache with a configurable maxi...Gravatar A. Unique TensorFlower2017-07-14
* Add missing grpcio install to install_python3.5_pip_packages.shGravatar Shanqing Cai2017-07-14
* Change Affine bijector to use LinearOperator instead of OperatorPD.Gravatar A. Unique TensorFlower2017-07-14
* Update Keras API exports.Gravatar Francois Chollet2017-07-14
* Add unit-test for questions:Gravatar Joshua V. Dillon2017-07-14
* In colocation op device checking, canonicalize the names soGravatar Vijay Vasudevan2017-07-14
* Fix race in record_yielder.Gravatar A. Unique TensorFlower2017-07-14
* API and an example of two-level quantile accumulator.Gravatar A. Unique TensorFlower2017-07-14
* Add overlap_and_add to tf.contrib.signal.Gravatar RJ Ryan2017-07-14
* Fix vector/scalar typos in sequence example parser error messages. Old code ...Gravatar A. Unique TensorFlower2017-07-14
* Add GPU kernel registrations for int64 tf.concat, tf.stackGravatar A. Unique TensorFlower2017-07-14
* Add no_oss and nomac filtering to run_pip_test.shGravatar Shanqing Cai2017-07-14
* Add new features to tf.contrib.signal.frames:Gravatar RJ Ryan2017-07-14
* Add stats collection for ops used within functions.Gravatar A. Unique TensorFlower2017-07-14
* slice_test: Add a few tests for strided slices andGravatar A. Unique TensorFlower2017-07-14
* Disable contrib/keras:data_utils_test on ASAN since it sometimes times out.Gravatar A. Unique TensorFlower2017-07-14
* Better gating of TensorForest pruning code.Gravatar A. Unique TensorFlower2017-07-14
* Remove TODO comment.Gravatar A. Unique TensorFlower2017-07-14
* [XLA] Make computation_layouts_ protected.Gravatar Blake Hechtman2017-07-14
* Adds shards in head_test to prevent test timeout.Gravatar A. Unique TensorFlower2017-07-14
* Document tf.Learn SavedModel export.Gravatar David Soergel2017-07-14
* Switch TensorForestEstimator to tf.learn heads lib.Gravatar A. Unique TensorFlower2017-07-14
* Slightly change the test case that tests wrap-around for DynamicSlice with R3.Gravatar A. Unique TensorFlower2017-07-14
* Add a first draft of the "graphs and sessions" section of the programmers' gu...Gravatar Derek Murray2017-07-13
* Stop running some tests on ASAN that are timing out.Gravatar A. Unique TensorFlower2017-07-13
* Refactoring the TPUEstimator.Gravatar Jianwei Xie2017-07-13
* No reason to run build_docs_test through the sanitizers.Gravatar A. Unique TensorFlower2017-07-13
* Adds a file cache to the GCS filesystem, with configurable max staleness for ...Gravatar A. Unique TensorFlower2017-07-13
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-07-13
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-07-13
* Fix "Converting to Python 3" error for check_load_py_test.Gravatar A. Unique TensorFlower2017-07-13
* [XLA] Pass shape/layout information in calls to the CPU runtime routines.Gravatar A. Unique TensorFlower2017-07-13
* Adds gzip support to TextLineDataset.Gravatar A. Unique TensorFlower2017-07-13