aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework/test_util_test.py
Commit message (Expand)AuthorAge
* Merge branch 'master' into CLN/remove_print_for_assertGravatar Yan Facai (颜发才)2018-09-11
|\
| * test_util.py: Allow use_gpu to change between calls to self.cached_session()Gravatar Asim Shankar2018-09-05
* | CLN: remove print method, and append error msg to exceptionGravatar Yan Facai (颜发才)2018-09-01
|/
* This CL makes it so several of the assertAll... tests in test_util_test.py ru...Gravatar A. Unique TensorFlower2018-08-27
* 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
* Adding NodeDef names to error messages for better debuggability.Gravatar A. Unique TensorFlower2018-07-27
* 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
* 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
* Public API to switch between eager execution and graph building.Gravatar Alexandre Passos2018-05-25
* Remove _USE_C_API staging in tests now that the C API is enabled by default.Gravatar Skye Wanderman-Milne2018-05-16
* Add support for tensors to numpy array related assertion methods in test_util...Gravatar A. Unique TensorFlower2018-04-24
* Fix another eager PyObject leakGravatar Allen Lavoie2018-03-12
* Adds test_util.IsMklEnabled() that returns true if TensorFlow has been built ...Gravatar Tatiana Shpeisman2018-03-05
* Replacing _container_prefix with _graph_key to preserve its use in optimizer ...Gravatar Alexandre Passos2018-02-02
* Add nested support for `assertAllClose()` so `a` and `b` can be arbitrarily n...Gravatar A. Unique TensorFlower2018-01-23
* Make test_utils_test.py work with C API enabled.Gravatar Skye Wanderman-Milne2018-01-10
* Extend `assertAllClose()` so it supports namedtuples.Gravatar A. Unique TensorFlower2018-01-10
* meta_graph export: Add support to strip default valued attributes.Gravatar A. Unique TensorFlower2018-01-02
* Plug an eager memory leak, add tests for reference counts.Gravatar Allen Lavoie2017-12-15
* Allow test_util.evaluate handle nested tensors.Gravatar Sergio Guadarrama2017-12-04
* Allow test_util to eval callables in Eager mode.Gravatar Sergio Guadarrama2017-11-20
* Call Graph._add_op in Operation.__init__ (and remove existing calls).Gravatar Skye Wanderman-Milne2017-11-17
* Fix a tfe.Network reference cycle, make it easier to check for reference cyclesGravatar Allen Lavoie2017-11-07
* Adds tfe.IsolateTest, an Eager-agnostic abstraction for isolating resourcesGravatar Allen Lavoie2017-10-19
* Make error message when explicitly adding an invalid device more clear.Gravatar Vijay Vasudevan2017-04-26
* Modify assertAllClose to handle dicts.Gravatar A. Unique TensorFlower2017-04-17
* Use default descriptor pool in assertProtoEqualsGravatar A. Unique TensorFlower2017-03-15
* Merge changes from github.Gravatar Benoit Steiner2017-02-08
* Remove hourglass imports from even more testsGravatar Justine Tunney2016-12-16
* Speed up tf.Assert, move it to control_flow_ops.Gravatar Eugene Brevdo2016-09-07
* Initialize random seed in TensorflowTestCase Setup to reduce flakiness in uni...Gravatar Suharsh Sivakumar2016-07-19
* Automated rollback of change 127564438Gravatar Suharsh Sivakumar2016-07-15
* Initialize random seed in TensorflowTestCase Setup to reduce flakiness in uni...Gravatar Suharsh Sivakumar2016-07-15
* Execute TODOs toGravatar Olivia Nordquist2016-06-14
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* In assertArrayNear() check that the arrays have the same length.Gravatar A. Unique TensorFlower2016-03-29
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10
* Make EqualGraphDef ignore versions and expose to PythonGravatar Geoffrey Irving2016-01-25
* Change: 112636955Gravatar Manjunath Kudlur2016-01-20
* TensorFlow: Upstream changes to gitGravatar Manjunath Kudlur2015-11-25
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: upstream changes from the afternoon.Gravatar Vijay Vasudevan2015-11-11
* TensorFlow: Initial steps towards python3 support, some documentationGravatar Vijay Vasudevan2015-11-09
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06