aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/schema
Commit message (Collapse)AuthorAge
...
* implementation of sparse_to_denseGravatar A. Unique TensorFlower2018-05-31
| | | | PiperOrigin-RevId: 198710452
* Merge changes from github.Gravatar Yifei Feng2018-05-24
| | | | | | | Revert #18413. Too many internal test failures due to the name scope change caused by this change. Revert #18192. Cannot use re2::StringPiece internally. Need alternative for set call. Will pull and clean this up in a separate change. PiperOrigin-RevId: 197991247
* Fix the generated builtin_ops enum header.Gravatar Yu-Cheng Ling2018-05-24
| | | | PiperOrigin-RevId: 197969642
* Implementation of transpose_convGravatar A. Unique TensorFlower2018-05-16
| | | | PiperOrigin-RevId: 196806646
* Introduce op version into TFLiteGravatar Yu-Cheng Ling2018-05-13
| | | | PiperOrigin-RevId: 196448769
* Implement sin operatorGravatar A. Unique TensorFlower2018-05-09
| | | | PiperOrigin-RevId: 196062186
* Implementation of Slice.Gravatar A. Unique TensorFlower2018-05-09
| | | | PiperOrigin-RevId: 195926057
* Add support for select (via tf.where) support to tflite.Gravatar A. Unique TensorFlower2018-05-07
| | | | PiperOrigin-RevId: 195734246
* Move PadV2Options to the end, in order to maintain schema compatibility.Gravatar A. Unique TensorFlower2018-05-07
| | | | PiperOrigin-RevId: 195720133
* Adding Greater/GreaterEqual/LessEqual ops to complement Less.Gravatar A. Unique TensorFlower2018-05-07
| | | | PiperOrigin-RevId: 195704492
* add support for PadV2Gravatar A. Unique TensorFlower2018-05-05
| | | | PiperOrigin-RevId: 195503894
* Implement neg opGravatar Alan Chiao2018-05-04
| | | | PiperOrigin-RevId: 195435079
* Update schema.Gravatar Shashi Shekhar2018-05-01
| | | | PiperOrigin-RevId: 194989704
* Implement floor operatorGravatar A. Unique TensorFlower2018-04-26
| | | | PiperOrigin-RevId: 194490433
* Added metadata to the TFLite model.Gravatar A. Unique TensorFlower2018-04-25
| | | | PiperOrigin-RevId: 194341479
* DocsGravatar A. Unique TensorFlower2018-04-25
| | | | PiperOrigin-RevId: 194307738
* Add support to TFLite for dilated convolution.Gravatar A. Unique TensorFlower2018-04-13
| | | | PiperOrigin-RevId: 192770919
* Implementation of LessGravatar A. Unique TensorFlower2018-04-13
| | | | PiperOrigin-RevId: 192728635
* Add boolean type to tflite in favor of comparison implementations.Gravatar A. Unique TensorFlower2018-04-12
| | | | PiperOrigin-RevId: 192711203
* Internal testing changesGravatar Austin Anderson2018-04-11
| | | | PiperOrigin-RevId: 192537874
* Added minimum op, better type support in maximum.Gravatar A. Unique TensorFlower2018-04-10
| | | | PiperOrigin-RevId: 192292693
* Implementation of ArgMaxGravatar A. Unique TensorFlower2018-04-09
| | | | PiperOrigin-RevId: 192236845
* Turn Cast into a proper builtin operator.Gravatar A. Unique TensorFlower2018-04-04
| | | | PiperOrigin-RevId: 191590230
* Automated g4 rollback of changelist 190858242Gravatar Jianwei Xie2018-03-29
| | | | PiperOrigin-RevId: 190953197
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
| | | | PiperOrigin-RevId: 190878279
* Automated g4 rollback of changelist 190835392Gravatar Anna R2018-03-28
| | | | PiperOrigin-RevId: 190858242
* Merge changes from github.Gravatar Jianwei Xie2018-03-28
| | | | PiperOrigin-RevId: 190835392
* Supports PReLU in TFLite & Toco.Gravatar Yu-Cheng Ling2018-03-22
| | | | PiperOrigin-RevId: 190097557
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
| | | | PiperOrigin-RevId: 189945839
* Internal changeGravatar A. Unique TensorFlower2018-03-19
| | | | PiperOrigin-RevId: 189613870
* Fixed a typo.Gravatar A. Unique TensorFlower2018-03-16
| | | | PiperOrigin-RevId: 189386932
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
| | | | PiperOrigin-RevId: 189258641
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
| | | | PiperOrigin-RevId: 189231636
* Internal changeGravatar A. Unique TensorFlower2018-03-13
| | | | PiperOrigin-RevId: 188880419
* PiperOrigin-RevId: 188860028Gravatar A. Unique TensorFlower2018-03-13
|
* tfdbg: add reference to the TensorBoard Debugger Plugin in README.mdGravatar Shanqing Cai2018-03-13
| | | | PiperOrigin-RevId: 188828898
* PiperOrigin-RevId: 188860028Gravatar A. Unique TensorFlower2018-03-13
|
* tfdbg: add reference to the TensorBoard Debugger Plugin in README.mdGravatar Shanqing Cai2018-03-13
| | | | PiperOrigin-RevId: 188828898
* PiperOrigin-RevId: 188860028Gravatar A. Unique TensorFlower2018-03-13
|
* Create mobile testing rules for TF Lite known-portable targetsGravatar Austin Anderson2018-03-07
| | | | | | | | | | | | | | | | | This CL tags all known-already-portable TF Lite tests as portable, and (from those tests) tags those known as not portable. Adding tflite_portable_test_suite() to the bottom of a package marks all previous cc_tests as "intended to be portable". I've included all tests that I was able to naively make buildable on Android with my previous change that created a custom logging.h library. Most tests are buildable on Android already, but there is something in the common dependencies for the kernel tests that is not compatible with iOS. Outside of Google, this change does nothing except tag tests that are known to not be buildable on certain platforms. PiperOrigin-RevId: 188234489
* Add support for the "DEQUANTIZE" op. This cover only ops that are generated ↵Gravatar A. Unique TensorFlower2018-03-07
| | | | | | | | by TOCO in order to handle UINT8 input to floating-point models. PiperOrigin-RevId: 188182372
* Implementation of tf.cast in TfLiteGravatar A. Unique TensorFlower2018-03-06
| | | | PiperOrigin-RevId: 188036286
* Add bidirectional sequence LSTM to TFLite Ops.Gravatar A. Unique TensorFlower2018-02-21
| | | | PiperOrigin-RevId: 186497571
* TFLite: Define a DELEGATE op type.Gravatar Yu-Cheng Ling2018-02-20
| | | | PiperOrigin-RevId: 186405366
* Basic LogSoftmax supportGravatar A. Unique TensorFlower2018-02-20
| | | | PiperOrigin-RevId: 186357933
* Code generator for builtin_ops.h, and a test to ensure its consistencyGravatar Yu-Cheng Ling2018-02-15
| | | | PiperOrigin-RevId: 185957720
* Implement SplitGravatar A. Unique TensorFlower2018-02-15
| | | | PiperOrigin-RevId: 185904437
* Implementation of tf.nn.top_k in TfLiteGravatar A. Unique TensorFlower2018-02-15
| | | | PiperOrigin-RevId: 185872292
* Supports op exp (tf.exp) in Toco and Tensorflow Lite.Gravatar A. Unique TensorFlower2018-02-14
| | | | PiperOrigin-RevId: 185747281
* Export align_corners to TF LiteGravatar A. Unique TensorFlower2018-02-05
| | | | PiperOrigin-RevId: 184622482