aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Update Dataset API documentation.Gravatar Jiri Simsa2017-07-27
| | | | PiperOrigin-RevId: 163349457
* ["Variable", "VariableV2", "VarHandleOp"] is the default for ps_ops=NoneGravatar Toby Boyd2017-07-27
| | | | PiperOrigin-RevId: 163344629
* Fix TensorForest's saveable object names so loading a savedmodel works.Gravatar A. Unique TensorFlower2017-07-27
| | | | PiperOrigin-RevId: 163332598
* [tpu profiler] Dump HLO graphs in profile responses to the log directory.Gravatar Eric Liu2017-07-27
| | | | PiperOrigin-RevId: 163318992
* Supports lookup devices by fullname either in the canonical form or theGravatar A. Unique TensorFlower2017-07-26
| | | | | | | legacy form. This makes DeviceSet behaves the same as DeviceMgr's FindDevice method. PiperOrigin-RevId: 163300346
* [XLA] Add Reduce, DynamicSlice and DynamicSliceUpdate to HloEvaluator.Gravatar Kay Zhu2017-07-26
| | | | | | | | | | | - Reduce is disabled explicitly for constant folding, as not all types of embedded computation can be currently supported by the evaluator. - Added support to evaluate HloModule to HloEvaluator. - Minor signature change to Evaluate(). PiperOrigin-RevId: 163299238
* Sets the incarnation number even when the attribute is set.Gravatar A. Unique TensorFlower2017-07-26
| | | | PiperOrigin-RevId: 163299121
* Remove platform bridge for grpc_response_reader.Gravatar Suharsh Sivakumar2017-07-26
| | | | PiperOrigin-RevId: 163295986
* [XLA] Add TODO comment explaining why the IsScalar check exists.Gravatar A. Unique TensorFlower2017-07-26
| | | | PiperOrigin-RevId: 163292777
* Remove unnecessary break statements.Gravatar A. Unique TensorFlower2017-07-26
| | | | PiperOrigin-RevId: 163291947
* [XLA] Add regression test for a corner case using Reduce that currently ↵Gravatar A. Unique TensorFlower2017-07-26
| | | | | | fails with the GPU backend. PiperOrigin-RevId: 163287986
* [TF:XLA] Add tf.cross support.Gravatar Chris Leary2017-07-26
| | | | | | See #11788 PiperOrigin-RevId: 163287731
* Remove final mentions of `get_shape` in docstring.Gravatar A. Unique TensorFlower2017-07-26
| | | | PiperOrigin-RevId: 163282839
* BREAKING CHANGE: Fix semantic error in how maybe_batch* handles sparse tensors.Gravatar A. Unique TensorFlower2017-07-26
| | | | PiperOrigin-RevId: 163276613
* Highlight incoming/outgoing edges on hover in HLO graphviz dumps, and other ↵Gravatar Justin Lebar2017-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | improvements. Other improvements: - Don't show tooltips for nodes and clusters. Previously we'd show a tooltip containing a pointer value expressed as decimal. Not so useful. - Show tooltips on edges with the to/from node names. - Fix bug wherein if we had - a node at the "edge" of the graph (so its operands aren't included unless they're referenced by another node), - with all of its operands included in the graph save one or more constants, and - those constants weren't referenced by any nodes not at the edge of the graph, we would incorrectly draw the node as "grayed out", indicating that one of its operands (namely, its constant operand) wasn't present in the graph. This is wrong because constants are inlined into their users, so they should always count as "displayed" for the purposes of determining whether a node is grayed out. PiperOrigin-RevId: 163276108
* Update contrib/distributions/estimator_test build dependency.Gravatar Joshua V. Dillon2017-07-26
| | | | PiperOrigin-RevId: 163272464
* Shorten docstring line.Gravatar A. Unique TensorFlower2017-07-26
| | | | PiperOrigin-RevId: 163269709
* Fix comment ypoGravatar Asim Shankar2017-07-26
| | | | PiperOrigin-RevId: 163266376
* [XLA] Fix a bug in cloning outfeeds, carried the wrong shape.Gravatar Chris Leary2017-07-26
| | | | PiperOrigin-RevId: 163265592
* Rollback of GPU kernel implementation of transpose for tensors with one ↵Gravatar Yangzihao Wang2017-07-26
| | | | | | | | | | | small dimension. END_PUBLIC BEGIN_PUBLIC Automated g4 rollback of changelist 162525519 PiperOrigin-RevId: 163265445
* Set device for nodes added by LayoutOptimizer.Gravatar Yao Zhang2017-07-26
| | | | PiperOrigin-RevId: 163263257
* [XLA] Refactor insert-ReducePrecisionInsertion-pass code into a separate ↵Gravatar A. Unique TensorFlower2017-07-26
| | | | | | function to simplify optimization functions. PiperOrigin-RevId: 163250247
* Build fix for Android nightly buildGravatar A. Unique TensorFlower2017-07-26
| | | | PiperOrigin-RevId: 163249287
* [tpu:profiler] Make duration of tracing changeable.Gravatar Eric Liu2017-07-26
| | | | | | | Make the default duration 2 seconds. Also avoid dumping empty trace to log directory. PiperOrigin-RevId: 163248374
* Reflow comments to avoid being too long.Gravatar A. Unique TensorFlower2017-07-26
| | | | PiperOrigin-RevId: 163246389
* Fix arg lists for args and kwargs in docs.Gravatar Mark Daoust2017-07-26
| | | | PiperOrigin-RevId: 163246117
* Updated the memory optimization config to introduce an explicit default ↵Gravatar Benoit Steiner2017-07-26
| | | | | | value. This will make it possible change change the default behavior in the future by updating the meta optimizer code to interpret that default value differently (e.g we could assume default means heuristics). The default value remains OFF. PiperOrigin-RevId: 163239483
* Introduced a default setting for constant folding, currently set to OFF. WillGravatar Benoit Steiner2017-07-26
| | | | | | be turned to on later on. PiperOrigin-RevId: 163233994
* Setup a resource manager and enable the use of multiple threads during foldingGravatar Benoit Steiner2017-07-26
| | | | PiperOrigin-RevId: 163233960
* Add LocalTempFilename function to Env class which creates a local temp file nameGravatar Yuefeng Zhou2017-07-26
| | | | PiperOrigin-RevId: 163230810
* Create new tf.learn.estimator.head which is based on a tf.DistributionGravatar Joshua V. Dillon2017-07-26
| | | | | | instance. PiperOrigin-RevId: 163213141
* [XLA] Finish normalizing fusion computations into standard computationsGravatar A. Unique TensorFlower2017-07-26
| | | | PiperOrigin-RevId: 163210327
* Replace local tag with requires-gpu tag for cuda and sycl testsGravatar Shanqing Cai2017-07-26
| | | | PiperOrigin-RevId: 163205190
* New "Estimators" unit of Programmer's Guide.Gravatar A. Unique TensorFlower2017-07-26
| | | | PiperOrigin-RevId: 163189681
* DirectSession: Add accessor to DeviceMgr.Gravatar Asim Shankar2017-07-26
| | | | | | | This will enable some experimentation with keeping TF_Tensor objects in the C API backed by device memory (avoiding copies to host memory). PiperOrigin-RevId: 163173902
* Automated g4 rollback of changelist 163164566Gravatar Kay Zhu2017-07-25
| | | | PiperOrigin-RevId: 163170549
* Removing session reset since destroying the session object would delete its ↵Gravatar Yuefeng Zhou2017-07-25
| | | | | | variables as well. Resetting session might unintentionally close other sessions in the same process. PiperOrigin-RevId: 163164738
* [XLA] Use HloEvaluator for convolution in reference_util.Gravatar Kay Zhu2017-07-25
| | | | PiperOrigin-RevId: 163164566
* Internal change.Gravatar A. Unique TensorFlower2017-07-25
| | | | PiperOrigin-RevId: 163160761
* Automated g4 rollback of changelist 163128673Gravatar Yuefeng Zhou2017-07-25
| | | | PiperOrigin-RevId: 163157277
* Plumbs rendezvous through function calls.Gravatar A. Unique TensorFlower2017-07-25
| | | | PiperOrigin-RevId: 163157033
* Implemented MemoryUsed function for hash tables.Gravatar Yuefeng Zhou2017-07-25
| | | | PiperOrigin-RevId: 163149969
* `.get_shape()` -> `.shape` in input.py.Gravatar A. Unique TensorFlower2017-07-25
| | | | PiperOrigin-RevId: 163147646
* Call AddDefaultAttrsToGraphDef() in grappler_item_builder.cc with op_registryGravatar A. Unique TensorFlower2017-07-25
| | | | | | | including function library so that it doesn't fail for the graph with inline function library. PiperOrigin-RevId: 163142677
* Use `to_float` and `to_int32` where appropriate.Gravatar A. Unique TensorFlower2017-07-25
| | | | PiperOrigin-RevId: 163138030
* Add GDN activation function.Gravatar A. Unique TensorFlower2017-07-25
| | | | PiperOrigin-RevId: 163137487
* Prune trivial ops (concatenation of a single tensor, AddN of a single tensor,Gravatar Benoit Steiner2017-07-25
| | | | | | ...) PiperOrigin-RevId: 163131793
* Add LocalTempFilename function to Env class which creates a local temp file nameGravatar Yuefeng Zhou2017-07-25
| | | | PiperOrigin-RevId: 163128673
* Make fft_length optional for inverse_stftGravatar A. Unique TensorFlower2017-07-25
| | | | PiperOrigin-RevId: 163127500
* Support customized residual function in the residual wrapper.Gravatar A. Unique TensorFlower2017-07-25
| | | | PiperOrigin-RevId: 163121296