aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Add Clutz to TensorBoard buildGravatar Justine Tunney2017-06-05
* Added a test to make sure that graph properties for variables are properlyGravatar Benoit Steiner2017-06-05
* Added a new method to extract the graph properties from a cost graph withoutGravatar Benoit Steiner2017-06-05
* Fixes memory leak in py_func when functions return unwrapped strings.Gravatar Alexandre Passos2017-06-05
* Fix memory leak in python caused by @tf_should_use.Gravatar Eugene Brevdo2017-06-05
* When converting the layout of Conv2DBackpropInput, we need to permute one ofGravatar Yao Zhang2017-06-05
* Remove all remaining references to non-public TF modules from TensorBoard.Gravatar Dandelion Man?2017-06-05
* Add file hash to Keras Boston Housing dataset to force cache update.Gravatar Francois Chollet2017-06-05
* Remove deprecated resource handle functions in InferenceContext.Gravatar A. Unique TensorFlower2017-06-05
* Avoid parsing a rendezvous key for Send/Recv ops outside a loop.Gravatar Derek Murray2017-06-05
* tfdbg: dump debug data from different devices in separate directoriesGravatar Shanqing Cai2017-06-05
* Fixed triggering create device multiple timesGravatar Toby Boyd2017-06-05
* Make sure that Adam colocates ops with a consistent variable across workers.Gravatar Martin Wicke2017-06-05
* Fix #10371Gravatar Asim Shankar2017-06-05
* Performance-related tweaks: Don't copy loop variables; remove ineffective std...Gravatar A. Unique TensorFlower2017-06-05
* [XLA] Allow 0-sized slices in DynamicSlice and DynamicUpdateSlice; add tests.Gravatar Peter Hawkins2017-06-05
* Miscellaneous cleanupsGravatar A. Unique TensorFlower2017-06-05
* Add support for bools in matrix_diag, matrix_diag_part, matrix_set_diag, matr...Gravatar Eugene Brevdo2017-06-03
* In the CUDA path of depthwise_conv2d, add a fast NCHW forward convolution for...Gravatar A. Unique TensorFlower2017-06-03
* Drop blockDim.y for the equivalent in_cols, and slightly improve naming (use ...Gravatar A. Unique TensorFlower2017-06-02
* [tf contrib seq2seq] Expand tile_batch to handle nested structures.Gravatar Eugene Brevdo2017-06-02
* Fix Plottable definitionGravatar Justine Tunney2017-06-02
* Don't use the _output_shape attribute in the op_level_cost_estimator sinceGravatar Benoit Steiner2017-06-02
* Fix TensorBoard SHA256 in cmakeGravatar Justine Tunney2017-06-02
* Add training test for multi classes (n>2) linear classifier.Gravatar Jianwei Xie2017-06-02
* Add fused batch norm to tf.layers.Gravatar Yao Zhang2017-06-02
* Internal change -- first draft docsGravatar A. Unique TensorFlower2017-06-02
* tensor_bundle: fix that the read path forgets to cache file handles.Gravatar Zongheng Yang2017-06-02
* Use inplace Cholesky factorization and solves to speed up and reduce memory u...Gravatar A. Unique TensorFlower2017-06-02
* Extract the graphs dashboard to a pluginGravatar William Chargin2017-06-02
* [tf.contrib.data] Re-implement IteratorGetNext as an AsyncOpKernel.Gravatar Derek Murray2017-06-02
* Add loss_only_head to hold additional loss terms for multi_head setupGravatar A. Unique TensorFlower2017-06-02
* Filter more op types that don't benefit from constant folding.Gravatar Benoit Steiner2017-06-02
* [XLA] Fix a subtle issue in copy_insertion due the interaction between copyGravatar Kay Zhu2017-06-02
* Change function parameters to references to avoid copying, or otherwise move ...Gravatar A. Unique TensorFlower2017-06-02
* Remove TODO - the new tolerance is okay to keep.Gravatar A. Unique TensorFlower2017-06-02
* Add explicit SparseTensor support to SignatureDef.Gravatar David Soergel2017-06-02
* Removes default thresholds from BinaryLogisticHead and adds predict and evalu...Gravatar A. Unique TensorFlower2017-06-02
* Adds the training test for LinearClassifier with n_classes=2.Gravatar Jianwei Xie2017-06-02
* Add 'streaming_curve_points' metric which returns curve [ROC, PR] approximati...Gravatar A. Unique TensorFlower2017-06-02
* [TF:XLA] Split union-find implementation in mark_for_compilation_pass.cc into...Gravatar Peter Hawkins2017-06-02
* Add additional concat test.Gravatar Justin Lebar2017-06-02
* Remove unused overloads of SummarizeGraphDef and EqualGraphDefGravatar Geoffrey Irving2017-06-02
* Set flow to a value during TensorArray creation,Gravatar A. Unique TensorFlower2017-06-02
* Add manual test runner for vz_sortingGravatar Justine Tunney2017-06-02
* Assign a max height of 800px to images in the image dashboard.Gravatar A. Unique TensorFlower2017-06-02
* Remove debugging LOG(INFO) from previous change.Gravatar A. Unique TensorFlower2017-06-02
* Minor cleanup: Remove unused BUILD dependencies and unnecessary code.Gravatar A. Unique TensorFlower2017-06-02
* Adjust tolerance on dirichlet_multinomial test.Gravatar A. Unique TensorFlower2017-06-02
* Fix off-by-one error in BoolVector(begin, end) constructor.Gravatar A. Unique TensorFlower2017-06-02