aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/toco/import_tensorflow.cc
Commit message (Expand)AuthorAge
* remove debug statementsGravatar A. Unique TensorFlower2018-10-10
* Fix number of outputs when importing tensorflow GraphDef.Gravatar A. Unique TensorFlower2018-10-10
* Use Ophints to support TfLite UnidirectionaSequenceLstm and add an e2e test.Gravatar A. Unique TensorFlower2018-10-09
* Fix issue with type inference for ops with fixed output typesGravatar Jared Duke2018-10-08
* Handle Range & BatchMatMul in partial Flex modeGravatar Yu-Cheng Ling2018-10-05
* Rename TFLite Eager delegate -> Flex delegateGravatar Yu-Cheng Ling2018-09-27
* Automated rollback of commit 82af048bc8c3c044c98a27b1c4c27bb62d4e4a14Gravatar Nupur Garg2018-09-26
* Rename TFLite Eager delegate -> Flex delegateGravatar Yu-Cheng Ling2018-09-26
* TOCO transformations updated to support dilated depthwise convolution.Gravatar Suharsh Sivakumar2018-09-19
* Implement ZerosLikeGravatar A. Unique TensorFlower2018-09-17
* Improve output parsing for unsupported opsGravatar Jared Duke2018-09-14
* Reland "Add basic type propagation for unsupported ops in TFLite conversion"Gravatar Jared Duke2018-09-13
* Automated rollback of commit 6b507a6de855a6f988100904229b7f46a5652b88Gravatar Suharsh Sivakumar2018-09-13
* Add basic type propagation for unsupported ops in TFLite conversionGravatar Jared Duke2018-09-12
* Minimum change for generating Eager ops with Toco.Gravatar Yu-Cheng Ling2018-09-05
* Implementation of reduce_any.Gravatar A. Unique TensorFlower2018-08-28
* Implementation of unpack op.Gravatar A. Unique TensorFlower2018-08-23
* Fix toco compilation on WindowsGravatar Jared Duke2018-08-07
* Add support for float output arrays in Quantized custom operators (custom ops...Gravatar A. Unique TensorFlower2018-08-03
* Implementation of ctc beam search decoder op in custom op fashion.Gravatar A. Unique TensorFlower2018-08-02
* Implementation of logical_or.Gravatar A. Unique TensorFlower2018-07-30
* Increase the input dimension size from 4 to 6 to address the RetinaNet modelGravatar A. Unique TensorFlower2018-07-26
* Add one_hot op support to TFLiteGravatar Jared Duke2018-07-26
* Support for shape attributes in custom ops for TocoGravatar A. Unique TensorFlower2018-07-25
* Implementation of stack.Gravatar A. Unique TensorFlower2018-07-23
* Import/export support for Any, LogicalAnd, and LogicalNot ops.Gravatar A. Unique TensorFlower2018-07-18
* Fixing gather to support round-tripping non-zero axis.Gravatar A. Unique TensorFlower2018-07-18
* Remove duplicated Log converterGravatar A. Unique TensorFlower2018-07-18
* toco thinks Stack is the same as Pack.Gravatar A. Unique TensorFlower2018-07-17
* Support reduce_max and reduce_prodGravatar A. Unique TensorFlower2018-07-16
* Support narrow_range attr on FakeQuant nodesGravatar A. Unique TensorFlower2018-07-12
* Implementation of arg_min.Gravatar A. Unique TensorFlower2018-07-10
* Allow transposition of the weights in fully connected ops.Gravatar A. Unique TensorFlower2018-06-29
* Implementation of pow.Gravatar A. Unique TensorFlower2018-06-27
* Quick fix for import bool array.Gravatar A. Unique TensorFlower2018-06-25
* Fix import int32/uint8/int64/bool array for toco.Gravatar A. Unique TensorFlower2018-06-21
* Implement TFLite Shape operatorGravatar Jared Duke2018-06-20
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Convert CheckInputsSize to return a Status instead of CHECK-failing, and conv...Gravatar A. Unique TensorFlower2018-06-18
* Automated g4 rollback of changelist 201011811Gravatar Akshay Modi2018-06-18
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Convert ImportTensorFlow method from switch to table based.Gravatar A. Unique TensorFlower2018-06-17
* Leverage the standard error space by using tensorflow::StatusGravatar A. Unique TensorFlower2018-06-12
* Optimizing transpose_conv.Gravatar A. Unique TensorFlower2018-06-08
* Implement Log operator.Gravatar A. Unique TensorFlower2018-06-07
* TOCO: return Status instead of crashing while converting "Conv".Gravatar A. Unique TensorFlower2018-06-07
* Implementation of TensorFlowEqual and TensorFlowNotEqual.Gravatar A. Unique TensorFlower2018-06-07
* Support uint8, int32 and int64 for SpaceToDepth in TOCO.Gravatar Saurabh Saxena2018-06-05
* Replace boilerplate code with function template.Gravatar A. Unique TensorFlower2018-06-01
* implementation of sparse_to_denseGravatar A. Unique TensorFlower2018-05-31