aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework/ops_test.py
Commit message (Expand)AuthorAge
* Keep only weak references to variables in graph functionsGravatar Allen Lavoie2018-09-17
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Move from deprecated self.test_session() to self.session() when a graph is set.Gravatar A. Unique TensorFlower2018-08-21
* Remove 'graph' argument from FuncGraph.__init__.Gravatar Skye Wanderman-Milne2018-08-21
* Use device and colocation stack metadata to improve an error message in ops.p...Gravatar A. Unique TensorFlower2018-08-02
* Convert device function stack into TraceableStack for use in error message in...Gravatar A. Unique TensorFlower2018-07-26
* Track colocation context manager locations (file:line) and add colocation inf...Gravatar A. Unique TensorFlower2018-07-18
* Merge commit for internal changesGravatar Mingxing Tan2018-06-22
|\
| * Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* | Merge commit for internal changesGravatar Patrick Nguyen2018-06-05
|\|
| * Remove _USE_C_API staging from ops.py.Gravatar Skye Wanderman-Milne2018-06-05
* | Merge commit for internal changesGravatar Yifei Feng2018-05-29
|\|
| * Public API to switch between eager execution and graph building.Gravatar Alexandre Passos2018-05-25
* | Merge commit for internal changesGravatar Ankur Taly2018-05-22
|\|
| * Make init_scope preserve the inner device stack when lifting into a graph.Gravatar Akshay Agrawal2018-05-22
* | Merge commit for internal changesGravatar zhengxq2018-05-16
|\|
| * Remove _USE_C_API staging in tests now that the C API is enabled by default.Gravatar Skye Wanderman-Milne2018-05-16
* | Make op unique name generation case insensitive (#18413)Gravatar Paul Van Eck2018-05-14
|/
* Tweak the context stack so init_scope works with eager GraphsGravatar Allen Lavoie2018-04-09
* Adding Operation._control_outputsGravatar Alexandre Passos2018-04-04
* Make graph's name scope thread local so that two threads opening the same sco...Gravatar Priya Gupta2018-03-20
* Enable async eager mode in python. Add some benchmarks.Gravatar A. Unique TensorFlower2018-03-14
* Introduce _USE_C_SHAPES toggle along with _USE_C_API toggle.Gravatar Skye Wanderman-Milne2018-03-13
* Resubmit changes which were accidentally rolled back.Gravatar Alexandre Passos2018-03-13
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Lift ops to the global graph if all graphs are building functionsGravatar Akshay Agrawal2018-02-28
* Add API to switch certain parts of Graph state to be thread-local.Gravatar Igor Saprykin2018-02-20
* Second, cleaner, attempt at external control dependency handling.Gravatar Alexandre Passos2018-02-06
* Make `init_scope` preserve the active name scope.Gravatar Akshay Agrawal2018-01-29
* Merge changes from github.Gravatar Sourabh Bajaj2018-01-17
* Exit previously entered sub-context-managers whenever any __enter__() callGravatar A. Unique TensorFlower2018-01-16
* Delete InputTypesTest in framework/ops_test.pyGravatar Skye Wanderman-Milne2018-01-15
* grabbing the graph_def from the C API instead of depending on the python grap...Gravatar Olivia Nordquist2018-01-08
* Automated g4 rollback of changelist 180821956Gravatar Derek Murray2018-01-04
* adding tests to make sure that the public methods that could either call C-AP...Gravatar Olivia Nordquist2018-01-04
* Make init_scope install a new graph when graph stack is empty in graph mode.Gravatar Akshay Agrawal2018-01-03
* When the CAPI is true, the return type of Operation.inputs is now _InputList ...Gravatar Olivia Nordquist2017-12-15
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-12-15
* Add `init_scope`, a scope for wrapping variable creation and initialization.Gravatar Akshay Agrawal2017-12-14
* Refactor Graph._create_op_from_tf_operation to not depend on the op's inputsGravatar Skye Wanderman-Milne2017-12-14
* Fix for variable naming when executing eagerlyGravatar Allen Lavoie2017-12-11
* Add Operation._remove_all_control_inputs and use in ControlFlowContext.Gravatar Skye Wanderman-Milne2017-12-08
* Graph._create_op_from_tf_operation should update _names_in_use.Gravatar Skye Wanderman-Milne2017-12-07
* Enable using C API with Tensor.consumersGravatar Skye Wanderman-Milne2017-12-06
* (Temporarily) call Graph._add_op outside of Operation.__init__ again.Gravatar Skye Wanderman-Milne2017-11-29
* C API: fix bug in ValidateNoCycles().Gravatar Skye Wanderman-Milne2017-11-28
* add parentheses because this test is failing in my current CLGravatar Olivia Nordquist2017-11-28
* Eager: Better errors for invalid options to enable_eager_execution.Gravatar Asim Shankar2017-11-28
* Fetch shape information from the C API when enabled.Gravatar Skye Wanderman-Milne2017-11-27