aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* When GPU is configured, selection of config to set depends on value of ↵Gravatar A. Unique TensorFlower2017-06-28
| | | | | | TF_CUDA_CLANG (--config=cuda / --config=cuda_clang) PiperOrigin-RevId: 160433337
* Refine build configuration for reduce window tests.Gravatar A. Unique TensorFlower2017-06-28
| | | | PiperOrigin-RevId: 160429376
* Improve data processing in TensorForest. Extract name correctly when ↵Gravatar A. Unique TensorFlower2017-06-28
| | | | | | transforming, and support sparse categorical. PiperOrigin-RevId: 160424501
* Speed up HloInstruction::Accept by doing fewer hashtable lookups.Gravatar Justin Lebar2017-06-28
| | | | PiperOrigin-RevId: 160423850
* Don't include node_def.proto.h in node_def_util.hGravatar Geoffrey Irving2017-06-28
| | | | | | | The goal is to make kernels mostly independent of proto headers, which will let us lock down our .so imports. RELNOTES: n/a PiperOrigin-RevId: 160422647
* Only process Merge nodes involved with loops in Grappler shape inferenceGravatar A. Unique TensorFlower2017-06-28
| | | | PiperOrigin-RevId: 160422523
* Deletes iris_with_pipeline example, because core estimators are not ↵Gravatar A. Unique TensorFlower2017-06-28
| | | | | | compatible with sklearn. PiperOrigin-RevId: 160420406
* Only wait for one non-control input for Merge nodes if there is a loop. This isGravatar A. Unique TensorFlower2017-06-28
| | | | | | | to enable the propagation of shapes for conditionals, which also include Merge nodes. PiperOrigin-RevId: 160417770
* Merge version_semantics.md and data_versions.md into version_compat.mdGravatar Geoffrey Irving2017-06-28
| | | | | | Do some minor cleanup in the process. PiperOrigin-RevId: 160404421
* Minor changes to tfdbg docs.Gravatar Mark Daoust2017-06-28
| | | | | | Update the fix for the `debug_mnist` example to use `tf.nn.sigmoid_cross_entropy_with_logits`. PiperOrigin-RevId: 160397398
* In `mnist_deep.py` Write out the graph for tensorboard.Gravatar Mark Daoust2017-06-28
| | | | | | | Add a screenshot of the tensorboard diagram to the tutorial page. Fixes: #3044 PiperOrigin-RevId: 160397248
* BUILD cleanup in tensorflow/examples/...Gravatar A. Unique TensorFlower2017-06-28
| | | | PiperOrigin-RevId: 160390702
* Support only providing save_summaries_secs to MonitoredTrainingSession.Gravatar A. Unique TensorFlower2017-06-28
| | | | PiperOrigin-RevId: 160382016
* [XLA] Fix F16 implementation in Literal class.Gravatar Kay Zhu2017-06-28
| | | | PiperOrigin-RevId: 160372343
* This change fixes a bug that BaseEstimator.evaluate() ignores a function ↵Gravatar A. Unique TensorFlower2017-06-28
| | | | | | parameter `name` if SKCompat is used internally. PiperOrigin-RevId: 160370884
* Add tensor sizes to Grappler's VirtualScheduler's RunMetadata output.Gravatar A. Unique TensorFlower2017-06-28
| | | | PiperOrigin-RevId: 160369034
* [XLA] Several fixes to HLO reachability analysis.Gravatar Mark Heffernan2017-06-28
| | | | | | | | (1) Account for control dependencies in reachability. (2) Invert sense of reachability. We draw our HLO graphs with arrows from producers to consumers so it makes more sense for reachability to be defined along the direction of these edges. (3) Rename ComputeTransitiveOperands to ComputeReachability. PiperOrigin-RevId: 160366307
* Use a non-empty default value for the entry point for tfcompile.Gravatar A. Unique TensorFlower2017-06-28
| | | | | | | This ensures we get a sane output when tfcompile is invoked manually without only the bare minimum command line arguments. PiperOrigin-RevId: 160363243
* Bugfix to scatter_nd non-aliasing op: properly assign Tensor if forwarding ↵Gravatar Eugene Brevdo2017-06-27
| | | | | | worked. PiperOrigin-RevId: 160362310
* Use std::move to avoid allocations.Gravatar A. Unique TensorFlower2017-06-27
| | | | PiperOrigin-RevId: 160354628
* [XLA] Make logical buffer coloring run on output of points-to analysis.Gravatar A. Unique TensorFlower2017-06-27
| | | | PiperOrigin-RevId: 160354095
* Enable tfprof on WindowsGravatar A. Unique TensorFlower2017-06-27
| | | | PiperOrigin-RevId: 160351254
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-06-27
| | | | PiperOrigin-RevId: 160347179
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-06-27
| | | | PiperOrigin-RevId: 160346151
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
| | | | PiperOrigin-RevId: 160344052
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-06-27
| | | | PiperOrigin-RevId: 160341769
* Add checkpoint conversion for models that use the attention mechanism ↵Gravatar A. Unique TensorFlower2017-06-27
| | | | | | implemented in tensorflow/contrib/legacy_seq2seq/python/ops/seq2seq.py. PiperOrigin-RevId: 160340994
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-06-27
| | | | PiperOrigin-RevId: 160340888
* Fix bugs in ScatterNd and add ScatterNdNonAliasingAdd.Gravatar Eugene Brevdo2017-06-27
| | | | | | | | | tf.scatter_nd_non_aliasing_add acts similarly to tf.scatter_nd_add but works on non-ref objects (i.e., Tensors -- not Variables). This means it has a gradient with respect to the primary input as well as the updates. It does its best to avoid making extra copies of the input. PiperOrigin-RevId: 160339328
* Internal change.Gravatar Dandelion Man?2017-06-27
| | | | PiperOrigin-RevId: 160339087
* Add note about `tf.test.mock` to docs for `tf.test`Gravatar Mark Daoust2017-06-27
| | | | PiperOrigin-RevId: 160338811
* Add name_scopes to mnist_deep.py for a cleaner graph layout.Gravatar Mark Daoust2017-06-27
| | | | PiperOrigin-RevId: 160338775
* Minor cleanup: remove unused dependencies and inclusionsGravatar A. Unique TensorFlower2017-06-27
| | | | PiperOrigin-RevId: 160334030
* Make ResourceHandle not be a protoGravatar Geoffrey Irving2017-06-27
| | | | | | | I'm trying to make core/kernels independent of protos. Currently the dtype ResourceHandle is itself a proto. After this CL, ResourceHandle is a normal C++ type which gets converted to/from ResourceHandleProto at (de)serialization time. RELNOTES: n/a PiperOrigin-RevId: 160329002
* Readd the new tensors and variables documents, with tests passing.Gravatar Alexandre Passos2017-06-27
| | | | PiperOrigin-RevId: 160324191
* Moves TensorCApi from c_api.cc to c_api_internal.h, where it can be usedGravatar A. Unique TensorFlower2017-06-27
| | | | | | by other code that require access to the underlying TensorBuffers. PiperOrigin-RevId: 160323362
* tfdbg: revert dns:/// prefix in gRPC modeGravatar Shanqing Cai2017-06-27
| | | | PiperOrigin-RevId: 160319348
* Add a time estimation to HloCostAnalysis and represent properties as a map ↵Gravatar Bjarke Hammersholt Roune2017-06-27
| | | | | | so that adding more properties will be easier, e.g. in a sub-class. PiperOrigin-RevId: 160318494
* tfdbg doc: fixes and improvementsGravatar Shanqing Cai2017-06-27
| | | | PiperOrigin-RevId: 160318411
* TESTFIX: distributions:trig_test wasn't passing in ASAN mode.Gravatar Ian Langmore2017-06-27
| | | | PiperOrigin-RevId: 160315597
* Automated g4 rollback of changelist 159454657Gravatar Yangzihao Wang2017-06-27
| | | | PiperOrigin-RevId: 160314706
* Migrate TensorForest v4 python to contrib.Gravatar A. Unique TensorFlower2017-06-27
| | | | PiperOrigin-RevId: 160308805
* Update path to print_selective_registration_header.py in commentGravatar Brian Williammee2017-06-27
| | | | PiperOrigin-RevId: 160308173
* Add more tests for BatchNormTraining.Gravatar A. Unique TensorFlower2017-06-27
| | | | | | RELNOTES: n/a PiperOrigin-RevId: 160307959
* Use C API to implement Operation._output_typesGravatar A. Unique TensorFlower2017-06-27
| | | | | | | This change first converts the _output_types member to a property and then implements it using C API if it is enabled. PiperOrigin-RevId: 160306227
* Updates more text classification examples in examples/learn.Gravatar A. Unique TensorFlower2017-06-27
| | | | PiperOrigin-RevId: 160305131
* Added more reduce window tests.Gravatar A. Unique TensorFlower2017-06-27
| | | | PiperOrigin-RevId: 160301509
* [XLA] Remove "operand" argument from HandleReducePrecision.Gravatar A. Unique TensorFlower2017-06-27
| | | | PiperOrigin-RevId: 160301461
* Cudnn compatible LSTMCell and LSTMBlockCellGravatar James Qin2017-06-27
| | | | PiperOrigin-RevId: 160300668
* Add a functionality of remote fused graph transformation to fuse graphs by ↵Gravatar A. Unique TensorFlower2017-06-27
| | | | | | op type PiperOrigin-RevId: 160300039