aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Updates Interpreter to be initialized with a MappedByteBuffer for backward ↵Gravatar A. Unique TensorFlower2018-06-01
| | | | | | compatibility. PiperOrigin-RevId: 198893078
* Fix bug in eager documentation.Gravatar Akshay Agrawal2018-06-01
| | | | | | | When implementing a custom layer, it's necessary to call the Layer constructor from the custom layer's constructor. PiperOrigin-RevId: 198892503
* Add a dependency optimization that eliminates multiple cross-device control ↵Gravatar Peter Hawkins2018-06-01
| | | | | | edges to a single node from the same source device. Instead, build an intermediate NoOp node on the source device and use a single cross-device control edge. PiperOrigin-RevId: 198891614
* Fix ProfileSummarizer build, use properly qualified string references.Gravatar Shashi Shekhar2018-06-01
| | | | PiperOrigin-RevId: 198887868
* Fixed a bug introduced by cl/197941474.Gravatar Benoit Steiner2018-06-01
| | | | PiperOrigin-RevId: 198886485
* remove typoGravatar Gunhan Gulsoy2018-06-01
| | | | PiperOrigin-RevId: 198880096
* Automated g4 rollback of changelist 198815200Gravatar Rachel Lim2018-06-01
| | | | PiperOrigin-RevId: 198878259
* Automated g4 rollback of changelist 198810875Gravatar Peter Hawkins2018-06-01
| | | | PiperOrigin-RevId: 198876135
* implement a generic reduce method so that later we can easily implement ↵Gravatar A. Unique TensorFlower2018-06-01
| | | | | | reduce_{sum,prod,etc} PiperOrigin-RevId: 198874465
* Resubmitting CL 196349902: Adding cuDNN header dependency to targets that ↵Gravatar A. Unique TensorFlower2018-06-01
| | | | | | include the cuDNN header file. PiperOrigin-RevId: 198869605
* Disable test on windows until we figure out what's wrong.Gravatar Dan Moldovan2018-06-01
| | | | PiperOrigin-RevId: 198863091
* Mark tensorflow/python/kernel_tests/linalg:linear_operator_identity_test as ↵Gravatar Peter Hawkins2018-06-01
| | | | | | optonly due to flakiness. PiperOrigin-RevId: 198862313
* Support bfloat16 in LiteralBase::SliceGravatar A. Unique TensorFlower2018-06-01
| | | | PiperOrigin-RevId: 198859282
* Fix a bug for unspecified dtype of acc_shape that can cause type mismatch.Gravatar A. Unique TensorFlower2018-06-01
| | | | PiperOrigin-RevId: 198850955
* Use ConstantDataArray to lower arrays of constants.Gravatar A. Unique TensorFlower2018-06-01
| | | | | | For large constants, creating an llvm::Constant for each element can get prohibitively large compile times. PiperOrigin-RevId: 198843141
* Remove the constructor in shared memory.Gravatar Xiaoqiang Zheng2018-06-01
| | | | PiperOrigin-RevId: 198837256
* Unify error handling in CudnnSupport.Gravatar A. Unique TensorFlower2018-06-01
| | | | PiperOrigin-RevId: 198836479
* Making sure that weight_collections are respected for shared_embedding_columnsGravatar Rohan Jain2018-05-31
| | | | PiperOrigin-RevId: 198823349
* Disable tensorflow/contrib/stat_summarizer:stat_summarizer_test from ↵Gravatar Peter Hawkins2018-05-31
| | | | | | continuous build due to flakiness. PiperOrigin-RevId: 198817129
* Add a single positional argument mode for shape inference in subclassed Models.Gravatar Allen Lavoie2018-05-31
| | | | | | | | Allows fit() when call's signature looks something like call(x, training=True). Calling conventions are "inputs", single positional, and multiple positional. Right now the distinction between "inputs" and single positional calling conventions is the text of one error message. Both support shape inference (which just hasn't been implemented for multiple positional input arguments yet). PiperOrigin-RevId: 198815483
* Automated g4 rollback of changelist 198812512Gravatar A. Unique TensorFlower2018-05-31
| | | | PiperOrigin-RevId: 198815200
* Raise the test timeout for tensorflow/python:warm_starting_util_test due to ↵Gravatar Peter Hawkins2018-05-31
| | | | | | flakiness. PiperOrigin-RevId: 198813273
* [tf.data] Changed parsing logic for CsvDataset for better performance and ↵Gravatar Rachel Lim2018-05-31
| | | | | | correctness PiperOrigin-RevId: 198812512
* Make the TFOptimizer wrapper checkpointable.Gravatar Allen Lavoie2018-05-31
| | | | | | TensorFlow Optimizers compiled with a Model will now have their state saved and restored with save_weights/load_weights. PiperOrigin-RevId: 198811639
* Automated g4 rollback of changelist 198803131Gravatar Peter Hawkins2018-05-31
| | | | PiperOrigin-RevId: 198810875
* Throw a more informative error message when checkpointing an input pipelineGravatar Saurabh Saxena2018-05-31
| | | | | | | containing a ShuffleDataset with reshuffle_each_iteration=True. This is a temporary fix till we figure out how to handle this use-case. PiperOrigin-RevId: 198805344
* [XLA] Fix handling of CustomCall's window and dnums.Gravatar Justin Lebar2018-05-31
| | | | | | | CustomCall can have a window and convolution-dimension-numbers, so HloInstruction needs to handle this in Clone() and Identical(). PiperOrigin-RevId: 198805211
* [tf.data] Update `DatasetBase::DebugString()` to be const in the docs.Gravatar Derek Murray2018-05-31
| | | | PiperOrigin-RevId: 198805143
* Mark tensorflow/contrib/learn:estimator_test as optonly because it is flaky ↵Gravatar Peter Hawkins2018-05-31
| | | | | | due to timeouts without optimization. PiperOrigin-RevId: 198804880
* [TF:XLA] Preliminary support for tpu.replicate() inside of TF control flow ↵Gravatar Peter Hawkins2018-05-31
| | | | | | | | (such as tf.while_loop()). Register the remaining control-flow operators on XLA devices. PiperOrigin-RevId: 198803131
* [XLA] Fix batchnorm rewriter to not use implicit broadcasts. AlgebraicGravatar Blake Hechtman2018-05-31
| | | | | | simplifier reshape change is now covered by ReshapeMover. PiperOrigin-RevId: 198802494
* Handle FilterLayout::kOutputYXInput in FilterDescriptor::ToShortString.Gravatar Bixia Zheng2018-05-31
| | | | | | This fixes an error when running resnet50_batch128_fp16 with --v=2. PiperOrigin-RevId: 198798196
* Edited the landing page for the Performance section. Reorganized content and ↵Gravatar A. Unique TensorFlower2018-05-31
| | | | | | removed references to content that is being deleted. PiperOrigin-RevId: 198797662
* [tf.data] Reflect `MakeIterator` signature change in documentation.Gravatar Jiri Simsa2018-05-31
| | | | PiperOrigin-RevId: 198797254
* [tf.data] Mark DebugString() as const.Gravatar Brennan Saeta2018-05-31
| | | | | | By marking DebugString() as const we can make some error messages more descriptive. Because DatasetIterator marks the return value of the dataset() function const, DebugString() cannot be called. PiperOrigin-RevId: 198796894
* Fixed Python API.Gravatar Nupur Garg2018-05-31
| | | | PiperOrigin-RevId: 198795738
* Add utility for converting FunctionDef to GraphDef and _FuncGraph.Gravatar Saurabh Saxena2018-05-31
| | | | PiperOrigin-RevId: 198795625
* [XLA:GPU] Specify cudnn conv algorithm via backend_config.Gravatar Justin Lebar2018-05-31
| | | | | | | Gets rid of the tricky algorithm/use-tensor-cores operands to cudnn convolution customcalls, using instead a backend_config. PiperOrigin-RevId: 198794988
* Fix one comment in prefetch_autotuner_test.cc.Gravatar Ruoxin Sang2018-05-31
| | | | PiperOrigin-RevId: 198794897
* Putting stubs for function shape inference interfaceGravatar A. Unique TensorFlower2018-05-31
| | | | PiperOrigin-RevId: 198794845
* Add warning for gcs_config_opsGravatar Frank Chen2018-05-31
| | | | PiperOrigin-RevId: 198793502
* Refactoring: Extract CombineHashes function into a shared moduleGravatar Yu-Cheng Ling2018-05-31
| | | | PiperOrigin-RevId: 198793295
* [XLA] Check for identical backend configs in HloInstruction::Identical.Gravatar Justin Lebar2018-05-31
| | | | PiperOrigin-RevId: 198789495
* Move reorder-cast-and-transpose optimization to optimization stage.Gravatar A. Unique TensorFlower2018-05-31
| | | | PiperOrigin-RevId: 198788352
* Internal change.Gravatar A. Unique TensorFlower2018-05-31
| | | | PiperOrigin-RevId: 198787391
* Similar to cr/188652533, specify the `maximum_iterations` to tf.while_loop ↵Gravatar A. Unique TensorFlower2018-05-31
| | | | | | in tf.map_fn to be compatible with XLA. PiperOrigin-RevId: 198786266
* Write checkpoint path of evaluated checkpoint to the event file.Gravatar A. Unique TensorFlower2018-05-31
| | | | PiperOrigin-RevId: 198783364
* Expose the ExponentialMovingAverage name as a public property.Gravatar A. Unique TensorFlower2018-05-31
| | | | PiperOrigin-RevId: 198782348
* Mark XLAShapeForArgument as const.Gravatar Jacques Pienaar2018-05-31
| | | | PiperOrigin-RevId: 198778945
* Move RemodeRedundantReshape optimization to a separate stage.Gravatar A. Unique TensorFlower2018-05-31
| | | | PiperOrigin-RevId: 198775276