aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/__init__.py
Commit message (Expand)AuthorAge
* Internal Change.Gravatar Michael Case2018-10-08
* Internal Change.Gravatar Michael Case2018-09-05
* Automated rollback of commit 8cf8afefdb4c240f74a05e24246c8cd2dcce9d54Gravatar Michael Case2018-09-04
* Internal Change.Gravatar Michael Case2018-09-04
* Internal Change.Gravatar Michael Case2018-06-21
* Removing remove_undocumented calls from tensorflow/python.Gravatar Anna R2018-04-25
* Add `static_state_saving_rnn` back to the `nn` module.Gravatar Francois Chollet2018-04-23
* Fix `nn` module RNN namespace issues.Gravatar Francois Chollet2018-04-10
* Refactor layers:Gravatar Francois Chollet2018-04-10
* Added kernels and estimators for Gradient Boosting Trees algorithm.Gravatar Younghee Kwon2018-03-29
* Move cuDNN RNN ops to core, for use in the internal TF codebase only (not pub...Gravatar Martin Wicke2018-03-22
* eager: Export tf.enable_eager_execution() and tf.executing_eagerly()Gravatar Asim Shankar2018-03-07
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Add pylint check for W0622 redefined-builtin in ci_sanity.sh and fix existing...Gravatar Yifei Feng2018-02-09
* Add export calls for protos.Gravatar Anna R2018-02-09
* Merge changes from github.Gravatar Michael Case2018-02-07
* Merge changes from github.Gravatar Patrick Nguyen2017-12-28
* Merge changes from github.Gravatar Andrew Harp2017-11-02
* Move LinearOperator to tf.linalg (with backwards compatibility support in con...Gravatar Eugene Brevdo2017-10-10
* Add uint32 and uint64 types to TensorFlow.Gravatar Peter Hawkins2017-10-10
* Introduce `tf.data` namespace.Gravatar A. Unique TensorFlower2017-10-03
* Move the Keras API to tf.keras.Gravatar Francois Chollet2017-09-05
* Introduce tf.linalg namespace.Gravatar A. Unique TensorFlower2017-08-25
* Introduce a tf.initializers namespaceGravatar Andrew Selle2017-08-03
* Removing subscribe from the framework_lib BUILD target as it creates a cyclic...Gravatar Alexandre Passos2017-08-03
* Added DT_VARIANT type.Gravatar Manjunath Kudlur2017-07-21
* Automated g4 rollback of changelist 162668355Gravatar Manjunath Kudlur2017-07-21
* Added DT_VARIANT type.Gravatar Manjunath Kudlur2017-07-20
* Make SummaryMetadata available within the tf namespaceGravatar A. Unique TensorFlower2017-07-13
* Initial public release of tf.distributions.Gravatar Eugene Brevdo2017-07-13
* Migrating tfprof python API to tensorflow/python/profilerGravatar A. Unique TensorFlower2017-07-04
* Add a bitwise module with bitwise_and, bitwise_or, bitwise_xor, and invert fu...Gravatar A. Unique TensorFlower2017-06-16
* Remove tf.RewriterConfig from the TensorFlow Python APIGravatar A. Unique TensorFlower2017-06-14
* Add make_ndarray, tensor_proto, and MetaGraphDef to tf api.Gravatar Dandelion Man?2017-05-31
* Make tf.feature_column publicGravatar Mustafa Ispir2017-05-15
* Implement ClusterSpec Propagation in TF MasterGravatar Brennan Saeta2017-05-04
* Introduce TFDecorator, a base class for Python TensorFlow decorators. Provide...Gravatar Charles Nicholson2017-04-21
* Add sdca ops to tf.train.Gravatar Patrick Nguyen2017-04-14
* Add auto parallelization to meta optimizer. Enable MetaOptimizer if any one o...Gravatar Yao Zhang2017-04-08
* Add RewriterConfig the to python API.Gravatar Yao Zhang2017-03-22
* Fix estimator tests when running against the installed pip package.Gravatar Jonathan Hseu2017-03-16
* Expose Estimator and associated utilities in the API.Gravatar Martin Wicke2017-03-16
* Add tf.spectral, a module for spectral operations.Gravatar RJ Ryan2017-03-07
* Fix the dlopen contrib test hack by making a pywrap_tensorflow module that im...Gravatar Jonathan Hseu2017-02-28
* Remove a few outstanding references to concat_v2.Gravatar A. Unique TensorFlower2017-02-21
* Remove tf.cloud from public API until it's ready.Gravatar Patrick Nguyen2017-01-16
* Automated rollback of change 142694447Gravatar A. Unique TensorFlower2017-01-13
* Expose saved_model via tf.saved_model.Gravatar Patrick Nguyen2017-01-12
* Add tf.concat with the new argument order: tf.concat(values, axis, name). Also,Gravatar A. Unique TensorFlower2017-01-10
* Remove tf.platform.Gravatar Patrick Nguyen2017-01-09