aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Refine build configuration for reduce window tests.Gravatar A. Unique TensorFlower2017-06-28
* Improve data processing in TensorForest. Extract name correctly when transfor...Gravatar A. Unique TensorFlower2017-06-28
* Speed up HloInstruction::Accept by doing fewer hashtable lookups.Gravatar Justin Lebar2017-06-28
* Don't include node_def.proto.h in node_def_util.hGravatar Geoffrey Irving2017-06-28
* Only process Merge nodes involved with loops in Grappler shape inferenceGravatar A. Unique TensorFlower2017-06-28
* Deletes iris_with_pipeline example, because core estimators are not compatibl...Gravatar A. Unique TensorFlower2017-06-28
* Only wait for one non-control input for Merge nodes if there is a loop. This isGravatar A. Unique TensorFlower2017-06-28
* Merge version_semantics.md and data_versions.md into version_compat.mdGravatar Geoffrey Irving2017-06-28
* Minor changes to tfdbg docs.Gravatar Mark Daoust2017-06-28
* In `mnist_deep.py` Write out the graph for tensorboard.Gravatar Mark Daoust2017-06-28
* BUILD cleanup in tensorflow/examples/...Gravatar A. Unique TensorFlower2017-06-28
* Support only providing save_summaries_secs to MonitoredTrainingSession.Gravatar A. Unique TensorFlower2017-06-28
* [XLA] Fix F16 implementation in Literal class.Gravatar Kay Zhu2017-06-28
* This change fixes a bug that BaseEstimator.evaluate() ignores a function para...Gravatar A. Unique TensorFlower2017-06-28
* Add tensor sizes to Grappler's VirtualScheduler's RunMetadata output.Gravatar A. Unique TensorFlower2017-06-28
* [XLA] Several fixes to HLO reachability analysis.Gravatar Mark Heffernan2017-06-28
* Use a non-empty default value for the entry point for tfcompile.Gravatar A. Unique TensorFlower2017-06-28
* Bugfix to scatter_nd non-aliasing op: properly assign Tensor if forwarding wo...Gravatar Eugene Brevdo2017-06-27
* Use std::move to avoid allocations.Gravatar A. Unique TensorFlower2017-06-27
* [XLA] Make logical buffer coloring run on output of points-to analysis.Gravatar A. Unique TensorFlower2017-06-27
* Enable tfprof on WindowsGravatar A. Unique TensorFlower2017-06-27
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-06-27
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-06-27
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-06-27
* Add checkpoint conversion for models that use the attention mechanism impleme...Gravatar A. Unique TensorFlower2017-06-27
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-06-27
* Fix bugs in ScatterNd and add ScatterNdNonAliasingAdd.Gravatar Eugene Brevdo2017-06-27
* Internal change.Gravatar Dandelion Man?2017-06-27
* Add note about `tf.test.mock` to docs for `tf.test`Gravatar Mark Daoust2017-06-27
* Add name_scopes to mnist_deep.py for a cleaner graph layout.Gravatar Mark Daoust2017-06-27
* Minor cleanup: remove unused dependencies and inclusionsGravatar A. Unique TensorFlower2017-06-27
* Make ResourceHandle not be a protoGravatar Geoffrey Irving2017-06-27
* Readd the new tensors and variables documents, with tests passing.Gravatar Alexandre Passos2017-06-27
* Moves TensorCApi from c_api.cc to c_api_internal.h, where it can be usedGravatar A. Unique TensorFlower2017-06-27
* tfdbg: revert dns:/// prefix in gRPC modeGravatar Shanqing Cai2017-06-27
* Add a time estimation to HloCostAnalysis and represent properties as a map so...Gravatar Bjarke Hammersholt Roune2017-06-27
* tfdbg doc: fixes and improvementsGravatar Shanqing Cai2017-06-27
* TESTFIX: distributions:trig_test wasn't passing in ASAN mode.Gravatar Ian Langmore2017-06-27
* Automated g4 rollback of changelist 159454657Gravatar Yangzihao Wang2017-06-27
* Migrate TensorForest v4 python to contrib.Gravatar A. Unique TensorFlower2017-06-27
* Update path to print_selective_registration_header.py in commentGravatar Brian Williammee2017-06-27
* Add more tests for BatchNormTraining.Gravatar A. Unique TensorFlower2017-06-27
* Use C API to implement Operation._output_typesGravatar A. Unique TensorFlower2017-06-27
* Updates more text classification examples in examples/learn.Gravatar A. Unique TensorFlower2017-06-27
* Added more reduce window tests.Gravatar A. Unique TensorFlower2017-06-27
* [XLA] Remove "operand" argument from HandleReducePrecision.Gravatar A. Unique TensorFlower2017-06-27
* Cudnn compatible LSTMCell and LSTMBlockCellGravatar James Qin2017-06-27
* Add a functionality of remote fused graph transformation to fuse graphs by op...Gravatar A. Unique TensorFlower2017-06-27
* [TF:XLA] Reject operators with resource outputs on CPU and GPU devices.Gravatar Peter Hawkins2017-06-27