aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/one_hot_op.cc
Commit message (Expand)AuthorAge
* Register int types for one_hot GPU ops.Gravatar Rui Zhao2017-09-22
* Remove 2**40 size limit on TensorShape and harden to overflowGravatar Geoffrey Irving2017-03-30
* Prevent the OneHot op from asserting when trying to build tensors with more t...Gravatar Benoit Steiner2017-03-22
* [TF:XLA] Add implementation of tf.one_hot to the XLA bridge.Gravatar Peter Hawkins2017-03-01
* Bugfix for one-hot op when inputs have no elements.Gravatar Eugene Brevdo2016-07-29
* OneHotOp should use int for prefix_dim_size not index type.Gravatar A. Unique TensorFlower2016-07-22
* Automated rollback of change 127987690Gravatar Olivia Nordquist2016-07-20
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Merge changes from github.Gravatar Vijay Vasudevan2016-05-24
* Add the OneHot op.Gravatar Eugene Brevdo2016-02-24