aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Remove unnecessary zero check from resize_bilinear_op.cc.Gravatar Brennan Saeta2016-12-15
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-15
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-12-15
* Add Expm1 Op.Gravatar A. Unique TensorFlower2016-12-15
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-15
* Test for CPU features on startup, to replace SIGILLs with useful errors and s...Gravatar Pete Warden2016-12-15
* Remove obsolete comment in tf.abs docstring. tf.abs now delegates toGravatar A. Unique TensorFlower2016-12-15
* Replace _BaseEstimatorForTest with a model_fn.Gravatar A. Unique TensorFlower2016-12-15
* Upgraded to the latest version of EigenGravatar Benoit Steiner2016-12-15
* Fix use-after-free bug when closing a MasterSession.Gravatar Derek Murray2016-12-15
* Update SVM classifier to be consitent with other classifiers with respect to ...Gravatar A. Unique TensorFlower2016-12-15
* Avoid bazel-mirror URLs for make and cmakeGravatar Justine Tunney2016-12-15
* Adding Scaffold to the tf.learn.ModelFn, so that users can play with initiali...Gravatar Mustafa Ispir2016-12-15
* Add a debug -mavx option for Cloud ML builds.Gravatar Jonathan Hseu2016-12-15
* Sync the github and local versions of the ThreadPool headerGravatar Benoit Steiner2016-12-15
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-15
* Make the context correct for the gradient of mixed nesting of conds and loops.Gravatar Yuan Yu2016-12-15
* Mutes warnings for some deprecated arguments with default values. Fixes a bug.Gravatar A. Unique TensorFlower2016-12-15
* Add tensor contraction op 'tensordot' to opensource TensorFlow. Original impl...Gravatar A. Unique TensorFlower2016-12-15
* Automated rollback of change 141675118Gravatar Yuan Yu2016-12-15
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-15
* Add an op for matrix norm, implementing a subset of numpy.linalg.norm.Gravatar A. Unique TensorFlower2016-12-15
* Switch shape inference handles resource variable shapes and dtypes.Gravatar A. Unique TensorFlower2016-12-15
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-15
* Fix linter errors left over from PRs.Gravatar Martin Wicke2016-12-15
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-12-15
* Move the implementation code of static_rnn, static_bidirectional_rnn and stat...Gravatar Jianwei Xie2016-12-15
* Add BroadcastShape op.Gravatar A. Unique TensorFlower2016-12-15
* Bump eigen version to get implementation of scalar_expm1_op.Gravatar A. Unique TensorFlower2016-12-15
* Fix the typo in dnn_benchmark_test.Gravatar Jianwei Xie2016-12-15
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-15
* Switch array_ops.pack/unpack to array_ops.stack/unstack. Also switch a few re...Gravatar A. Unique TensorFlower2016-12-15
* Removed TensorFlow Mechanics 101 from how_to left navigationGravatar A. Unique TensorFlower2016-12-14
* Automated rollback of change 142080248Gravatar Mustafa Ispir2016-12-14
* Add tf-benchmark test for DNNClassifier.Gravatar A. Unique TensorFlower2016-12-14
* Fix failures because of SparseTensor.__init__ signature change.Gravatar A. Unique TensorFlower2016-12-14
* Disable flaky test case in grpc_session_test.Gravatar Derek Murray2016-12-14
* Use log warnings instead of errors for up-converting generic signatures.Gravatar Sukriti Ramesh2016-12-14
* Added tf.train.Scaffold support for tf.learn.Estimator. This lets users to pl...Gravatar Mustafa Ispir2016-12-14
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-14
* Implement sampled_scattered_embedding_lookup_sparse. This op is used in varia...Gravatar A. Unique TensorFlower2016-12-14
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-12-14
* Merge changes from github.Gravatar Martin Wicke2016-12-14
* Add Tactivation attribute for QuantizedMatmul and QuantizedMatmulMinMax to ex...Gravatar A. Unique TensorFlower2016-12-14
* Final breaking change, removing .shape from SparseTensor.Gravatar Martin Wicke2016-12-14
* Make comment more concise in C++ API.Gravatar A. Unique TensorFlower2016-12-14
* Fix a typo in the docstring of init_from_checkpoint.Gravatar A. Unique TensorFlower2016-12-14
* Added a microbenchmark for `tf.Session.run()` calls with different targets.Gravatar Derek Murray2016-12-14
* Fix erroneous references to tf.summary.histogram in deprecation string for no...Gravatar A. Unique TensorFlower2016-12-14