aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Updates remaining examples in examples/learn.Gravatar A. Unique TensorFlower2017-06-29
* [TF:XLA] Change XlaCompiler's resolve_compile_time_constants option to a per-...Gravatar Peter Hawkins2017-06-29
* Allow the pruner to prune fully placed graphsGravatar Benoit Steiner2017-06-29
* Fix shape error when a Placeholder operator with a partial shape is executed ...Gravatar Peter Hawkins2017-06-29
* tfdbg: Fix wrong URL in README.mdGravatar Shanqing Cai2017-06-29
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-06-29
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-06-29
* Adds QuantizeAndDequantizeV3 op, which allows using a tensor for the number o...Gravatar A. Unique TensorFlower2017-06-29
* Properly handle partially known placeholder shapesGravatar Benoit Steiner2017-06-28
* Preserve node placement when folding constantsGravatar Benoit Steiner2017-06-28
* Speed up TuplePointsToAnalysis.Gravatar Justin Lebar2017-06-28
* [XLA] Move the flag from user_computation_flags into debug_options_flagsGravatar Eli Bendersky2017-06-28
* [XLA] Move remaining hlo graph dumper flags into debug_options.Gravatar Eli Bendersky2017-06-28
* [XLA] Minor changes to base test classes:Gravatar Kay Zhu2017-06-28
* Delete unecessary reshape opsGravatar Benoit Steiner2017-06-28
* Make import_pb_to_tensorboard executableGravatar Brian Williammee2017-06-28
* When GPU is configured, selection of config to set depends on value of TF_CUD...Gravatar A. Unique TensorFlower2017-06-28
* 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