aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Autogenerated Change: Update TensorBoard source and deps.Gravatar Dan Mané2016-06-02
* Fix for log_loss name change in learning_test.pyGravatar A. Unique TensorFlower2016-06-01
* Fix typo in TensorFlow tutorial.Gravatar A. Unique TensorFlower2016-06-01
* Adding learning and evaluation to Slim module.Gravatar A. Unique TensorFlower2016-06-01
* Rename tf.contrib.losses.log to tf.contrib.losses.log_lossGravatar A. Unique TensorFlower2016-06-01
* Add job_name to VariableDeviceChooserGravatar A. Unique TensorFlower2016-06-01
* Exclude test code from android sources.Gravatar A. Unique TensorFlower2016-06-01
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-06-01
* Move functions that depend on problem type (loss, metric, predictions) from b...Gravatar A. Unique TensorFlower2016-06-01
* Remove pylint: disable=g-bad-file-header.Gravatar A. Unique TensorFlower2016-06-01
* Add TF_EXTRA_CUDA_CAPABILITIES to support extra Cuda compute capabilities. TheGravatar Xiaoqiang Zheng2016-06-01
* Update copyright for 3p/tf/examples/android.Gravatar A. Unique TensorFlower2016-06-01
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-06-01
* Prevents the fetching of internal nodes defined in a while loop or cond branch.Gravatar Derek Murray2016-06-01
* Add SSL target to TensorFlow's Boringssl BUILD files. Also make genrule trick...Gravatar Kiril Gorovoy2016-06-01
* changing test file names, forgot to add to last CLGravatar Olivia Nordquist2016-06-01
* Remove dual and primal_loss variables from variables dict created in auxiliar...Gravatar A. Unique TensorFlower2016-06-01
* TensorArray now has infer_shape = True by default.Gravatar Eugene Brevdo2016-06-01
* renaming filesGravatar Olivia Nordquist2016-06-01
* Adding a new cc_library for Android which supports selectiveGravatar A. Unique TensorFlower2016-06-01
* Reshaped real valued column for DNN input layer.Gravatar Mustafa Ispir2016-06-01
* Catch some more cases in reduction_ops_test.py.Gravatar Zongheng Yang2016-06-01
* Handle failures to allocate during FromProto in Tensor class + tests.Gravatar Vijay Vasudevan2016-06-01
* Change function library to use a runner passed in from the Run call, instead ofGravatar A. Unique TensorFlower2016-06-01
* Update router code to understand run_metadata and update the serialize_tensor...Gravatar Nikhil Thorat2016-06-01
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-05-31
* Add parameter N to Dirichlet-Multinomial Distribution.Gravatar A. Unique TensorFlower2016-05-31
* Remove ShapeN from "IsMetadataOp" private function. In this case,Gravatar Vijay Vasudevan2016-05-31
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-05-31
* Add IndexedSlices and SparseTensor support for control flow ops.Gravatar Yuan Yu2016-05-31
* Use reduction_indices=[-1] as opposed to the rank. This ensures the properGravatar A. Unique TensorFlower2016-05-31
* Adds combiner parameter to crossed_column.Gravatar A. Unique TensorFlower2016-05-31
* SimplePlacer: add heuristic to place metadata ops with their inputs.Gravatar Vijay Vasudevan2016-05-31
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-05-31
* Renamed auc metric from "eval_auc" to "auc" for the consistency of naming.Gravatar Mustafa Ispir2016-05-31
* Remove train, and add input_fn to fit (to make it consistent with evaluate).Gravatar A. Unique TensorFlower2016-05-31
* Fixes a bug in the locking discipline in `DirectSession`.Gravatar Derek Murray2016-05-31
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-05-31
* Creating SLIM directory, adding queues.Gravatar A. Unique TensorFlower2016-05-31
* Skeleton for PartitionedVariable class take 2Gravatar Wei Ho2016-05-31
* Add experimental qualification in the comment on the inter-op session thread ...Gravatar A. Unique TensorFlower2016-05-31
* Replace std::log2() by std::log(), which should fix build issues.Gravatar Zongheng Yang2016-05-31
* Adjustments to contrib/ffmpeg to allow the ops to run inside google3.Gravatar A. Unique TensorFlower2016-05-31
* Make shape inference of loop variables a bit smarter.Gravatar Yuan Yu2016-05-31
* Move quantize_and_dequantize to core for the quantize training rewriting.Gravatar Jianmin Chen2016-05-31
* add relu6 symbolic gradientGravatar A. Unique TensorFlower2016-05-31
* Changes to TensorBoard to make it compatible with Typescript 1.9Gravatar Dan Mané2016-05-31
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-05-31
* Fix pydoc in Estimator.Gravatar A. Unique TensorFlower2016-05-31
* Include missing cmath header fileGravatar A. Unique TensorFlower2016-05-31