aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Android: add image stylization example demo based on "A Learned Representatio...Gravatar Andrew Harp2017-01-11
* Add an option to run inference on hvx into build scriptGravatar A. Unique TensorFlower2017-01-11
* Internal-only change.Gravatar Andrew Harp2017-01-11
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2017-01-11
* Removing TensorArray.pack and TensorArray.unpackGravatar A. Unique TensorFlower2017-01-11
* Fix to correctly identify dtype and shape of inputs in StreamingDataFeeder.Gravatar Illia Polosukhin2017-01-11
* Add optimized reverse kernel for reversing rows of a 3D tensor. This is used inGravatar A. Unique TensorFlower2017-01-11
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2017-01-11
* Add link back to contrib/android/README.md from contrib/android/cmake/README.mdGravatar Andrew Harp2017-01-11
* Deprecate tf.neg, tf.mul, tf.sub (and remove math_ops.{neg,mul,sub} usagesGravatar Andrew Selle2017-01-11
* Add support for list(func) AttrValues.Gravatar Peter Hawkins2017-01-11
* Build and expose benchmark_model binary as part of Android nightly build, and...Gravatar Andrew Harp2017-01-10
* Remove --icf=all flag from benchmark_model to fix build for Android arm64-v8Gravatar Andrew Harp2017-01-10
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2017-01-10
* Android demo: Add support for YOLO-based object detection to object tracking ...Gravatar Andrew Harp2017-01-10
* Switch tf.concat_v2 references in third_party/tensorflow to tf.concat.Gravatar A. Unique TensorFlower2017-01-10
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2017-01-10
* Change CheckpointSaverHook to only call SummaryWriterCache if the hookGravatar A. Unique TensorFlower2017-01-10
* Test that the dense layer respects the initializer from variable_scope above.Gravatar Lukasz Kaiser2017-01-10
* Refactor (DNN|Linear|DNNLinearCombined)(Classifier|Regressor) to inherit from...Gravatar A. Unique TensorFlower2017-01-10
* Conditionally enable or disable XLA in TF tests.Gravatar Gunhan Gulsoy2017-01-10
* Automated rollback of change 141622306Gravatar Vijay Vasudevan2017-01-10
* Optimize eight-bit graphs by removing RequantizationRangesGravatar Pete Warden2017-01-10
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2017-01-10
* Implement KL-divergence between two Gamma distributions.Gravatar Joshua V. Dillon2017-01-10
* Deprecate graph_actions.pyGravatar Mustafa Ispir2017-01-10
* Allow tf.divide's name argument to be honored.Gravatar Andrew Selle2017-01-10
* Add tf.concat with the new argument order: tf.concat(values, axis, name). Also,Gravatar A. Unique TensorFlower2017-01-10
* Remove std:: from std::round() calls in benchmark_model.cc to avoid issue in ...Gravatar Andrew Harp2017-01-10
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2017-01-10
* Remove all remaining tf.pack,tf.unpack references and remove tf.pack/tf.unpackGravatar A. Unique TensorFlower2017-01-10
* Removed extra / in textGravatar Toby Boyd2017-01-10
* Simplified estimator logic by MonitoredSession.Gravatar Mustafa Ispir2017-01-10
* Basic version of TensorFlow 1.0 Upgrade Script.Gravatar Andrew Selle2017-01-10
* [XLA] Compute source indices in each common factor of reshape from target ind...Gravatar A. Unique TensorFlower2017-01-10
* Add an XLA test for ComputationBuilder::SqrtF32(0)Gravatar David Majnemer2017-01-10
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2017-01-10
* Make moments numerically stable by default. Added tests for moments.Gravatar Sergio Guadarrama2017-01-10
* Name tensors created in DistributionWith* subclasses.Gravatar Joshua V. Dillon2017-01-10
* Set up the generated gradient while loops properly so that `None` is propagat...Gravatar Yuan Yu2017-01-10
* tfdbg: add tab completion to ReadlineUIGravatar Shanqing Cai2017-01-10
* Make SecondOrStepTimer public.Gravatar Mustafa Ispir2017-01-10
* Java: Add package-info.java for package-level javadoc.Gravatar Asim Shankar2017-01-10
* Revise outdated comment about core:android_srcsGravatar Andrew Harp2017-01-10
* Fix breakage in estimator_testGravatar Shanqing Cai2017-01-10
* Support multiple trainers in TensorForest that split trees among them.Gravatar A. Unique TensorFlower2017-01-10
* tensor_bundle: use tmp files on write path (and rename later).Gravatar Zongheng Yang2017-01-10
* Adding argument to control logging of the evaluation progress.Gravatar A. Unique TensorFlower2017-01-10
* Add a predicate function for continuous eval to enable stopping evaluation ba...Gravatar A. Unique TensorFlower2017-01-09
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2017-01-09