aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Make convolutional, pooling and normalization layers to work with EAGER.Gravatar A. Unique TensorFlower2017-08-30
* Handle duplicated inputs in topological sort. And do not add the redundant co...Gravatar Yao Zhang2017-08-30
* Fixes eager higher-order gradients for ops whose gradient function uses their...Gravatar Alexandre Passos2017-08-30
* Fix linter error in linalg_grad.py that broke opensource build.Gravatar A. Unique TensorFlower2017-08-30
* [XLA] Generalize pooling to support N-dimensional inputs.Gravatar Tayo Oguntebi2017-08-30
* [XLA] Refactor parent-fusion-instruction pointer into HloComputation, not Hlo...Gravatar A. Unique TensorFlower2017-08-30
* Minor change in description.Gravatar A. Unique TensorFlower2017-08-30
* Java: Fix 8-byte leak when constructing graph operations.Gravatar Asim Shankar2017-08-30
* [XLA] Teach HloComputation::Reparent to properly handle reparenting into fusi...Gravatar A. Unique TensorFlower2017-08-30
* Exposing CudnnCompatibleRNN classes.Gravatar James Qin2017-08-30
* * Add GPU support for matrix_solve_ls by implement the default fast path a co...Gravatar A. Unique TensorFlower2017-08-30
* Add GCS file system support to TPU profiler so that we can write directly the...Gravatar Frank Chen2017-08-30
* [XLA] Make some static functions in InstructionFusion members.Gravatar A. Unique TensorFlower2017-08-30
* [XLA:CPU] One character code review (Update 'all_bitcasts' variable correctly).Gravatar A. Unique TensorFlower2017-08-30
* Add check in HloVerifier that the size of a bitcast's output matches the size...Gravatar Mark Heffernan2017-08-30
* [TF:XLA] Add implementations of Tan, Sinh, Cosh, Asinh, Acosh, Atanh, Expm1.Gravatar Peter Hawkins2017-08-30
* Make core layers EAGER model friendly.Gravatar A. Unique TensorFlower2017-08-30
* Add a few more eager test coverage.Gravatar A. Unique TensorFlower2017-08-30
* Remove duplicate line in gcs_smoke.shGravatar Shanqing Cai2017-08-30
* Delete tf.contrib.training.python_input.Gravatar Eugene Brevdo2017-08-30
* [TF:XLA] Implement SqrtGrad.Gravatar Peter Hawkins2017-08-30
* Don't remove trivial dimensions if they require no broadcast.Gravatar A. Unique TensorFlower2017-08-30
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-08-30
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-08-30
* Add support for saving/restoring states of iterators.Gravatar Saurabh Saxena2017-08-30
* Guards references to tensor.op to avoid calling them in eager mode.Gravatar Alexandre Passos2017-08-29
* Supporting control flow ops in eager mode.Gravatar Alexandre Passos2017-08-29
* Fixes stray isinstance(_, Tensor) check in math_ops.Gravatar Alexandre Passos2017-08-29
* Fixes to quantile ops in TFT.Gravatar A. Unique TensorFlower2017-08-29
* The GPU devices have been renamed devices:GPU. Update the code accordinglyGravatar Benoit Steiner2017-08-29
* Use size_t for string sizeGravatar Igor Ganichev2017-08-29
* Add support for equal() and not_equal() to tf.contrib.util.constant_value().Gravatar A. Unique TensorFlower2017-08-29
* Modified variable scopes to work with Eager mode.Gravatar Ali Yahya2017-08-29
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-08-29
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-08-29
* Add int32 gpu registrations for SetZero & SetOne functors.Gravatar Eugene Brevdo2017-08-29
* Add simple cudaMalloc based allocator useful for memory debugging with existingGravatar A. Unique TensorFlower2017-08-29
* Add extract_jpeg_shape such that we can get the image shape without actuallyGravatar Mingxing Tan2017-08-29
* Fix bug with second derivatives in eager mode.Gravatar Alexandre Passos2017-08-29
* Add QUINT16 support to FillGravatar Ben Lee2017-08-29
* Make node const in tensorflow::OutputTensorGravatar Igor Ganichev2017-08-29
* Add ArgDefCase conversion to tensorflow::str_utilGravatar Igor Ganichev2017-08-29
* Better handling of default dtypes for eager.Gravatar A. Unique TensorFlower2017-08-29
* Automated g4 rollback of changelist 166487124Gravatar A. Unique TensorFlower2017-08-29
* [XLA] Make RunDFSMemoryScheduler more accurateGravatar David Majnemer2017-08-29
* [XLA] Add an '--xla_reduce_precision' option to TF_XLA_FLAGS.Gravatar A. Unique TensorFlower2017-08-29
* Make adding function/gradient definitions atomicGravatar Igor Ganichev2017-08-29
* Making tf.pad eager-safe.Gravatar Alexandre Passos2017-08-29
* Annotate the performance database with expected distribution of values.Gravatar Benoit Steiner2017-08-29
* Add tfdbg support to slim.learning.trainGravatar Shanqing Cai2017-08-29