aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Expose Estimator and associated utilities in the API.Gravatar Martin Wicke2017-03-16
| | | | Change: 150292011
* - Makes SingleMachine::Run(...) thread-safe.Gravatar Vinu Rajashekhar2017-03-16
| | | | Change: 150289918
* Fix flaky experiment_test.Gravatar Martin Wicke2017-03-16
| | | | Change: 150289601
* Use default descriptor pool in assertProtoEqualsGravatar A. Unique TensorFlower2017-03-15
| | | | | This makes it possible to use this function for protos with Any fields. Change: 150286292
* This test ensures that the pip packages contains the relevant modules for ↵Gravatar A. Unique TensorFlower2017-03-15
| | | | | | py_tests. Change: 150278280
* Unsets has_value when clearing an entry.Gravatar A. Unique TensorFlower2017-03-15
| | | | Change: 150273663
* Update opensource vulcanized HTML file for Tensorboard.Gravatar A. Unique TensorFlower2017-03-15
| | | | | This vulcanized output was created after running manually modifying the vulcanize.js task script in various ways, running gulp vulcanize, and then manually updating links to third-party JS (such as d3 and plottable) to point to the correct component directories. This process will be documented and streamlined in the future. Change: 150270700
* [TF:XLA] Don't compile functions that are marked "noinline".Gravatar A. Unique TensorFlower2017-03-15
| | | | | | | The underlying function mechanism uses LocalExecutor to call the function, which interacts poorly with the LocalExecutor used by tf2xla to translate the TF graph into XLA. Change: 150268961
* Fix broken links in in docs_src/ (missing $)Gravatar Mark Daoust2017-03-15
| | | | | Delete OpMatcher and op_type from guide (they have been deleted from the public api). Change: 150267754
* In SingleMachine::Initialize(), check also GrapplerItem.id not to skip ↵Gravatar A. Unique TensorFlower2017-03-15
| | | | | | initialization when the new graphdef's address is accidentally same to the last graphdef executed. Change: 150266564
* Added a helper function DimensionReduction() to reduce the dimensions in a ↵Gravatar Yangzihao Wang2017-03-15
| | | | | | tensor shape according to the input permutation. Outputs the reduced-dimension tensor shape and new permutation in two arrays. Change: 150266318
* Generalize autotuning to 3d ops.Gravatar A. Unique TensorFlower2017-03-15
| | | | Change: 150265441
* Ensure that partial run doesn't block any threads on the worker compute_pool.Gravatar Suharsh Sivakumar2017-03-15
| | | | Change: 150265300
* Avoid raising an exception when we fail to delete a session on shutdown.Gravatar Derek Murray2017-03-15
| | | | | Fixes #3388. Change: 150265211
* Expand weights if necessary to match labels & predictions ranks.Gravatar A. Unique TensorFlower2017-03-15
| | | | Change: 150263118
* Android: Update cmake inference AAR build to use Java interface filesGravatar A. Unique TensorFlower2017-03-15
| | | | Change: 150263070
* Change docstring for tf.sign, clarify NaN behaviour.Gravatar Malcolm Reynolds2017-03-15
| | | | Change: 150262035
* [XLA] TransferManager states if tuple elements have distinct buffers from ↵Gravatar A. Unique TensorFlower2017-03-15
| | | | | | | | tuple itself. Also, lets the backend allocator specify behavior for 0-sized buffer allocations via StreamExecutorMemoryAllocator. Change: 150260500
* Minor edits to docs.Gravatar A. Unique TensorFlower2017-03-15
| | | | Change: 150258994
* [XLA] Give Transpose its own Request, rather than piggybacking on ↵Gravatar Peter Hawkins2017-03-15
| | | | | | | | | ReshapeRequest. Avoids building unnecessary Reshape operators when Transpose was called by the client. Also avoids building Transpose operators when Reshape has identity transpose dimensions, for example when the client called the variant of ComputationBuilder::Reshape() that does not transpose. Makes the HLO graph emitted by the TF bridge more readable. Change: 150253949
* Add the tensor shape to the Exception string when the image doesnt match.Gravatar Vijay Vasudevan2017-03-15
| | | | Change: 150251692
* Make SavedModel exports include all the SAVEABLE objects and not just global ↵Gravatar A. Unique TensorFlower2017-03-15
| | | | | | variables. Change: 150243023
* [TF:XLA] Simplify the implementation and the emitted code for ↵Gravatar Peter Hawkins2017-03-15
| | | | | | tf.reduce_mean(), by using division with broadcasting instead of an explicit Map(). Change: 150242743
* Adds a deprecated comment for contrib create_global_stepGravatar Jianwei Xie2017-03-15
| | | | Change: 150241435
* Bring the Keras API in contrib.Gravatar Francois Chollet2017-03-15
| | | | Change: 150237453
* Disable more flaky test cases in input_test.Gravatar Gunhan Gulsoy2017-03-15
| | | | Change: 150237287
* [XLA] Fix crash when loading a serialized computation with dependencies ↵Gravatar Peter Hawkins2017-03-15
| | | | | | between embedded computations. Change: 150233783
* docs,label_image: Use a more recent inception v3 model.Gravatar Asim Shankar2017-03-15
| | | | | | The older model uses some deprecated ops. While that still works, given that we have a new model, might as well use it. Change: 150233334
* tensor_bundle: Add some detail to CHECK failures.Gravatar Asim Shankar2017-03-15
| | | | Change: 150232388
* [XLA] Add support for dumping computations during CompileAheadOfTime. Remove ↵Gravatar Peter Hawkins2017-03-15
| | | | | | '/' and '\' characters from path names of dumped graphs. Change: 150231912
* Internal change.Gravatar A. Unique TensorFlower2017-03-15
| | | | Change: 150231206
* tfdbg: minor doc string fixGravatar Shanqing Cai2017-03-15
| | | | Change: 150227865
* Split up module contents.Gravatar Mark Daoust2017-03-15
| | | | Change: 150221535
* Doc-only update to reflect MomentumOptimizer's behavior for sparse gradientsGravatar A. Unique TensorFlower2017-03-15
| | | | Change: 150218469
* Switched existing backporting rules to use the graph transform frameworkGravatar Pete Warden2017-03-15
| | | | Change: 150214498
* A landing page for "GET STARTED"Gravatar A. Unique TensorFlower2017-03-15
| | | | Change: 150213840
* Add a function to create training variable slots from an initializer. Use it ↵Gravatar Peter Hawkins2017-03-15
| | | | | | from the Adagrad optimizer. Change: 150210582
* Add test for model export in Estimator.test()Gravatar Makoto Uchida2017-03-15
| | | | Change: 150209356
* [XLA] Add test case for nested while loops.Gravatar Peter Hawkins2017-03-15
| | | | Change: 150204362
* Error out if hook is not a SessionRunHook in Estimator.Gravatar Mustafa Ispir2017-03-15
| | | | Change: 150203814
* Mark ListWorkers as constGravatar Brennan Saeta2017-03-15
| | | | Change: 150202536
* * Created landing pages for Deploy, Extend, Performance, and Tutorials.Gravatar A. Unique TensorFlower2017-03-15
| | | | | | * Updated the existing landing page for Install. * Updated leftnav_files for Deploy, Extend, and Tutorials. Change: 150201471
* Fix unit tests which rely on IPv4Gravatar A. Unique TensorFlower2017-03-15
| | | | Change: 150200536
* Use Tensorflow log(sum(exp)) function which is numerically stable.Gravatar A. Unique TensorFlower2017-03-15
| | | | | Add some random test data that unveiled a bug. Change: 150200259
* TF_GraphImportGraphDef bug fix.Gravatar Asim Shankar2017-03-15
| | | | | | | It's okay to import graphs containing deprecated ops. Fixes #8396 Change: 150199261
* Created landing page for Programmers's Guide.Gravatar A. Unique TensorFlower2017-03-15
| | | | | Changed order of files in leftnav_files for Programmer's Guide. Change: 150195500
* Remove the default value of `shuffle` for input fns.Gravatar Jianwei Xie2017-03-15
| | | | Change: 150192601
* Fix lint errors in test utilitiesGravatar A. Unique TensorFlower2017-03-15
| | | | Change: 150165844
* Implement get_root_dir_with_all_resources for tf.resource_loader.Gravatar Gunhan Gulsoy2017-03-14
| | | | Change: 150157133
* [XLA] Avoid calling malloc/free in TransposeLiteralInternal.Gravatar Justin Lebar2017-03-14
| | | | Change: 150155800