aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite
Commit message (Collapse)AuthorAge
* Fix number of outputs when importing tensorflow GraphDef.Gravatar A. Unique TensorFlower2018-10-10
| | | | | | Sometimes the actual number of outputs is dictated by one of the attributes of the NodeDef. PiperOrigin-RevId: 216530696
* Fix lstm_test&layer_norm_lstm_test w/ Clang 8.0.0Gravatar Yu-Cheng Ling2018-10-09
| | | | PiperOrigin-RevId: 216475683
* Add a more verbose error message.Gravatar A. Unique TensorFlower2018-10-09
| | | | PiperOrigin-RevId: 216471178
* Use Ophints to support TfLite UnidirectionaSequenceLstm and add an e2e test.Gravatar A. Unique TensorFlower2018-10-09
| | | | | | Support peephole and num_proj as well. PiperOrigin-RevId: 216467578
* Automated rollback of commit 9bd459e4ceba14f9bb1af98d52a109325de952e8Gravatar A. Unique TensorFlower2018-10-09
| | | | PiperOrigin-RevId: 216463491
* Automated rollback of commit d78c747e9177fc93d43a580acef2b62eb1420859Gravatar Smit Hinsu2018-10-09
| | | | PiperOrigin-RevId: 216463443
* Fix lite/kernels:add_test for Clang 8.0.0Gravatar Yu-Cheng Ling2018-10-09
| | | | PiperOrigin-RevId: 216455772
* Move tflite_convert g3docs, so they will be pulled into the site.Gravatar Mark Daoust2018-10-09
| | | | PiperOrigin-RevId: 216452447
* Adds an Objective-C API to TensorFlow Lite experimental.Gravatar A. Unique TensorFlower2018-10-09
| | | | PiperOrigin-RevId: 216451263
* Internal change.Gravatar A. Unique TensorFlower2018-10-09
| | | | PiperOrigin-RevId: 216447412
* Make lite_test.py run in open source.Gravatar Nupur Garg2018-10-09
| | | | PiperOrigin-RevId: 216445964
* Internal changeGravatar Jared Duke2018-10-09
| | | | PiperOrigin-RevId: 216442906
* Add support for time-major input in the bidirectional RNN Op.Gravatar A. Unique TensorFlower2018-10-09
| | | | PiperOrigin-RevId: 216419983
* Internal ChangeGravatar A. Unique TensorFlower2018-10-09
| | | | PiperOrigin-RevId: 216419037
* Return ::tensorflow::Status in Toco Graph Transformations.Gravatar Yu-Cheng Ling2018-10-09
| | | | PiperOrigin-RevId: 216392908
* Update TFLite Converter documentation.Gravatar Nupur Garg2018-10-09
| | | | PiperOrigin-RevId: 216386450
* Internal change.Gravatar Nupur Garg2018-10-09
| | | | PiperOrigin-RevId: 216385202
* Internal changeGravatar Jared Duke2018-10-09
| | | | PiperOrigin-RevId: 216367867
* Fixing Toco for exporting graphs with stringsGravatar A. Unique TensorFlower2018-10-09
| | | | | | | If the graph contains not constant array with strings it fails because the array's size can't be estimated. PiperOrigin-RevId: 216356162
* Add Floor_mod to schema.Gravatar A. Unique TensorFlower2018-10-08
| | | | PiperOrigin-RevId: 216303340
* Internal changeGravatar Jared Duke2018-10-08
| | | | PiperOrigin-RevId: 216270385
* Fix issue with type inference for ops with fixed output typesGravatar Jared Duke2018-10-08
| | | | | | | Use the ArgDef::type field when available for propagating the output types from a given unsupported operator. PiperOrigin-RevId: 216257741
* Update performance documentation.Gravatar Shashi Shekhar2018-10-08
| | | | PiperOrigin-RevId: 216248418
* Remove the restrictions that constant resolution of reduce_sum operators ↵Gravatar A. Unique TensorFlower2018-10-08
| | | | | | must be on axis 0, and can only be on 1 or 2-d inputs. PiperOrigin-RevId: 216226776
* Remove Dims from types.h, create build structure.Gravatar A. Unique TensorFlower2018-10-08
| | | | PiperOrigin-RevId: 216191084
* Add SequenceLSTMOptions to schema to decouple the sequential Op from the LSTM.Gravatar A. Unique TensorFlower2018-10-06
| | | | PiperOrigin-RevId: 216066634
* Internal changeGravatar Jared Duke2018-10-05
| | | | PiperOrigin-RevId: 215978771
* Add deprecation call-out for tf_mobileGravatar A. Unique TensorFlower2018-10-05
| | | | PiperOrigin-RevId: 215971335
* Handle Range & BatchMatMul in partial Flex modeGravatar Yu-Cheng Ling2018-10-05
| | | | PiperOrigin-RevId: 215957535
* Internal change.Gravatar A. Unique TensorFlower2018-10-05
| | | | PiperOrigin-RevId: 215951354
* Disable micro/examples/micro_speech:micro_speech_test test under msanGravatar Smit Hinsu2018-10-05
| | | | PiperOrigin-RevId: 215939542
* Refactoring TFLite export code. Unify OperatorCode generation logic.Gravatar Yu-Cheng Ling2018-10-05
| | | | PiperOrigin-RevId: 215928419
* Relax some unnecessary 4D array restrictionsGravatar A. Unique TensorFlower2018-10-05
| | | | PiperOrigin-RevId: 215910400
* Merge the different LSTM EvalFloat/EvalHybrid calls into a single file.Gravatar A. Unique TensorFlower2018-10-05
| | | | PiperOrigin-RevId: 215870962
* Fix for memory issue in micro test code, spotted by asan checksGravatar Pete Warden2018-10-04
| | | | PiperOrigin-RevId: 215813259
* Internal change.Gravatar A. Unique TensorFlower2018-10-04
| | | | PiperOrigin-RevId: 215806953
* Fix problem in quantized version of Comparison op handlerGravatar A. Unique TensorFlower2018-10-04
| | | | PiperOrigin-RevId: 215801773
* Use weak symbols to inject flex delegatesGravatar Jared Duke2018-10-04
| | | | PiperOrigin-RevId: 215788183
* Automated rollback of commit 8dc7bc7764150253c03a666eee84fc48f867d6a2Gravatar A. Unique TensorFlower2018-10-04
| | | | PiperOrigin-RevId: 215768310
* Fix quantization util test to pass with defined behavior on 32-bit ↵Gravatar Alan Chiao2018-10-04
| | | | | | architectures. PiperOrigin-RevId: 215757844
* Experimental interpreter, kernels, and example running TensorFlow Lite on a ↵Gravatar Pete Warden2018-10-04
| | | | | | microcontroller PiperOrigin-RevId: 215748973
* Sparse output fully connected custom op.Gravatar Alan Chiao2018-10-04
| | | | PiperOrigin-RevId: 215741296
* Fix a test.Gravatar Shashi Shekhar2018-10-03
| | | | | | | - SetCustomOp also sets the name of the custom op. Test was checking against the wrong name in the profile. PiperOrigin-RevId: 215665359
* Automated rollback of commit c1b3b0b9e041d82e80c2cdcc623a387753daf0b4Gravatar Anna R2018-10-03
| | | | PiperOrigin-RevId: 215658770
* TFLite Flex: Blacklist Control Flow OpsGravatar Yu-Cheng Ling2018-10-03
| | | | PiperOrigin-RevId: 215658384
* Increase error-epsilon for ProfilingTest::ProfilesAreCollected.Gravatar Todd Wang2018-10-03
| | | | PiperOrigin-RevId: 215654327
* Fix 1970s-style bug in LogSoftmax eval.Gravatar A. Unique TensorFlower2018-10-03
| | | | PiperOrigin-RevId: 215653797
* Internal change.Gravatar Anna R2018-10-03
| | | | PiperOrigin-RevId: 215631612
* Add NNAPI padding enums to NeuralNetworksShim.hGravatar A. Unique TensorFlower2018-10-03
| | | | PiperOrigin-RevId: 215628561
* Add the option of merging bidirectional RNN and LSTM outputs into a single ↵Gravatar A. Unique TensorFlower2018-10-03
| | | | | | | | output tensor. This is useful if the output of both directions will be passed to the next layer as a single output, as it avoids adding a concatenation op, which can be expensive on mobile devices where memory movement is relatively expensive. PiperOrigin-RevId: 215616140