make TFLite kernel tests work again
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
Loading
Please sign in to comment
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