aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/pow_test.cc
Commit message (Collapse)AuthorAge
* make TFLite kernel tests work againGravatar Koan-Sin Tan2018-07-17
| | | | | | | | | pow_test.cc doesn't build with ``` bazel test -c opt //tensorflow/contrib/lite/kernels:all ``` s/int32/int32_t/ to make it build and run
* Implementation of pow.Gravatar A. Unique TensorFlower2018-06-28
PiperOrigin-RevId: 202262513