History log of /external/tensorflow/tensorflow/contrib/lite/toco/tflite/operator.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
41a8560e0c2fa3b8fa73622a15da53f5e1b8b6c8 15-Feb-2018 A. Unique TensorFlower <gardener@tensorflow.org> Implement Split

PiperOrigin-RevId: 185904437
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/operator.cc
6d79acccfd6a4f0c2d1b59ceaa991fbf228b660a 15-Feb-2018 A. Unique TensorFlower <gardener@tensorflow.org> Implementation of tf.nn.top_k in TfLite

PiperOrigin-RevId: 185872292
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/operator.cc
90159c53b83527bd088452769ea4e1b98667860c 14-Feb-2018 A. Unique TensorFlower <gardener@tensorflow.org> Supports op exp (tf.exp) in Toco and Tensorflow Lite.

PiperOrigin-RevId: 185747281
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/operator.cc
2ec89055c17cd17dc1b1259d9eb76d1177c9b0e8 07-Feb-2018 Zhixian Yan <zhixianyan@google.com> LSTM for TFlite/Toco

PiperOrigin-RevId: 184788311
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/operator.cc
1a0b637df8d082301118dd0f85ec63704f862aeb 06-Feb-2018 A. Unique TensorFlower <gardener@tensorflow.org> Export align_corners to TF Lite

PiperOrigin-RevId: 184622482
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/operator.cc
4463d105a8a4a83642b9709ba79310e8f4ddf577 30-Jan-2018 A. Unique TensorFlower <gardener@tensorflow.org> Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/contrib/.../*.{hh,c}.

PiperOrigin-RevId: 183855242
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/operator.cc
aaaeef5bbc4698ea48c2476ad5c84a94712c8d2f 30-Jan-2018 Nupur Garg <nupurgarg@google.com> Make TFLite SpaceToBatchND op have parity with TF SpaceToBatchND op.

PiperOrigin-RevId: 183734695
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/operator.cc
0050ce16d425b3367010d58a5a3dca30aab894a4 29-Jan-2018 A. Unique TensorFlower <gardener@tensorflow.org> 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
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/operator.cc
730071d0dca35a9e08f3bdc49661ae34d109da74 29-Jan-2018 Nupur Garg <nupurgarg@google.com> Make TFLite BatchToSpaceND op have parity with TF BatchToSpaceND op.

PiperOrigin-RevId: 183687487
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/operator.cc
b9dae47061d4d4c9b8f8a79e73519525413ab84c 29-Jan-2018 Nupur Garg <nupurgarg@google.com> Make TFLite Transpose op have parity with TF Transpose op.

PiperOrigin-RevId: 183676663
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/operator.cc
dc0511e51a8f2af8b0f053d7f04352f0b0be58fa 25-Jan-2018 A. Unique TensorFlower <gardener@tensorflow.org> Basic AddN support in toco

PiperOrigin-RevId: 183160197
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/operator.cc
68ab9a99cf07ed5216d310417873572043803a1e 24-Jan-2018 Nupur Garg <nupurgarg@google.com> Make TFLite Pad op have parity with TF Pad op.

PiperOrigin-RevId: 183131070
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/operator.cc
6dfe00ca4114371ed47c93810219736e3deda2d2 24-Jan-2018 A. Unique TensorFlower <gardener@tensorflow.org> Support StridedSlice in TFLite for 1D-4D tensors.

PiperOrigin-RevId: 183020501
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/operator.cc
45c47cabe7150386420b182a8026699ff704b8f4 18-Jan-2018 A. Unique TensorFlower <gardener@tensorflow.org> Supports Squeeze in Tf Lite.

PiperOrigin-RevId: 182429180
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/operator.cc
8afc11ed069ab53760417d8bea7f6d3ca6845597 17-Jan-2018 Andrew Selle <aselle@google.com> Create support for div and sub in tensorflow lite.

PiperOrigin-RevId: 182226574
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/operator.cc
a4973345351a14a786987cd7f648a99c029fdc1d 14-Jan-2018 A. Unique TensorFlower <gardener@tensorflow.org> Rename RELU1 to RELU_N1_TO_1 to indicate that the image of the Op is in between -1 and 1.

PiperOrigin-RevId: 181864303
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/operator.cc
a663e5fda16c0c739eb11279422549d499bad597 11-Jan-2018 A. Unique TensorFlower <gardener@tensorflow.org> Adds Mean op to Tensorflow Lite.

PiperOrigin-RevId: 181658399
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/operator.cc
fe09efbc7b58be26ac8037bb777053302f5130c2 08-Jan-2018 Nupur Garg <nupurgarg@google.com> Support Transpose in TFLite.

The internal implementation supports 1D-4D tensors.

PiperOrigin-RevId: 181221674
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/operator.cc
7f29bfe1903c42bf1caa0806feee5cd579b96311 02-Jan-2018 Nupur Garg <nupurgarg@google.com> Support SpaceToBatchND in TFLite.

The internal implementation only supports 4D tensors for now.
The dimension has to be 1 batch + 2 spatial + 1 other.
The most common format within this restriction is NHWC.

PiperOrigin-RevId: 180592870
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/operator.cc
dbcb1ffcca6a3c52e3c109a1739018350bc41925 15-Dec-2017 Yu-Cheng Ling <ycling@google.com> Support BatchToSpaceND in TFLite

The internal implementation only support 4D tensors for now.
The dimension has to be 1 batch + 2 spatial + 1 other.
The most common format within this restriction is NHWC.

Cropping is not supported by the internal implementation.

PiperOrigin-RevId: 179143332
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/operator.cc
c02147704b1244010a93557de33ad4c64a20a5a5 15-Dec-2017 A. Unique TensorFlower <gardener@tensorflow.org> Adding basic support for constant Tensorflow 'Neg' (tf.negative) ops.
This only handles constant operations a la kTensorFlowRsqrt.

PiperOrigin-RevId: 179119551
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/operator.cc
ea703f4e0e72d1e016f8157e206dcc9e80602862 14-Dec-2017 A. Unique TensorFlower <gardener@tensorflow.org> Implementation of Gather in TfLite

PiperOrigin-RevId: 179101363
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/operator.cc
57600a8d7739f6fbea445c6efa1f29f12f769748 13-Dec-2017 Nupur Garg <nupurgarg@google.com> Add support for "Pad".

PiperOrigin-RevId: 178962340
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/operator.cc
2eae1ac21ce28f3b2cafe9e12a25b3bddc475847 13-Dec-2017 A. Unique TensorFlower <gardener@tensorflow.org> Standardize attribute naming for operators specifying a dimension to "axis". This mirrors TensorFlow's attribute naming.

PiperOrigin-RevId: 178903728
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/operator.cc
0b15439f8f0f2d4755587f4096c3ea04cb199d23 10-Nov-2017 Andrew Selle <aselle@google.com> Internal Change.

PiperOrigin-RevId: 175307445
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/operator.cc