Fix gcc error: cannot convert 'auto*' to 'float*' (#2698)
gcc 4.8.1 barfs on this reasonable-looking type inference for unclear reasons. In this case `const T*` is arguably clearer than `auto*` anyway. Fixes https://github.com/tensorflow/tensorflow/issues/867 .
Loading
Please sign in to comment