aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/sparse_cross_op.cc
Commit message (Expand)AuthorAge
* Fix error message that was displaying wrong shapeGravatar A. Unique TensorFlower2018-04-03
* Avoid capturing unused variables in lambda functionsGravatar Benoit Steiner2018-03-12
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/core/kernels.Gravatar A. Unique TensorFlower2018-01-26
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Use template specialization instead of overloaded methods. This is a more app...Gravatar A. Unique TensorFlower2017-06-07
* Preallocate vector storage when the ultimate vector size is known in advanceGravatar A. Unique TensorFlower2017-06-01
* Copy sparse_feature_cross to sparse_ops. Two ops will be exposed as sparse_op...Gravatar A. Unique TensorFlower2017-05-10