aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/sparse_xent_op_test.py
Commit message (Expand)AuthorAge
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Better error message from trying to differentiate PreventGradient.Gravatar Alexandre Passos2017-02-07
* Automated rollback of change 141622306Gravatar Vijay Vasudevan2017-01-10
* Change arg order for {softmax,sparse_softmax,sigmoid}_cross_entropy_with_logi...Gravatar Martin Wicke2017-01-04
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Undo the changes in python for the PreventGradient addition - adding theGravatar Vijay Vasudevan2016-12-09
* Fail if second gradient is called on (sparse_)softmax_cross_entropy_with_logitsGravatar Vijay Vasudevan2016-12-09
* Switch callers of tf.pack and tf.unpack to call tf.stack and tf.unstack instead.Gravatar A. Unique TensorFlower2016-11-03
* Sparse cross entropy loss now raises an error on invalid labels when on CPU.Gravatar Eugene Brevdo2016-09-21
* As a part of efforts to remove uses of use_gpu parameter to tf test session,Gravatar Gunhan Gulsoy2016-09-08
* SparseXentOp now returns NaNs for loss & grad rows where the label value is OOB.Gravatar Eugene Brevdo2016-07-26
* Use 32bit floats to compute cross entropies. 16 bit floats aren't accurateGravatar Benoit Steiner2016-07-22
* Improve error handling for scalar arguments to sparse_xentGravatar Pete Warden2016-07-14
* Fix sparse_softmax_cross_entropy_with_logits for empty tensorGravatar Geoffrey Irving2016-06-30
* Higher dimensional support for sparse cross entropy from logits.Gravatar A. Unique TensorFlower2016-06-06
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Added support for half floats to the sparse cross entropy operationGravatar Benoit Steiner2016-05-04
* Make sparse_softmax_cross_entropy_with_logits handle int32 labelsGravatar Geoffrey Irving2016-03-10
* Replacing use of legacy graph_util.pin_to_cpu with device('/cpu:0')Gravatar David G. Andersen2016-03-03
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10
* Use cc_binary rather than cc_library to reduce size of native library in APK ...Gravatar A. Unique TensorFlower2016-01-29