aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Add test for API generated with tf_export calls to api_compatibility_test.py.Gravatar Anna R2018-03-13
| | | | | | | Also, fix remaining differences between this new API and the current TensorFlow API. PiperOrigin-RevId: 188943768
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2018-03-13
| | | | | | | | | | | | | | | | | | | | 188942386 by mikecase: Internal Change. -- 188941669 by A. Unique TensorFlower: Change TensorFlow Lite Java Interpreter to use Checker Framework @NonNull annotation -- 188937484 by zhixianyan: Convert saved_model to tflite flatbuffer. -- PiperOrigin-RevId: 188942386
* Resubmit changes which were accidentally rolled back.Gravatar Alexandre Passos2018-03-13
| | | | PiperOrigin-RevId: 188934018
* Fix a couple of null-ptr dereferencesGravatar A. Unique TensorFlower2018-03-13
| | | | PiperOrigin-RevId: 188929375
* Internal Google CleanupGravatar A. Unique TensorFlower2018-03-13
| | | | PiperOrigin-RevId: 188921801
* Break the dependency between platform/types.h and bfloat16.h, and betweenGravatar A. Unique TensorFlower2018-03-13
| | | | | | | hash.h and bfloat16.h. This change introduces a generic mechanism for adapting types that are meant to be used in tensorflow's error objects. PiperOrigin-RevId: 188920678
* Move session info into op info.Gravatar Yuefeng Zhou2018-03-13
| | | | PiperOrigin-RevId: 188912426
* Removing hidden_ops.txt file.Gravatar Anna R2018-03-13
| | | | PiperOrigin-RevId: 188911958
* Enable int8 tf.pad on GPU.Gravatar Jingyue Wu2018-03-13
| | | | PiperOrigin-RevId: 188911859
* [TF:XLA] Bump open source llvm revision to r327373Gravatar Sanjoy Das2018-03-13
| | | | PiperOrigin-RevId: 188908427
* Internal cleanup.Gravatar A. Unique TensorFlower2018-03-13
| | | | PiperOrigin-RevId: 188905507
* Proper name scoping in contrib summaries.Gravatar Alexandre Passos2018-03-13
| | | | PiperOrigin-RevId: 188905080
* Change back TFE_Execute logic to set '*num_retvals' on return.Gravatar A. Unique TensorFlower2018-03-13
| | | | PiperOrigin-RevId: 188903892
* Add TransformShardedTileShape helper method to HloShardingGravatar A. Unique TensorFlower2018-03-13
| | | | | | | | It transforms an existing sharding to be compatible with a new shape with an optional transform method to adjust the tile size for the sharded dimensions. PiperOrigin-RevId: 188903257
* Automated g4 rollback of changelist 188353354Gravatar A. Unique TensorFlower2018-03-13
| | | | PiperOrigin-RevId: 188902517
* Replace the unknown dimension of signature input when building grappler items.Gravatar Yuefeng Zhou2018-03-13
| | | | | | Fix the bug where same feed nodes or fetch nodes would be added more than once. PiperOrigin-RevId: 188902101
* Enable arithmetic optimizations for Fill nodes that are all zeros or ones.Gravatar A. Unique TensorFlower2018-03-13
| | | | PiperOrigin-RevId: 188893722
* Add TFLite Interpreter bindings.Gravatar A. Unique TensorFlower2018-03-13
| | | | PiperOrigin-RevId: 188890943
* Performing the finalization of the LayerCollection outside of ↵Gravatar A. Unique TensorFlower2018-03-13
| | | | | | FisherEstimator's constructor. This allows layers and losses to be registered after the FisherEstimator (or KFACOptimizer) has been constructed. PiperOrigin-RevId: 188889252
* include the graph.pb->tensorboard script in pip packageGravatar Mark Daoust2018-03-13
| | | | | | | | | | | | This will allow you to run it with: `python -m tensorflow.python.tools.import_pb_to_tensorboard ...` Without any additional downloads or setup. see #8854 PiperOrigin-RevId: 188888501
* Internal changeGravatar A. Unique TensorFlower2018-03-13
| | | | PiperOrigin-RevId: 188880419
* [TFLite] Don't always treat inputs and outputs as encoded floats.Gravatar Eugene Brevdo2018-03-13
| | | | PiperOrigin-RevId: 188880237
* Introduce output fusion for (A dot B) * alphaGravatar A. Unique TensorFlower2018-03-13
| | | | | | We allow now to fuse (A dot B) times a constant, which is available in cublas. PiperOrigin-RevId: 188878210
* 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
|
* tfdbg: add reference to the TensorBoard Debugger Plugin in README.mdGravatar Shanqing Cai2018-03-12
| | | | PiperOrigin-RevId: 188828898
* Merges (embedding|indicator)_column with their sequence counterparts, and ↵Gravatar A. Unique TensorFlower2018-03-12
| | | | | | exposes sequence methods under tf.contrib.feature_column. PiperOrigin-RevId: 188826187
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-03-12
| | | | PiperOrigin-RevId: 188824362
* Support NHWC <--> HWNC permutation.Gravatar A. Unique TensorFlower2018-03-12
| | | | PiperOrigin-RevId: 188824058
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2018-03-12
| | | | PiperOrigin-RevId: 188817976
* Merge changes from github.Gravatar Shanqing Cai2018-03-12
| | | | PiperOrigin-RevId: 188817194
* Remove integration_tests directory and associated files.Gravatar A. Unique TensorFlower2018-03-12
| | | | PiperOrigin-RevId: 188815493
* Demystify MaterializeShapes a bit.Gravatar Max Galkin2018-03-12
| | | | PiperOrigin-RevId: 188812445
* Make tf.add_to_collections visible.Gravatar A. Unique TensorFlower2018-03-12
| | | | PiperOrigin-RevId: 188807786
* [XLA:Tools] Make hlo_runner understand --xla_hlo_profile.Gravatar A. Unique TensorFlower2018-03-12
| | | | PiperOrigin-RevId: 188803724
* Don't evaluate control flow in EvaluateConstantTensor.Gravatar Skye Wanderman-Milne2018-03-12
| | | | | | | | ExtractConstantSubgraph doesn't copy control edges, which are sometimes necessary to correctly evaluate conds (at the very least). Avoid evaluating conds at all to address this. PiperOrigin-RevId: 188803649
* BREAKING_CHANGE: Split out event_ndims=0 bijectors from Affine and ↵Gravatar A. Unique TensorFlower2018-03-12
| | | | | | | | | | CholeskyOuterProduct. - Deprecate event_ndims argument - Create a Square bijector for the scalar case of CholeskyOuterProduct (which now only operates on matrices). - Create a AffineScalar bijector for the scalar case of Affine (which now only operates on vectors) PiperOrigin-RevId: 188801116
* Switch BuildGraphOptions to wrap CallableOptions.Gravatar Derek Murray2018-03-12
| | | | | | | This change harmonizes the graph construction codepaths for DirectSession and MasterSession, which will make it easier to add new subgraph creation features. PiperOrigin-RevId: 188799932
* Don't use shapes unless it's safe to do so.Gravatar Benoit Steiner2018-03-12
| | | | PiperOrigin-RevId: 188796626
* [tf.data] Enable Dataset.make_one_shot_iterator() and Dataset.__iter__() in ↵Gravatar Derek Murray2018-03-12
| | | | | | | | | | eager mode. This change partially replicates the code in `tf.contrib.eager.Iterator`. However, since that class depends on contrib-level functionality (viz. cross-device prefetching support), we cannot move it wholesale to core. PiperOrigin-RevId: 188790349
* TFLite Delegate: Expose input / output tensor indicies in `Init`Gravatar Yu-Cheng Ling2018-03-12
| | | | PiperOrigin-RevId: 188784614
* Fix typo in the doc: tf.multiplytiplyGravatar Max Galkin2018-03-12
| | | | | | https://www.tensorflow.org/api_docs/python/tf/multiply PiperOrigin-RevId: 188782466
* K-FAC: FisherBlocks for tf.nn.{depthwise_conv2d, separable_conv2d, convolution}.Gravatar A. Unique TensorFlower2018-03-12
| | | | PiperOrigin-RevId: 188778072
* Move "hoist common factor out of aggregation" optimizationGravatar A. Unique TensorFlower2018-03-12
| | | | | | | | | | | to a separate stage. 1) Use a new naming scheme for optimized ops, share it with AddOpsRewrite 2) Make sure that tests actually test that optimized nodes exists in a graph PiperOrigin-RevId: 188772892
* [TF:XLA] Bump open source llvm revision to r327201Gravatar Sanjoy Das2018-03-12
| | | | PiperOrigin-RevId: 188771994
* [TFLite] Don't require a std::vector for Interpreter::SetTensorParameters*.Gravatar Eugene Brevdo2018-03-12
| | | | PiperOrigin-RevId: 188770522
* Move `loss_reduction` argument from `replicate_model_fn` to `TowerOptimizer.Gravatar Igor Saprykin2018-03-12
| | | | PiperOrigin-RevId: 188766477