aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | * | | | | Add skeleton code for DebugStripper.Gravatar A. Unique TensorFlower2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 190391193
* | | | | | | contrib/factorization: minor spelling tweaks (#17992)Gravatar brett koonce2018-03-25
| | | | | | |
| | * | | | | Restore dependencies that are needed by the PIP package builderGravatar A. Unique TensorFlower2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 190387090
| | * | | | | Build and import rules for distributed strategyGravatar Priya Gupta2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 190367484
| | * | | | | Misc typo fixes in the XLA sources and docs.Gravatar Dimitris Vardoulakis2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 190322644
| | * | | | | Trivial update of layer imports in eager execution examples, to reflect ↵Gravatar Francois Chollet2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | recommended practices. PiperOrigin-RevId: 190319480
| | * | | | | [XLA] Redesign: implement Reshape and Transpose.Gravatar A. Unique TensorFlower2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, - Templatize ClientLibraryTestBase::CreateParameterAndTransferLiteral. The implementation is moved from .cc to .h because otherewise the linker complains. - Migrate some reshape tests to use the XlaBuilder. PiperOrigin-RevId: 190317960
| | * | | | | [XLA] Prevent using XlaOp from the wrong XlaBuilder.Gravatar A. Unique TensorFlower2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 190312254
| | * | | | | A couple of small device-related utilities.Gravatar A. Unique TensorFlower2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 190312148
| | * | | | | Fix loop variable type and status propagationGravatar A. Unique TensorFlower2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 190308776
| | * | | | | Adding support for iterating through a tf.data.Dataset for a single epoch.Gravatar A. Unique TensorFlower2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 190307545
| | * | | | | When import_scoped_meta_graph is called within a name scope,Gravatar A. Unique TensorFlower2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | but called without an import_scope, the names of the created variables are wrong, resulting in key not found errors when adding these variables to their corresponding collections. PiperOrigin-RevId: 190306555
| | * | | | | Switch Android C++ compilation mode to "-std=c++11".Gravatar A. Unique TensorFlower2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 190306256
| | * | | | | Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 190302194
| | * | | | | Set the stream in TransformTensor.Gravatar Guangda Lai2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 190300166
| | * | | | | Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 190299240
| | * | | | | Make _USE_C_API = True and _USE_C_SHAPES = False work with handle data.Gravatar Skye Wanderman-Milne2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change makes _set_shapes_for_outputs_c_api fetch and set Tensor._handle_data. This is necessary for running the Python shape inference code on resource tensors. PiperOrigin-RevId: 190293303
| | * | | | | bug fix: evaluate nodes before swap the original graphGravatar A. Unique TensorFlower2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 190291844
| | * | | | | Moves TensorHandleCopyToDevice to TensorHandle::CopyToDevice.Gravatar Alexandre Passos2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 190291768
| | * | | | | [XLA] Redesign: implement local client and local service interface.Gravatar A. Unique TensorFlower2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 190291400
| | * | | | | Extended scatter operations to work with a scalar update parameter and added ↵Gravatar A. Unique TensorFlower2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scatter-min and scatter-max operations. PiperOrigin-RevId: 190289664
| | * | | | | [XLA:CPU] Update calls to IRBuilder::CreateMemCpy to the 2-alignment form.Gravatar Benjamin Kramer2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The single alignment version is going away. PiperOrigin-RevId: 190288581
| | * | | | | [XLA] Don't CSE instructions which have side-effectsGravatar David Majnemer2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 190285774
| | * | | | | Adding support for analyzing assignment info for nested tuples.Gravatar A. Unique TensorFlower2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 190285584
| | * | | | | [TF:XLA] Fix PotentiallyImplementedAsEigenConvolution to use the correct ↵Gravatar A. Unique TensorFlower2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shape as the kernel shape A small bug is found in accessing the kernel's shape of the convolution instruction in PotentiallyImplementedAsEigenConvolution. The bug was fixed and a new testcase is created to reveal the bug. PiperOrigin-RevId: 190282385
| | * | | | | Convert the eager SPINN example to use tf.keras.Model and object-based ↵Gravatar Allen Lavoie2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | checkpointing. Uses a more recursive/functional tracking style which avoids numbering layers. Maybe this is too magical and we should adapt tf.keras.Sequential first? Let me know what you think. PiperOrigin-RevId: 190282346
| | * | | | | add EvaluateNodes to OpDedupping test.Gravatar A. Unique TensorFlower2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 190282163
| | * | | | | Prepare the XLA and TF code to correctly behave once automatic device ↵Gravatar A. Unique TensorFlower2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | placement will be enabled by default on computation shapes > 1. PiperOrigin-RevId: 190278826
| | * | | | | Benchmarker for LPIRC CVPR2018.Gravatar A. Unique TensorFlower2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 190276899
| | * | | | | Fix buffer overflow when fetching resources.Gravatar Alexandre Passos2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 190273682
| | * | | | | Fix behavior of bucket_by_sequence_length with tuple Dataset elementsGravatar A. Unique TensorFlower2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #17932 PiperOrigin-RevId: 190270732
| | * | | | | [XLA] Implement the whole graph execution interface and make a test use ↵Gravatar A. Unique TensorFlower2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XlaBuilder. - Add Client::ExecuteGraph. - Make client_library_test_base also (partially) support XlaBuilder by using template. - Make one testcase in the axpy_simple_test use XlaBuilder. The test was slightly changed because currently the builder does not expend implicit broadcast automatically. PiperOrigin-RevId: 190268658
| | * | | | | Moves TensorHandle to common_runtimeGravatar Alexandre Passos2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 190265301
| | * | | | | Updates reduce_mean op.Gravatar Nupur Garg2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 190264873
| | * | | | | * Added links to Machine Learning Crash Course.Gravatar A. Unique TensorFlower2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed a link to the script that diagnosed Windows installation errors because that script is now deprecated. PiperOrigin-RevId: 190264199
| | * | | | | [XLA] Redesign: add public methods that create XlaOp.Gravatar A. Unique TensorFlower2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is basically copying and pasting the public builder methods from ComputationBuilder and leave the implemention blank. PiperOrigin-RevId: 190258687
| | * | | | | [XLA:CPU] Task parallel assignment should not parallelize kRng, kInfeed, and ↵Gravatar Bixia Zheng2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kOutfeed. Add two test cases. PiperOrigin-RevId: 190257131
| | * | | | | [XLA] Allow reshape mover to move transpose across broadcast of a scalar value.Gravatar Bixia Zheng2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the simplification of pattern "transpose elementwise-ops inversed transpose" to "elementwise-ops". Add a test case. PiperOrigin-RevId: 190254501
| | * | | | | Using rounding when converting constants in BF16 propagation.Gravatar Yuanzhong Xu2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 190251081
| | * | | | | Move NullFileSystem to its own file.Gravatar A. Unique TensorFlower2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 190249020
| | * | | | | Move security documentation to the main TensorFlow site for better ↵Gravatar Frank Chen2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | visibility, and leave a stub SECURITY.md pointing users there. PiperOrigin-RevId: 190244853
| | * | | | | Changes loss_reduction default to SUM_OVER_BATCH_SIZE for multi_label_head.Gravatar A. Unique TensorFlower2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 190244159
| | * | | | | Override `__str__` and `__repr__` in `tf.distributions.Distribution`.Gravatar Joshua V. Dillon2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 190243989
| | * | | | | Adds support for SavedModel to TOCO.Gravatar Nupur Garg2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 190242571
| | * | | | | Slightly tweak the whitelist checking mechanism.Gravatar A. Unique TensorFlower2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 190242423
| | * | | | | Automated g4 rollback of changelist 190139303Gravatar Dimitris Vardoulakis2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 190242291
| | * | | | | Raise the timeout of tests that are somewhat close to the limit, to avoid ↵Gravatar A. Unique TensorFlower2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | them timing out. PiperOrigin-RevId: 190239334
| | * | | | | Only run GPU version of memory_optimizer_test.Gravatar A. Unique TensorFlower2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 190238306
| | * | | | | Check for the existence of an annotation before attempting to fetch it.Gravatar A. Unique TensorFlower2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 190236717
| | * | | | | Silence compilation warning in allocator.hGravatar Derek Murray2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some builds report the following warning (even though LOG(FATAL) is terminal): ``` ./tensorflow/core/framework/device_base.h(188): warning: missing return statement at end of non-void function "tensorflow::DeviceBase::GetScopedAllocator" ``` PiperOrigin-RevId: 190235863