aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/toco/graph_transformations/propagate_fixed_sizes.cc
Commit message (Expand)AuthorAge
* Use Ophints to support TfLite UnidirectionaSequenceLstm and add an e2e test.Gravatar A. Unique TensorFlower2018-10-09
* Return ::tensorflow::Status in Toco Graph Transformations.Gravatar Yu-Cheng Ling2018-10-09
* Allow empty arrays to occur as the first input to the concat op.Gravatar A. Unique TensorFlower2018-09-25
* TOCO transformations updated to support dilated depthwise convolution.Gravatar Suharsh Sivakumar2018-09-19
* Implement ZerosLikeGravatar A. Unique TensorFlower2018-09-17
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-06
* Fixing Any operator.Gravatar A. Unique TensorFlower2018-08-31
* Implementation of reduce_any.Gravatar A. Unique TensorFlower2018-08-28
* Implementation of unpack op.Gravatar A. Unique TensorFlower2018-08-23
* Fixing for TopKV2 shape propagation in Toco.Gravatar A. Unique TensorFlower2018-08-08
* Implementation of logical_or.Gravatar A. Unique TensorFlower2018-07-30
* 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
* 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
* Fixing bugs in graphdef export of bool types and a few broken ops.Gravatar 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
* Implementation of arg_min.Gravatar A. Unique TensorFlower2018-07-10
* Remove reduntant checks in gather op.Gravatar A. Unique TensorFlower2018-07-02
* Ignore stop indices when shrink_axis_mask is set in tf.lite StridedSlice impl...Gravatar RJ Ryan2018-06-27
* Have EnsureBiasVector create bias vectors that already have theGravatar A. Unique TensorFlower2018-06-27
* Implementation of pow.Gravatar A. Unique TensorFlower2018-06-27
* Automated g4 rollback of changelist 202120850Gravatar A. Unique TensorFlower2018-06-26
* Have EnsureBiasVector create bias vectors that already have theGravatar A. Unique TensorFlower2018-06-26
* Fix operator names.Gravatar A. Unique TensorFlower2018-06-20
* Fix a bug: the conversion of pure Conv to DepthwiseConv did notGravatar A. Unique TensorFlower2018-06-20
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2018-06-14
* Optimized implementation of transpose conv. Uses an im2col array and GEMM, si...Gravatar A. Unique TensorFlower2018-06-14
* Optimizing transpose_conv.Gravatar A. Unique TensorFlower2018-06-08
* Implementation of TensorFlowEqual and TensorFlowNotEqual.Gravatar A. Unique TensorFlower2018-06-07
* implementation of sparse_to_denseGravatar A. Unique TensorFlower2018-05-31
* Implement sin operatorGravatar A. Unique TensorFlower2018-05-09
* Add support for select (via tf.where) support to tflite.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
* Some fixes to support another TF graph:Gravatar A. Unique TensorFlower2018-05-04
* Merge changes from github.Gravatar Patrick Nguyen2018-05-01
* Adding some slightly more exhaustive strided_slice test parameters.Gravatar A. Unique TensorFlower2018-04-26
* Make ProcessArgMaxOperator faster by reserving the correct output dims.Gravatar A. Unique TensorFlower2018-04-25
* More relaxed size checking for TransposeConv, and miscellaneous bug fixes.Gravatar A. Unique TensorFlower2018-04-23
* internal changeGravatar A. Unique TensorFlower2018-04-20
* Fixing a bug in strided slice. The op was not handling negative indices corre...Gravatar A. Unique TensorFlower2018-04-17
* Adding support for batch_to_space_nd op with crops.Gravatar A. Unique TensorFlower2018-04-11
* Adding support for the standalone log operator. Basic import/export only, No ...Gravatar A. Unique TensorFlower2018-04-09
* Check arguments of ComputeConvSizes that should be positive.Gravatar A. Unique TensorFlower2018-04-04
* Adding support for RandomUniform. Basic support for op import/export of Rando...Gravatar A. Unique TensorFlower2018-04-02
* Supports PReLU in TFLite & Toco.Gravatar Yu-Cheng Ling2018-03-22
* Support for transpose convolution. Includes striding, and a reference impleme...Gravatar A. Unique TensorFlower2018-03-07
* Implement support for unpartitioning tf.nn.embedding_lookup into a single gat...Gravatar A. Unique TensorFlower2018-02-27