aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Update CI Docker images to Ubuntu 16.04Gravatar Jonathan Hseu2017-02-15
| | | | Change: 147596183
* Small fix to test for dynamic_rnn_estimator_test::testGetOutputAlternativesGravatar A. Unique TensorFlower2017-02-15
| | | | | Error introduced during CL/147543432 touchups. Change: 147594098
* Go: Add blank line to avoid Copyright notice from appearing as package doc.Gravatar Asim Shankar2017-02-15
| | | | Change: 147590973
* Don't die if pandas import cannot write a temp file.Gravatar Martin Wicke2017-02-14
| | | | Change: 147563588
* Update paths in docstrings.Gravatar A. Unique TensorFlower2017-02-14
| | | | Change: 147563127
* Fix crash in range sampler by adding a range check in the sampler op.Gravatar Yuefeng Zhou2017-02-14
| | | | Change: 147562709
* Avoid more 'Modules nested too deep' errors.Gravatar A. Unique TensorFlower2017-02-14
| | | | Change: 147561890
* [XLA] Make rematerialization failure non-fatal.Gravatar Mark Heffernan2017-02-14
| | | | | | | Change failure to meet memory limit during rematerialization from a fatal error to a WARNING message. Rematerialization only estimates runtime memory usage and the estimate is not even a bound (lower or upper). Change: 147559827
* Fix for:Gravatar A. Unique TensorFlower2017-02-14
| | | | | | RuntimeError: Modules nested too deep: contrib.graph_editor.reroute.subgraph.select.tf_ops.dtypes.np.core.fromnumeric.mu Change: 147558652
* linear_operator_addition.py added to contrib/linalg/.Gravatar Ian Langmore2017-02-14
| | | | Change: 147558587
* Add geometric distribution.Gravatar A. Unique TensorFlower2017-02-14
| | | | Change: 147554230
* Added rnn cell from Neural Architecture Search with Reinforcement Learning intoGravatar A. Unique TensorFlower2017-02-14
| | | | | Tensorflow contrib. Change: 147549897
* Go: Add a SavedModel typeGravatar Jonathan Hseu2017-02-14
| | | | Change: 147543652
* Add output alternatives to ModelFnOps for DynamicRnnEstimator.Gravatar A. Unique TensorFlower2017-02-14
| | | | | Export DynamicRnnEstimator as part of tf.contrib.learn. Change: 147543432
* Make range sampler non-crashing when input arg to ↵Gravatar Yuefeng Zhou2017-02-14
| | | | | | FixedUnigramSampler::Probability is too large. Change: 147539715
* Generate table of contents .yaml.Gravatar A. Unique TensorFlower2017-02-14
| | | | Change: 147539687
* Added native architecture option to Linux makefile to fix test breakageGravatar Vijay Vasudevan2017-02-14
| | | | Change: 147538352
* Expose tf.contrib.layers.embedding_lookup_uniqueGravatar Geoffrey Irving2017-02-14
| | | | Change: 147531388
* Loosen tolerance test a bit to make test pass.Gravatar Vijay Vasudevan2017-02-14
| | | | | | | Fails: http://ci.tensorflow.org/view/Tensorflow%20Jenkins%20Monitored%20builds/job/tensorflow-master-cpu/1767/console http://ci.tensorflow.org/view/Tensorflow%20Jenkins%20Monitored%20builds/job/tensorflow-master-cpu/1766/console Change: 147529313
* Create test that validates relu(nan) = nanGravatar A. Unique TensorFlower2017-02-14
| | | | Change: 147527599
* If manually specifying the link text in a Python symbolGravatar A. Unique TensorFlower2017-02-14
| | | | | reference, don't also put `...` around it. Change: 147522473
* Update Python doc strings for the new doc generator pipeline.Gravatar A. Unique TensorFlower2017-02-14
| | | | Change: 147519957
* Add README.md for tensorflow runtime with HVX accelerationGravatar A. Unique TensorFlower2017-02-14
| | | | Change: 147519438
* Add link to Tensor documentation in C++ API guide.Gravatar Skye Wanderman-Milne2017-02-14
| | | | | | This is in lieu of a more detailed description of how to use Tensor objects, which we should probably add at some point. Change: 147517482
* Manual documentation fixes.Gravatar A. Unique TensorFlower2017-02-14
| | | | Change: 147514603
* Catch up with the latest qualcomm's open sourced hexagon libaryGravatar A. Unique TensorFlower2017-02-14
| | | | Change: 147514084
* Re-enable shape_test failing tests after fixing issue that shows up inGravatar Vijay Vasudevan2017-02-14
| | | | | numpy 1.12 only. Change: 147512538
* Embedding Projector: fail gracefully when reading invalid `checkpoint` filesGravatar Dan Smilkov2017-02-14
| | | | | Also move the embedding projector tests to their own file (projector/plugin_test.py). Change: 147511031
* Passing commandline arguments to this script was broken with migration toGravatar A. Unique TensorFlower2017-02-14
| | | | | argparse. Fix a bool flag and also pass only unparsed flags to the test.main. Change: 147508611
* [XLA] Change BufferLiveness to allow operand buffer sharing for fused ↵Gravatar A. Unique TensorFlower2017-02-14
| | | | | | DynamicUpdateSlice instructions. Change: 147506969
* Fix links according to new convention.Gravatar Patrick Nguyen2017-02-14
| | | | Change: 147499520
* [XLA:GPU] Cache kernels in `KernelThunk::ExecuteOnStream`Gravatar A. Unique TensorFlower2017-02-14
| | | | Change: 147497724
* tfdbg bug fix: avoid hanging while watching Enter and NextIteration ops in ↵Gravatar Shanqing Cai2017-02-14
| | | | | | while loops Change: 147488620
* Do not cache reads for ResourceVariables.Gravatar Alexandre Passos2017-02-14
| | | | Change: 147487962
* Make port::ScopedSetRound() work as advertised in the header and add unit tests.Gravatar A. Unique TensorFlower2017-02-14
| | | | | Use the C++11 version of std::fe{set,get}round defined in <cfenv>. Change: 147487955
* Handle different shapes for resource variable and value when assigning.Gravatar Alexandre Passos2017-02-14
| | | | Change: 147487768
* Android demo: Remove dep on TF from libtensorflow_demo.so. This will allow ↵Gravatar Andrew Harp2017-02-14
| | | | | | | for easier building of the demo's native code in a standalone manner. libtensorflow_inference.so is now added to the demo app independently for TF support. Change: 147485685
* Refactor head implementations to reduce code duplication and eliminate deep ↵Gravatar A. Unique TensorFlower2017-02-14
| | | | | | inheritance. Change: 147480076
* Doc gen changes:Gravatar A. Unique TensorFlower2017-02-14
| | | | | | | * Skip @@ lines in docstrings. * Do @{...} conversion in brief docstrings. * Fix a doc linking bug. Change: 147473081
* Add the (experimental) tuning interfaceGravatar Jianwei Xie2017-02-14
| | | | Change: 147473069
* tfdbg: adjust file paths after Python API seal to avoid import problemsGravatar Shanqing Cai2017-02-14
| | | | Change: 147470630
* Java: Use pre-built binaries to speed up getting started.Gravatar Asim Shankar2017-02-14
| | | | Change: 147452567
* Automated rollback of change 147415868Gravatar Martin Wicke2017-02-14
| | | | Change: 147441750
* Drop reference to monitors guide.Gravatar A. Unique TensorFlower2017-02-13
| | | | Change: 147437030
* Remove complicated decoder API in favor of new object-oriented API in ↵Gravatar Eugene Brevdo2017-02-13
| | | | | | | | | tf.contrib.seq2seq. 1. Expose the new classes and functions in tf.contrib.seq2seq 2. Delete old functions 3. Rename dynamic_decode_rnn -> dynamic_decode Change: 147436900
* TASK 1. Python module doc stringsGravatar A. Unique TensorFlower2017-02-13
| | | | | TASK 2. //training/... Python class doc strings Change: 147434408
* C++ API: include optional attrs in generated class comments + improve core docsGravatar Skye Wanderman-Milne2017-02-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Old: /// Copy Op. /// /// Performs CPU-to-CPU or GPU-to-GPU deep-copying of tensor, depending on the /// device on which the tensor is allocated. /// /// Unlike the CopyHost Op, this op does not have HostMemory constraint on its /// input or output. /// /// Arguments: /// * scope: A Scope object /// * input: Input tensor. /// /// Returns: /// * `Output`: Output tensor, deep-copied from input. class Copy {...} New: /// Copy Op. /// /// Performs CPU-to-CPU or GPU-to-GPU deep-copying of tensor, depending on the /// device on which the tensor is allocated. /// /// Unlike the CopyHost Op, this op does not have HostMemory constraint on its /// input or output. /// /// Arguments: /// * scope: A Scope object /// * input: Input tensor. /// /// Optional attributes (see `Attrs`): /// * tensor_name: The name of the input tensor. /// /// Returns: /// * `Output`: Output tensor, deep-copied from input. class Copy {...} Change: 147432712
* C++ API: clean up generated Attrs struct commentsGravatar Skye Wanderman-Milne2017-02-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Old: /// Optional attribute setters for Copy : /// /// TensorName(StringPiece): Defaults to "" /// The name of the input tensor. struct Attrs { Attrs TensorName(StringPiece x) { Attrs ret = *this; ret.tensor_name_ = x; return ret; } StringPiece tensor_name_ = ""; }; New: /// Optional attribute setters for Copy struct Attrs { /// The name of the input tensor. /// /// Defaults to "" Attrs TensorName(StringPiece x) { Attrs ret = *this; ret.tensor_name_ = x; return ret; } StringPiece tensor_name_ = ""; }; Change: 147430152
* Fix documentation and guide for graph_editorGravatar Andrew Selle2017-02-13
| | | | | | -Seal and expose reroute -Remove unavailable aliases from guide Change: 147429891
* Disable failing tests in OSSGravatar Vijay Vasudevan2017-02-13
| | | | Change: 147428303