aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib
Commit message (Collapse)AuthorAge
* remove debug statementsGravatar A. Unique TensorFlower2018-10-10
| | | | PiperOrigin-RevId: 216536298
* 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
* Update model in keras dist strat learning phase test to return consistent ↵Gravatar Pavithra Vijay2018-10-09
| | | | | | values. PiperOrigin-RevId: 216461637
* 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
* Add 'remove' operation to MutableHashTable and MutableDenseHashTable.Gravatar A. Unique TensorFlower2018-10-09
| | | | PiperOrigin-RevId: 216443201
* Internal changeGravatar Jared Duke2018-10-09
| | | | PiperOrigin-RevId: 216442906
* Make defun work under distributed strategies.Gravatar Igor Ganichev2018-10-09
| | | | | | | | | | | | | The core of the change is have the gradient tape capture distributed variables instead of plain ResourceVariables. In other words, we move the distribution awareness from defun down to tape and rely on distributed variable magic to provide us with the right variable at runtime. In tower context, we always watch the container (e.g. MirroredVariable). In cross tower context, we always watch all the components. PiperOrigin-RevId: 216430530
* In TPUMirroredVariable, when setting _initializer_op and _initial_value ↵Gravatar Ruoxin Sang2018-10-09
| | | | | | attributes, set the attributes of all the contained variables. This fixes a bug that tf.train.init_from_checkpoint doesn't overwrite the initialization values correctly for TPUMirroredVariable. PiperOrigin-RevId: 216429476
* Avoid creating sparse tensor objects before library is initialized.Gravatar Gunhan Gulsoy2018-10-09
| | | | PiperOrigin-RevId: 216425002
* Export feature importance for oblivious tree nodes.Gravatar A. Unique TensorFlower2018-10-09
| | | | PiperOrigin-RevId: 216422334
* 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
* Do not create a graph as a global variable in tests.Gravatar Gunhan Gulsoy2018-10-09
| | | | PiperOrigin-RevId: 216418324
* Silence tf.distributions deprecation messages caused by internal global ↵Gravatar Pavel Sountsov2018-10-09
| | | | | | | | | | | | function calls. E.g. register_kl calls would trigger such warnings. This spam was exacerbated by the fact that it happens before logging is initialized, so it is dumped prominently to STDERR. Worse yet it also happened no matter whether the user imported any symbols from tf.distributions or not as the relevant code is executed when you import TensorFlow. PiperOrigin-RevId: 216396036
* 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
* Create SDCAOptimizerV2 op to fix the "adaptative" typo.Gravatar Yuefeng Zhou2018-10-09
| | | | PiperOrigin-RevId: 216370193
* 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
* Internal Change.Gravatar Michael Case2018-10-08
| | | | PiperOrigin-RevId: 216260437
* 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
* Merge pull request #22735 from Tingbopku:fix-referenceGravatar TensorFlower Gardener2018-10-08
|\ | | | | | | PiperOrigin-RevId: 216245934
* | Changed Adam algorithm variant formula from sqrt(max(v, epsilon**2)) to ↵Gravatar A. Unique TensorFlower2018-10-08
| | | | | | | | | | | | sqrt(v + epsilon**2) and changed flag name accordingly. PiperOrigin-RevId: 216240045
* | 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
* | Fix the steps_per_epoch when training on mnistGravatar Sourabh Bajaj2018-10-08
| | | | | | | | PiperOrigin-RevId: 216225505
* | Add support for SequenceExamples to sequence_feature_columnsGravatar Karmel Allison2018-10-08
| | | | | | | | PiperOrigin-RevId: 216210141
* | Avoid adding spurious ops when colocating with resource variables.Gravatar Asim Shankar2018-10-08
| | | | | | | | | | | | | | | | | | | | Prior to this change, tf.colocate_with(v) would insert spurious operations (a ReadVariableOp and an Identity) in the graph when v is a resource variable, and then colocate the operations within the block with those newly added, otherwise disconnected, operations. This commit avoids adding the unnecessary ReadVariableOp/Identity nodes and colocates operations within the block with the VarHandleOp. PiperOrigin-RevId: 216201638
* | Reduce tolerances for rmsprop_test float16, to fix OSS builds.Gravatar Todd Wang2018-10-08
| | | | | | | | PiperOrigin-RevId: 216200439
* | Remove Dims from types.h, create build structure.Gravatar A. Unique TensorFlower2018-10-08
| | | | | | | | PiperOrigin-RevId: 216191084
* | Merge pull request #19531 from smistad:cmake-windows-host-64Gravatar TensorFlower Gardener2018-10-08
|\ \ | | | | | | | | | PiperOrigin-RevId: 216185979
* | | Add SequenceLSTMOptions to schema to decouple the sequential Op from the LSTM.Gravatar A. Unique TensorFlower2018-10-06
| | | | | | | | | | | | PiperOrigin-RevId: 216066634
* | | Mark tensorflow/contrib/tpu:datasets_test flakyGravatar Todd Wang2018-10-06
| | | | | | | | | | | | | | | | | | It fails 1/1000 runs in OSS builds. PiperOrigin-RevId: 216050192
* | | Merge pull request #22691 from Bantena:vowel-checkGravatar TensorFlower Gardener2018-10-06
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 216046506
* \ \ \ Merge pull request #22559 from byronyi:masterGravatar TensorFlower Gardener2018-10-06
|\ \ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 216040541
* \ \ \ \ Merge pull request #22386 from girving:statelessGravatar TensorFlower Gardener2018-10-05
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 215995215
* \ \ \ \ \ Merge pull request #21183 from AndreasMadsen:sparsemax-2Gravatar TensorFlower Gardener2018-10-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 215981773
* | | | | | | Internal changeGravatar Jared Duke2018-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 215978771