aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/schema/schema_generated.h
Commit message (Expand)AuthorAge
* Add Floor_mod to schema.Gravatar A. Unique TensorFlower2018-10-08
* Add SequenceLSTMOptions to schema to decouple the sequential Op from the LSTM.Gravatar A. Unique TensorFlower2018-10-06
* Add the option of merging bidirectional RNN and LSTM outputs into a single ou...Gravatar A. Unique TensorFlower2018-10-03
* - Upgrade flatbuffer schema and flatbuffer versions.Gravatar Shashi Shekhar2018-09-25
* Add fill to schema.Gravatar A. Unique TensorFlower2018-09-17
* Add ZerosLike to schema.Gravatar A. Unique TensorFlower2018-09-16
* Dilated Depthwise Conv reference implementations.Gravatar Suharsh Sivakumar2018-09-13
* Add square to schema.Gravatar A. Unique TensorFlower2018-09-11
* Add reduce_any to schema.Gravatar A. Unique TensorFlower2018-08-22
* Add floor_div to schema.Gravatar A. Unique TensorFlower2018-08-22
* Support reduce_minGravatar A. Unique TensorFlower2018-08-21
* Add unpack to schema.Gravatar A. Unique TensorFlower2018-08-20
* Add logical_and and logical_not to schema.Gravatar A. Unique TensorFlower2018-08-01
* Add one_hot op support to TFLiteGravatar Jared Duke2018-07-26
* Add Logical_or to schema.Gravatar A. Unique TensorFlower2018-07-23
* Adding pack op to schema.Gravatar A. Unique TensorFlower2018-07-18
* Support reduce_max and reduce_prodGravatar A. Unique TensorFlower2018-07-16
* Support narrow_range attr on FakeQuant nodesGravatar A. Unique TensorFlower2018-07-12
* Adding FakeQuant op support.Gravatar A. Unique TensorFlower2018-07-10
* Implementation of arg_min.Gravatar A. Unique TensorFlower2018-07-10
* Add complex64 support to tf.lite runtime.Gravatar RJ Ryan2018-06-28
* Implementation of pow.Gravatar A. Unique TensorFlower2018-06-28
* Un-fused quantized Babelfish LSTM cell support in TFLiteGravatar A. Unique TensorFlower2018-06-28
* Implement TFLite Shape operatorGravatar Jared Duke2018-06-20
* Implement TFLite sqrt/rsqrt unary operatorsGravatar A. Unique TensorFlower2018-06-19
* Implement reduce_sumGravatar A. Unique TensorFlower2018-06-17
* Variable Tensor API for TF Lite.Gravatar Yu-Cheng Ling2018-06-13
* support int16-quantized data in TFLite interpreter.Gravatar A. Unique TensorFlower2018-06-13
* Implement Log operator.Gravatar A. Unique TensorFlower2018-06-07
* Implementation of TensorFlowEqual and TensorFlowNotEqual.Gravatar A. Unique TensorFlower2018-06-07
* Support 5-inputs LSTM kernel in TFLite (float only).Gravatar Yu-Cheng Ling2018-06-01
* TFLite: adding tile and expand_dims ops.Gravatar A. Unique TensorFlower2018-06-01
* implementation of sparse_to_denseGravatar A. Unique TensorFlower2018-05-31
* Implementation of transpose_convGravatar A. Unique TensorFlower2018-05-16
* Introduce op version into TFLiteGravatar Yu-Cheng Ling2018-05-13
* Implement sin operatorGravatar A. Unique TensorFlower2018-05-09
* Implementation of Slice.Gravatar A. Unique TensorFlower2018-05-09
* Add support for select (via tf.where) support to tflite.Gravatar A. Unique TensorFlower2018-05-07
* Move PadV2Options to the end, in order to maintain schema compatibility.Gravatar A. Unique TensorFlower2018-05-07
* Adding Greater/GreaterEqual/LessEqual ops to complement Less.Gravatar A. Unique TensorFlower2018-05-07
* add support for PadV2Gravatar A. Unique TensorFlower2018-05-05
* Implement neg opGravatar Alan Chiao2018-05-04
* Update schema.Gravatar Shashi Shekhar2018-05-01
* Implement floor operatorGravatar A. Unique TensorFlower2018-04-26
* Add support to TFLite for dilated convolution.Gravatar A. Unique TensorFlower2018-04-13
* Implementation of LessGravatar A. Unique TensorFlower2018-04-13
* Add boolean type to tflite in favor of comparison implementations.Gravatar A. Unique TensorFlower2018-04-12
* Added minimum op, better type support in maximum.Gravatar A. Unique TensorFlower2018-04-10
* Implementation of ArgMaxGravatar A. Unique TensorFlower2018-04-09
* Turn Cast into a proper builtin operator.Gravatar A. Unique TensorFlower2018-04-04