aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Initial submit for TFGAN.Gravatar A. Unique TensorFlower2017-08-31
* [XLA] Dump nested fusion nodes without crashingGravatar David Majnemer2017-08-31
* Fixing small issues introduced with tf.contrib.receptive_fieldGravatar A. Unique TensorFlower2017-08-31
* Automatically fill in num_classes, growing_mode, pruning_mode, learning_rate ...Gravatar A. Unique TensorFlower2017-08-31
* Change node name index in InstantiateFunction from an unordered map to an ord...Gravatar Peter Hawkins2017-08-31
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-08-31
* Introducing tf.contrib.receptive_fieldGravatar A. Unique TensorFlower2017-08-31
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-08-31
* [TF:XLA] Implement SoftSign, SoftSignGrad, ReciprocalGrad, ApproximateEqual, ...Gravatar Peter Hawkins2017-08-31
* [XLA] Sanity check the list of called computations for fusion nodesGravatar David Majnemer2017-08-31
* Fixed errors in GPU crosstool in cuda_clang mode.Gravatar A. Unique TensorFlower2017-08-31
* Update profiler doc.Gravatar A. Unique TensorFlower2017-08-30
* Make SummaryEntry a msan-resistant plain-old-data (something that can be safe...Gravatar A. Unique TensorFlower2017-08-30
* Add function support to Tensorflow C APIGravatar Igor Ganichev2017-08-30
* Eager-graph mode should work with gradient computation.Gravatar Alexandre Passos2017-08-30
* Annotate the graph properties with input values if they're known statically.Gravatar Benoit Steiner2017-08-30
* Fix TSAN flakes in Keras io_utils test.Gravatar Francois Chollet2017-08-30
* Don't use std::pair on GPU since it's not supported by nvccGravatar Benoit Steiner2017-08-30
* TFE: Simplify tfe.Tensor.__str__() outputGravatar Shanqing Cai2017-08-30
* Add code to extract feature importance.Gravatar A. Unique TensorFlower2017-08-30
* Add functional cudnn_rnn_opsGravatar James Qin2017-08-30
* Adds tape.watch_variable(v) where v is any ResourceVariable.Gravatar Ali Yahya2017-08-30
* Don't try to evaluate a Tensor as a boolean.Gravatar A. Unique TensorFlower2017-08-30
* Move most of checkpoint_ops and tests from contrib to core (private in core w...Gravatar A. Unique TensorFlower2017-08-30
* GroupByDynamicWindowDataset: A new Dataset where the window size is a functio...Gravatar A. Unique TensorFlower2017-08-30
* [TF:XLA] Don't pass opcode separately in two HLO visitor functions.Gravatar A. Unique TensorFlower2017-08-30
* Updates the docstring and model examples to use new style to specify metric_fn.Gravatar Jianwei Xie2017-08-30
* Add make_best_model_export_strategy which exports the best model according to...Gravatar A. Unique TensorFlower2017-08-30
* Fixed a bug that the job was calculated based on wrong master for evaluation.Gravatar Jianwei Xie2017-08-30
* Set the GPU execution context inside the callback wrapper in CudaSolver::Copy...Gravatar A. Unique TensorFlower2017-08-30
* Only add reduce-precision ops inside FusionKind::kLoop fusion nodes.Gravatar A. Unique TensorFlower2017-08-30
* Fix bias_add size calculation for half.Gravatar Xiaoqiang Zheng2017-08-30
* Fix conversion of string constants with nulls to EagerTensors.Gravatar A. Unique TensorFlower2017-08-30
* 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