aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/expand_dims_test.cc
Commit message (Collapse)AuthorAge
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
| | | | PiperOrigin-RevId: 212064501
* add more fixesGravatar Koan-Sin Tan2018-06-14
| | | | | | | | rebase and add more fixes so that ``` bazel test --config opt //tensorflow/contrib/lite/kernels:all ``` will work
* TFLite: adding tile and expand_dims ops.Gravatar A. Unique TensorFlower2018-06-01
PiperOrigin-RevId: 198913026