aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Merge changes from github.Gravatar A. Unique TensorFlower2016-08-25
* Fix abs()-related build failure on mac osGravatar Shanqing Cai2016-08-25
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-08-25
* Fix scan ops for empty tensorsGravatar Geoffrey Irving2016-08-25
* Fixed size partitioner: partitions variable into fixed number of shards.Gravatar Illia Polosukhin2016-08-25
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-08-25
* Set default '' for master arg, do not create a saver when the graph has no sa...Gravatar A. Unique TensorFlower2016-08-25
* Add to the C++ Node class the ability to fetch input nodes and edgesGravatar Vijay Vasudevan2016-08-25
* Make _tp_tn_fp_fn have weights as an optional parameter. I was using this in ...Gravatar A. Unique TensorFlower2016-08-25
* Fix gradient of pow for complex typesGravatar A. Unique TensorFlower2016-08-25
* Deprecates _FeatureColumn.to_weighted_sum in favor of moving weight-construct...Gravatar A. Unique TensorFlower2016-08-25
* graph.proto no longer needs to export NodeDef, clients should useGravatar A. Unique TensorFlower2016-08-25
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-08-25
* Adding reduce_logsumexp to core math_ops.py.Gravatar A. Unique TensorFlower2016-08-25
* Adds a run_server method to Experiment that starts a TF server; intended for ...Gravatar A. Unique TensorFlower2016-08-24
* Fix a lost wakeup bug in `Notification::WaitForNotificationWithTimeout()`.Gravatar Derek Murray2016-08-24
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-08-24
* Experiment.train now starts a server_lib.Server when necessary.Gravatar A. Unique TensorFlower2016-08-24
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-08-24
* Improve stability of batch_norm, by using a copy of moving_mean in tf.momentsGravatar Sergio Guadarrama2016-08-24
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-08-24
* Fix a bug introduced in cl/130951050. The correct CL description should be: m...Gravatar Yuan Yu2016-08-24
* Adds _PartitionInfo to variable initializer signatureGravatar Wei Ho2016-08-24
* Add copyright headers to TensorBoardGravatar Justine Tunney2016-08-24
* Add individual arg_scopes for each inception, and test them.Gravatar Sergio Guadarrama2016-08-24
* Test time increase for entropy_test. Was timing out in gcudacc tests.Gravatar Ian Langmore2016-08-24
* Reduce the size of Node objects by using the class_ field instead ofGravatar A. Unique TensorFlower2016-08-24
* Relax assumption about default file permission in file_io_test.pyGravatar Shanqing Cai2016-08-24
* Make tests that rely on thread registration with the coordinator more robust byGravatar A. Unique TensorFlower2016-08-24
* In C++ shape inference, change ShapeHandle and DimensionHandle into classesGravatar A. Unique TensorFlower2016-08-24
* Add name scopes to slim's train and create_train_op to remove dangling and du...Gravatar A. Unique TensorFlower2016-08-24
* - Change float to double which stabilizes the duality gapGravatar A. Unique TensorFlower2016-08-24
* Move host_info.h internal, move public functions into cpu_info.hGravatar Vijay Vasudevan2016-08-24
* Make transpose op support half type on CPU.Gravatar Yuefeng Zhou2016-08-24
* Fix typo-caused issue on mac in cpu_utils.ccGravatar Shanqing Cai2016-08-24
* Make image dashboard sizing slightly nicerGravatar Justine Tunney2016-08-24
* Add utility functions related to cpu info to CpuUtilsGravatar A. Unique TensorFlower2016-08-24
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-08-24
* GCS File system optimization.Gravatar A. Unique TensorFlower2016-08-24
* Remove deprecated TensorFlow(Linear)?(Regressor|Classifier) classes.Gravatar Phil Stahlfeld2016-08-24
* Mark internal control flow ops as not fetchable.Gravatar A. Unique TensorFlower2016-08-24
* Slightly simplify base64 decoding function.Gravatar A. Unique TensorFlower2016-08-24
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-08-23
* Monte Carlo Ops for bayesflow.Gravatar Ian Langmore2016-08-23
* Creating a FileIO object and an iterator interface for file reading.Gravatar Rohan Jain2016-08-23
* Add option for passing in hidden ops to Python code generation as a file.Gravatar Derek Murray2016-08-23
* Prevent non-termination when iterating over an unknown shape.Gravatar Derek Murray2016-08-23
* Upgrade to latest gRPC (1.0.x branch).Gravatar Derek Murray2016-08-23
* Adding a Buffered InputStream that implements buffering on top of the InputSt...Gravatar Rohan Jain2016-08-23
* Fix the training losses when examples have weights associated with it.Gravatar A. Unique TensorFlower2016-08-23