aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/quantized_add_op_test.cc
Commit message (Collapse)AuthorAge
* Remove using directives. Test appertaining to ops have been moved into ↵Gravatar A. Unique TensorFlower2018-01-02
| | | | | | | | namespace tensorflow::ops; all other tests now use explicit using-declarations. Some tests are now using unnamed namespaces more aggressively to make as many names internal as possible. PiperOrigin-RevId: 180564422
* Change some Quantized op tests to use TEST() macros and main()Gravatar Austin Anderson2017-11-17
| | | | PiperOrigin-RevId: 176178241
* Implement quantized addition op, with NEON-acceleration for ARM devicesGravatar A. Unique TensorFlower2017-05-24
PiperOrigin-RevId: 157037658