aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests
Commit message (Expand)AuthorAge
* Supporting sparse tensors as inputs and outputs for user-defined functions pa...Gravatar Jiri Simsa2017-11-13
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-11-10
* [tf.data] More actionable error message in `Dataset.make_one_shot_iterator()`.Gravatar Derek Murray2017-11-10
* Fixes API difference between eager and graph cond.Gravatar Alexandre Passos2017-11-10
* Increase tolerance in flaky multinomial test.Gravatar Gunhan Gulsoy2017-11-10
* Add tf.nn.softmax_cross_entropy_with_logits_v2 which enables backprop wrt the...Gravatar Eugene Brevdo2017-11-10
* EagerVariableStore.trainable_variables()Gravatar Alexandre Passos2017-11-10
* Changed gradient of GatherNd to use IndexedSlices when possible rather than p...Gravatar A. Unique TensorFlower2017-11-10
* Make assert_equal/_none_equal/_less ops work in eager modeGravatar Igor Ganichev2017-11-10
* Automated g4 rollback of changelist 174912490Gravatar A. Unique TensorFlower2017-11-10
* Register int64 for GPU StridedSlice kernelGravatar Shanqing Cai2017-11-10
* Fix a tfe.Network reference cycle, make it easier to check for reference cyclesGravatar Allen Lavoie2017-11-07
* [tf.data] Move contrib op registrations to tensorflow/contrib/data/ops.Gravatar Derek Murray2017-11-07
* Renames sparse_precision_at_k to precision_at_k and sparse_average_precision_...Gravatar A. Unique TensorFlower2017-11-07
* Added CPU matrix exponential op to TensorFlow.Gravatar A. Unique TensorFlower2017-11-07
* [TF TensorArray] allow reading from an unwritten index if fully defined eleme...Gravatar Eugene Brevdo2017-11-06
* Allow for an old_row_vocab_size, in case a subset of the old_row_vocab_file w...Gravatar A. Unique TensorFlower2017-11-06
* Fix DepthToSpaceGrad and SpaceToDepthGrad on data_format NCHW.Gravatar Jingyue Wu2017-11-06
* More thoroughly disable the should_use_result decorator when executing eagerly.Gravatar Allen Lavoie2017-11-06
* BUGFIX: special_math.ndtri didn't work with dynamic shapes. This was due to...Gravatar Ian Langmore2017-11-06
* Clean up some reference cycles in eager mode.Gravatar Allen Lavoie2017-11-06
* Allowing __iter__ over 1+dimensional tensors with known shapes.Gravatar Alexandre Passos2017-11-03
* Internal ChangeGravatar A. Unique TensorFlower2017-11-02
* Merge changes from github.Gravatar Andrew Harp2017-11-02
* Optimize tf.split for eager modeGravatar Igor Ganichev2017-11-02
* Exposes recall_at_top_k under tf.metrics.Gravatar A. Unique TensorFlower2017-11-01
* Switch over python calls to RandomPoissonV2.Gravatar Dhananjay Nakrani2017-10-31
* Added GraphKeys.METRIC_VARIABLE collection. Added all variables under tf.metr...Gravatar Mustafa Ispir2017-10-31
* Avoid uncollectable cycles with a separate deleter object for resources.Gravatar Allen Lavoie2017-10-30
* scatter_update for resource variablesGravatar Alexandre Passos2017-10-30
* No need for unique variable names in eager.Gravatar Alexandre Passos2017-10-30
* Make functional_ops compatible with eager exeuction by ignoringGravatar Akshay Agrawal2017-10-27
* Introduce Eager-specific and Graph-specific Python TensorArray classes,Gravatar Akshay Agrawal2017-10-26
* Avoid assigning incompatible shapes to variableGravatar A. Unique TensorFlower2017-10-26
* Implements count_up_to for resource variables.Gravatar Alexandre Passos2017-10-26
* Merge changes from github.Gravatar Benoit Steiner2017-10-24
* Disables storing variables in the default variable store for eager.Gravatar Alexandre Passos2017-10-24
* Exposes precision_at_top_k under tf.metrics.Gravatar A. Unique TensorFlower2017-10-24
* bool() for eager variablesGravatar Alexandre Passos2017-10-24
* Exception instead of crashing on resource.numpy()Gravatar Alexandre Passos2017-10-24
* Eager reuse story is False instead of AUTO_REUSE.Gravatar Alexandre Passos2017-10-24
* * Add GPU implementation of LogDeterminant op.Gravatar A. Unique TensorFlower2017-10-24
* tf.confusion_matrix works with eager execution enabled.Gravatar Alexandre Passos2017-10-23
* Fix error in topk heap launch code. It assumed sizeof(struct) == sizeof(structGravatar A. Unique TensorFlower2017-10-23
* Add SerializeIterator op that serializes an IteratorResource into a variant t...Gravatar Saurabh Saxena2017-10-23
* Add a BUILD file for makefile build.Gravatar Gunhan Gulsoy2017-10-20
* Avoid silent variable sharing with ResourceVariable class.Gravatar A. Unique TensorFlower2017-10-20
* Patch dynamic_rnn to work in Eager modeGravatar Akshay Agrawal2017-10-20
* Added gradient op for QR decompositionGravatar A. Unique TensorFlower2017-10-20
* Adds tfe.IsolateTest, an Eager-agnostic abstraction for isolating resourcesGravatar Allen Lavoie2017-10-19