aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Tracking memory usage of queues.Gravatar Yuefeng Zhou2017-03-02
| | | | Change: 149048750
* Improve speed of depthwise conv backward on GPU.Gravatar A. Unique TensorFlower2017-03-02
| | | | Change: 149047908
* Implement sharding by input row for depthwiseconv2d, allowing multithreading ↵Gravatar Andrew Harp2017-03-02
| | | | | | when batch size is 1. This resulted in reducing the wall time spent in the op by 42% during testing on a Pixel phone. Change: 149047766
* Add BenchmarkType to TestResults proto and fix logging of C++ microbenchmarks.Gravatar Eugene Brevdo2017-03-02
| | | | | C++ microbenchmarks results are now normalized by iters (like python benchmarks). Change: 149045367
* Print whether a node is_dead in the executor log statement.Gravatar Suharsh Sivakumar2017-03-02
| | | | Change: 149043862
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-03-02
| | | | Change: 149040924
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-03-02
| | | | Change: 149040750
* When a list of strings is passed to one of the read_batch_* methods, allow eachGravatar A. Unique TensorFlower2017-03-02
| | | | | | element to contain wildcards. Before we did wildcard expansion only if a single element is given. Change: 149039100
* Retrying FileExists errors in case of errors to overcome intermittent GCS ↵Gravatar A. Unique TensorFlower2017-03-02
| | | | | | errors. Change: 149038920
* Tracking lookup table memory usage.Gravatar Yuefeng Zhou2017-03-02
| | | | Change: 149036604
* Add descriptions for Conv2D "input", "filter", and "output" parameters.Gravatar Charles Nicholson2017-03-02
| | | | | See https://www.tensorflow.org/api_docs/python/tf/nn/conv2d, where the "Returns" section is incomplete: Conv2D does return a Tensor that "Has the same type as Input", but it doesn't discuss what the the explicit dimensionality is (4-D), or what the output shape ([h, w, d1, d2]) is. Change: 149036536
* Reorder service.h methods to group TransferTo* methods.Gravatar Brennan Saeta2017-03-02
| | | | Change: 149028834
* Improved wording of MonitoredSession preemption error logging.Gravatar A. Unique TensorFlower2017-03-02
| | | | Change: 149025947
* tfdbg CLI: a bug fix and a UI improvementGravatar Shanqing Cai2017-03-02
| | | | | | 1) fix bug where command triggered by mouse gets truncated if length exceeds command input box width 2) add waiting toast message so that the user knows TFDBG is crunching number on time-consuming operations. Change: 149022490
* Fix metagemm quantization offsets in matmul.Gravatar A. Unique TensorFlower2017-03-02
| | | | Change: 149021831
* Clean up matmul test suites and make sure that complex tests set the ↵Gravatar A. Unique TensorFlower2017-03-02
| | | | | | imaginary part. Fix a bug in test util function assertAllCloseAccordingToType, which wasn't picking up the right values for complex64. Change: 149016078
* Adds model_dir into (contrib) RunConfig and validates it in Estimator ↵Gravatar Jianwei Xie2017-03-02
| | | | | | constructor. Change: 149004675
* All distributions: Use init arg "name" for the name, rather than name_scope.Gravatar Ian Langmore2017-03-02
| | | | | | Using name_scope means self.name = the_initialization_name + "/", which makes it hard to set a distribution name, then know what the name is later. Change: 148995515
* Make tf.contrib.memory_stats.MaxBytesInUse accessible.Gravatar Jingyue Wu2017-03-01
| | | | Change: 148970303
* Automated rollback of change 148905332Gravatar A. Unique TensorFlower2017-03-01
| | | | Change: 148967694
* A simple GPU build script.Gravatar Gunhan Gulsoy2017-03-01
| | | | Change: 148962450
* Exclude a few files from doc generation.Gravatar A. Unique TensorFlower2017-03-01
| | | | Change: 148960531
* tfdbg: fix source_utils on WindowsGravatar Shanqing Cai2017-03-01
| | | | | Use os.path.normpath to normalize backslashes in paths to forward slash before comparing paths. Change: 148960384
* Move build_*_serving_input_fn to core as build_*_serving_input_receiver_fnGravatar David Soergel2017-03-01
| | | | Change: 148959101
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-03-01
| | | | Change: 148954762
* Merge changes from github.Gravatar Andrew Harp2017-03-01
| | | | Change: 148954491
* assert_none_equal added to check_opsGravatar Ian Langmore2017-03-01
| | | | Change: 148952814
* [XLA] Add support for profiling multiple computationsGravatar David Majnemer2017-03-01
| | | | | While we are here, add support for getting the cost analysis for call HLOs. Change: 148952748
* BUGFIX: MultivariateNormalLinearOperator was not broadcasting "loc" whenGravatar Ian Langmore2017-03-01
| | | | | computing mean(). Change: 148951756
* Migrate the tf_image_dashboard component to use webfiles.Gravatar A. Unique TensorFlower2017-03-01
| | | | | Updated the demo to use only local data files relevant to the demo. Also made the demo an iron snippet so folks can see the code next to the demo. Change: 148950452
* Website Generation: Split page building from doc parsingGravatar A. Unique TensorFlower2017-03-01
| | | | Change: 148947675
* Move estimator.predictGravatar Mustafa Ispir2017-03-01
| | | | Change: 148945600
* Adding support for higher rank SparseFeatures.Gravatar A. Unique TensorFlower2017-03-01
| | | | Change: 148942856
* VariableScope custom_getters now nest: a child VS with a new custom_getter willGravatar Eugene Brevdo2017-03-01
| | | | | | | call the parent scope's custom_getter instead of overriding it. The child-most scope passes the "true" VariableScope getter all the way through to the parent-most getter for the very innermost variable access. Change: 148940536
* Fix DeviceNameUtils::ParsedNameToString to render non-CPU/GPU devices correctly.Gravatar A. Unique TensorFlower2017-03-01
| | | | Change: 148939552
* Fix layers documentation to not lie about the data format used.Gravatar Martin Wicke2017-03-01
| | | | Change: 148936943
* Add documentation in nce_loss and sampled_softmax_loss to prevent a common bug.Gravatar A. Unique TensorFlower2017-03-01
| | | | Change: 148934142
* C++ API: create Scope::Impl class to hide private members/methods.Gravatar Skye Wanderman-Milne2017-03-01
| | | | | | | Note that this very slightly changes the existing API: * removes unused refiner() getter * adds copy assignment operator (before there was only an implicit copy constructor) Change: 148933743
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-03-01
| | | | Change: 148930597
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-03-01
| | | | Change: 148930269
* Allows missing indices in segment reduction operations.Gravatar A. Unique TensorFlower2017-03-01
| | | | | | | This makes all such operations match the behavior of unsorted_segment_sum, for which completely missing segment IDs are output as zero initialized. In this case output is either zero or one initialized depending on the aggregation function. This makes such functions more easily usable for embeddings when some features are optional. Zero/one initialization is only performed on the missing segment ids to avoid performance regressions. Change: 148929039
* Upgraded to the latest version of Eigen that should compile withGravatar Benoit Steiner2017-03-01
| | | | | cuda-clang Change: 148928329
* tfdbg: Add ability to inspect Python source against TF graphsGravatar Shanqing Cai2017-03-01
| | | | Change: 148926382
* Corrected the URL of the wheel files in "Installing TensorFlow on Windows."Gravatar A. Unique TensorFlower2017-03-01
| | | | Change: 148925596
* Fixed broken links in Installation guides.Gravatar A. Unique TensorFlower2017-03-01
| | | | Change: 148922978
* The first application of a template made with ↵Gravatar A. Unique TensorFlower2017-03-01
| | | | | | tf.make_template(create_scope_now_=True) will now create its operations in the same name scope as its variables. This means that all variables and ops created by a template that is only applied once end up in the same scope. Change: 148922089
* Check for whether to show health pill stats based on presence of -, 0, and + ↵Gravatar A. Unique TensorFlower2017-03-01
| | | | | | | | | | | | | values. We used to rely on the mean being infinite, but oddly, Tensorboard gives us those errant values as strings: [1, 256, 256, 0, 0, 0, 0, 0, "Infinity", "-Infinity", "NaN", "NaN"] This breaks logic that checks for !== Infinity because a string is not Infinity. Something in our stack might have difficulty reading Infinity and NaN from JSON. For now, I think we might want to resort to checking for valid values. This resolves a console error. Change: 148920617
* Add interfaces in OpKernelContext and ResourceBase for tracking persistent ↵Gravatar Yuefeng Zhou2017-03-01
| | | | | | | storage. Record persistent tensor memory and persistent memory (originally auxiliary memory) in the cost model. Change: 148920117
* Fix cmake windows build.Gravatar Jingyue Wu2017-03-01
| | | | Change: 148919678
* Internal-only changesGravatar Pete Warden2017-03-01
| | | | Change: 148915145