aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/reshape.cc
Commit message (Collapse)AuthorAge
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
| | | | PiperOrigin-RevId: 212064501
* Fix issue with scalar reshape parametersGravatar Jared Duke2018-07-30
| | | | PiperOrigin-RevId: 206609783
* TFLite Reshape - Uses shape input tensorGravatar Yu-Cheng Ling2018-07-20
| | | | | | | | | | Now it: (1) Use shape (2nd input tensor) if it exists. Mark the output as a dynamic tensor if shape tensor isn't constant. (2) Fallback to `TfLiteReshapeParams.shape` if the shape input tensor doesn't exist. PiperOrigin-RevId: 205471380
* Making GetInput from kernel_util.h return a pointer to const data.Gravatar A. Unique TensorFlower2018-05-11
| | | | PiperOrigin-RevId: 196340200
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
| | | | PiperOrigin-RevId: 189945839
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
| | | | PiperOrigin-RevId: 189258641
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
| | | | PiperOrigin-RevId: 189231636
* Internal Change.Gravatar Andrew Selle2017-11-10
PiperOrigin-RevId: 175307445