aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/cast.cc
Commit message (Collapse)AuthorAge
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
| | | | PiperOrigin-RevId: 212064501
* Add complex64 support to tf.lite runtime.Gravatar RJ Ryan2018-06-28
| | | | PiperOrigin-RevId: 202403235
* Support Bool in Cast (TFLite)Gravatar Yu-Cheng Ling2018-05-17
| | | | PiperOrigin-RevId: 197056978
* Making GetInput from kernel_util.h return a pointer to const data.Gravatar A. Unique TensorFlower2018-05-11
| | | | PiperOrigin-RevId: 196340200
* Turn Cast into a proper builtin operator.Gravatar A. Unique TensorFlower2018-04-04
| | | | PiperOrigin-RevId: 191590230
* Implementation of tf.cast in TfLiteGravatar A. Unique TensorFlower2018-03-06
PiperOrigin-RevId: 188036286