aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework/test_util.py
Commit message (Expand)AuthorAge
* Remove reference cycles when constructing distribution objectsGravatar Allen Lavoie2018-09-04
* We now also log the exception which is thrown while running the session.Gravatar A. Unique TensorFlower2018-08-30
* Replace `get_default_context()` with `context()`.Gravatar Tom Hennigan2018-08-28
* Add test decorator for using both cond and cond_v2 in a test.Gravatar Jacques Pienaar2018-08-21
* Deprecate test_session() and introduce instead session() and cached_session().Gravatar A. Unique TensorFlower2018-08-20
* Wrap the eagerly executed bits of unit tests in their own graphsGravatar Allen Lavoie2018-08-16
* Automated rollback of commit 2a8e827c87149c49a1c47da010ee40f50a904055Gravatar Alexandre Passos2018-08-15
* Always use a fresh graph in run_in_graph_and_eager_modesGravatar Alexandre Passos2018-08-15
* Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* Allow setting server_def directly on TFE_Context.Gravatar Akshay Modi2018-08-03
* use parameterized test in rmspropGravatar Zhenyu Tan2018-07-24
* Dictionary tracking for tf.keras.Model attribute assignmentGravatar Allen Lavoie2018-07-24
* Run setUp in the same mode each time.Gravatar Tom Hennigan2018-06-28
* When skipping tests in one of graph/eager still test in the other mode.Gravatar Tom Hennigan2018-06-28
* Fix some summary collection leaks when executing eagerlyGravatar Allen Lavoie2018-06-25
* Allow run_in_graph_and_eager_modes annotation without ().Gravatar Tom Hennigan2018-06-21
* Ensure @run_test_in_graph_and_eager_modes does not support test classes.Gravatar Tom Hennigan2018-06-21
* Make evaluate() work on anything that has a numpy() method in eager tests.Gravatar A. Unique TensorFlower2018-06-20
* Automated g4 rollback of changelist 197218170Gravatar A. Unique TensorFlower2018-06-12
* Remove _USE_C_API test_util methods now that the C API is enabled by default.Gravatar Skye Wanderman-Milne2018-06-06
* Expose `@tfe.run_all_tests_in_graph_and_eager_modes`.Gravatar Tom Hennigan2018-06-05
* Public API to switch between eager execution and graph building.Gravatar Alexandre Passos2018-05-25
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Automated g4 rollback of changelist 197070234Gravatar Igor Saprykin2018-05-18
* Make V1 metrics distributed-aware. Also fix a bug where assertAllCloseGravatar A. Unique TensorFlower2018-05-17
* Test some distributions stuff in Eager as well as GraphGravatar Akshay Modi2018-05-17
* Add support for tensors to numpy array related assertion methods in test_util...Gravatar A. Unique TensorFlower2018-04-24
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2018-04-18
* [TF] Enable half precision XLA compiler tests for the gpu backend.Gravatar Bixia Zheng2018-04-13
* Simplify test_util.run_in_graph_and_eager_modesGravatar Asim Shankar2018-04-10
* Implement assert_same_structure in C++Gravatar Igor Ganichev2018-03-28
* Enable the Grappler arithmetic optimizer by default in Python tests.Gravatar A. Unique TensorFlower2018-03-28
* Change Softmax on CUDA to use fp32 for denominator when input/output are fp16.Gravatar James Qin2018-03-21
* Internal Change.Gravatar Anjali Sridhar2018-03-20
* Introduce _USE_C_SHAPES toggle along with _USE_C_API toggle.Gravatar Skye Wanderman-Milne2018-03-13
* Merge changes from github.Gravatar Shanqing Cai2018-03-12
* Fix another eager PyObject leakGravatar Allen Lavoie2018-03-12
* Eager: Fix a Dimension PyObject leak, test for it.Gravatar Allen Lavoie2018-03-09
* Automated g4 rollback of changelist 188492233Gravatar A. Unique TensorFlower2018-03-09
* Enable the Grappler arithmetic optimizer for all python tests.Gravatar A. Unique TensorFlower2018-03-09
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Improvement to eager linear regression benchmarkGravatar Akshay Modi2018-03-06
* Adds test_util.IsMklEnabled() that returns true if TensorFlow has been built ...Gravatar Tatiana Shpeisman2018-03-05
* Checkpointable: Utility to gather initialization opsGravatar Allen Lavoie2018-02-23
* Make it easier to debug @assert_no_garbage_created unit test failuresGravatar Allen Lavoie2018-02-23
* Make with_c_api a no-op if the C API is already enabled.Gravatar Skye Wanderman-Milne2018-02-21
* Merge changes from github.Gravatar Ankur Taly2018-02-16
* Add cache for _zeros in backpropGravatar Akshay Modi2018-02-13
* Make TypeError more explicit on _assertAllCloseRecursiveGravatar A. Unique TensorFlower2018-02-07