Make TFLite Mean op have parity with TF Reduce Mean op by changing the
authorA. Unique TensorFlower <gardener@tensorflow.org>
Mon, 29 Jan 2018 19:47:02 +0000 (11:47 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Mon, 29 Jan 2018 19:51:04 +0000 (11:51 -0800)
commit0050ce16d425b3367010d58a5a3dca30aab894a4
tree698e7339320ee4c36806f844284ae2cac632b5fe
parentdd808e926da2ccfb1dbe0086bcef5dee55a454a9
Make TFLite Mean op have parity with TF Reduce Mean op by changing the
representation of axis from an attribute to a tensor.

PiperOrigin-RevId: 183701017
tensorflow/contrib/lite/builtin_op_data.h
tensorflow/contrib/lite/kernels/mean.cc
tensorflow/contrib/lite/kernels/mean_test.cc
tensorflow/contrib/lite/model.cc
tensorflow/contrib/lite/schema/schema.fbs
tensorflow/contrib/lite/schema/schema_generated.h
tensorflow/contrib/lite/testing/generate_examples.py
tensorflow/contrib/lite/toco/tflite/operator.cc
tensorflow/contrib/lite/toco/tflite/operator_test.cc