aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Bug fix in loop gradient computation. When the value of a loop variable at it...Gravatar Yuan Yu2016-05-31
* Made the code more portableGravatar Benoit Steiner2016-05-31
* Added support for convolutions of 16bit floats on CPUGravatar Benoit Steiner2016-05-31
* Fix `tf.ones()` and `tf.zeros()` to accept auto-packed inputs.Gravatar Derek Murray2016-05-31
* Adding assign_from_checkpoint and assign_from_values to exportable function l...Gravatar A. Unique TensorFlower2016-05-31
* Renamed 'create_dict_for_parse_example' to create_feature_spec_for_parsing.Gravatar Mustafa Ispir2016-05-31
* Made the summary operations work with fp16Gravatar Benoit Steiner2016-05-31
* Remove the --var from the graph scene component for the faded out CSS rulesGravatar Nikhil Thorat2016-05-31
* Reduce computation load in metric_ops_test to prevent timeoutGravatar Shanqing Cai2016-05-31
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-05-31
* Add support for fetching dictionaries in the Python Session class.Gravatar A. Unique TensorFlower2016-05-31
* Inflow: rename Column to SeriesGravatar David Soergel2016-05-30
* Update the tensorboard graph visualizer docs with information about runtime s...Gravatar Nikhil Thorat2016-05-30
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-05-30
* API restructure to unify pieces and support a wider variety of models (such a...Gravatar Martin Wicke2016-05-30
* Add links to nightly Python3.5 builds and artifactsGravatar Shanqing Cai2016-05-30
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-05-29
* Modify Gaussian to derive from ContinuousDistribution base class;Gravatar A. Unique TensorFlower2016-05-29
* Add SyntaxNet link to navigation bar on the left.Gravatar A. Unique TensorFlower2016-05-29
* Fix python3 incompatibility in encode_audio_op_test.pyGravatar Shanqing Cai2016-05-28
* Deb and pip package cleanups; faster protobuf installGravatar Shanqing Cai2016-05-28
* Change algorithm in tf.multinomial to have better performance for large class...Gravatar A. Unique TensorFlower2016-05-28
* Optimizes Conv2DCustomBackpropInputOp by up to ~15%.Gravatar Zongheng Yang2016-05-27
* Define Batch transform.Gravatar A. Unique TensorFlower2016-05-27