aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework/ops.py
Commit message (Expand)AuthorAge
* Avoid calling get_default_graph() during tf.enable_eager_execution()Gravatar Gunhan Gulsoy2018-10-08
* Avoid adding spurious ops when colocating with resource variables.Gravatar Asim Shankar2018-10-08
* Copy Tensor._handle_data from external_capture to placeholder for Variant ten...Gravatar Saurabh Saxena2018-09-19
* Use WeakKeyDictionaries for global Keras {graph->...} mapsGravatar Igor Ganichev2018-09-12
* Fix code section in documentation of tf.enable_eager_execution().Gravatar A. Unique TensorFlower2018-09-09
* Mark tf.GraphKeys.VARIABLES as deprecatedGravatar A. Unique TensorFlower2018-09-05
* Include an elements limit for cached tensors in the _TensorCacheGravatar Akshay Modi2018-08-30
* Expose default execution mode as a public symbol in context.Gravatar Tom Hennigan2018-08-29
* Adds a tf.ensure_shape function as a substitute for tensor.set_shape, which v...Gravatar Rachel Lim2018-08-28
* Make init_scope() publicGravatar A. Unique TensorFlower2018-08-28
* Allow `tf.enable_eager_execution()` to be run multiple times.Gravatar Tom Hennigan2018-08-27
* Switch cond_v2 to using tfe.defun instead of function.Defun.Gravatar Skye Wanderman-Milne2018-08-23
* - Remove now unnecessary _use_c_api_hack()Gravatar Asim Shankar2018-08-23
* No reason not to support pickling/unpickling eager tensors/variables.Gravatar Alexandre Passos2018-08-22
* Wrap the eagerly executed bits of unit tests in their own graphsGravatar Allen Lavoie2018-08-16
* 1. Move distribution strategy context utility methods to a separate file with...Gravatar Priya Gupta2018-08-14
* Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* clarify __iter__ error message.Gravatar Mark Daoust2018-08-03
* Use device and colocation stack metadata to improve an error message in ops.p...Gravatar A. Unique TensorFlower2018-08-02
* Make function_utils.get_func_code more tolerant of strange objects like funct...Gravatar A. Unique TensorFlower2018-07-26
* remove as much as possible from the try-blocks of contextlib context managers.Gravatar A. Unique TensorFlower2018-07-26
* Convert device function stack into TraceableStack for use in error message in...Gravatar A. Unique TensorFlower2018-07-26
* Implement __index__ in EagerTensor.Gravatar Asim Shankar2018-07-25
* Push tensors from client to workers.Gravatar Akshay Modi2018-07-24
* Track colocation context manager locations (file:line) and add colocation inf...Gravatar A. Unique TensorFlower2018-07-18
* Quick clarification about the stack nature of the default graph context.Gravatar A. Unique TensorFlower2018-07-17
* Makes Variable an abstract base class with a factory-constructing metaclass.Gravatar Alexandre Passos2018-07-17
* Add TraceableStack object and use it for the colocation stack to improve (fut...Gravatar A. Unique TensorFlower2018-07-12
* When calling numpy() on EagerTensor, don't record the copy.Gravatar Akshay Modi2018-07-10
* Merge commit for internal changesGravatar Michael Case2018-06-26
|\
| * Guard ops modification and Session.run with a group lock. This lock allows mu...Gravatar Priya Gupta2018-06-25
* | Merge commit for internal changesGravatar Mingxing Tan2018-06-20
|\|
| * Allow setting server def on the eager context, and add the eager service to t...Gravatar Akshay Modi2018-06-19
| * Enable fetching shapes from the C API by default.Gravatar Skye Wanderman-Milne2018-06-15
* | Merge commit for internal changesGravatar Patrick Nguyen2018-06-05
|\|
| * Remove _USE_C_API staging from ops.py.Gravatar Skye Wanderman-Milne2018-06-05
* | Fixing a conflict in building for Raspberry Pi.:wqGravatar Amit Patankar2018-06-04
|\|
| * Add stored eager variables to graph collections.Gravatar Tom Hennigan2018-06-04
* | Merge commit for internal changesGravatar Michael Case2018-05-31
|\|
| * Remove environment variable to disable C API.Gravatar Skye Wanderman-Milne2018-05-30
* | 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 changes from github.Gravatar Yifei Feng2018-05-24
* | 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
| * Always enter the handle graph before calling convert_to_tensor in resource va...Gravatar Alexandre Passos2018-05-21
* | Merge commit for internal changesGravatar zhengxq2018-05-15
|\|
| * Fixes false-positive in tf.enable_eager_executionGravatar Alexandre Passos2018-05-15
* | Make op unique name generation case insensitive (#18413)Gravatar Paul Van Eck2018-05-14
* | Merge commit for internal changesGravatar Yifei Feng2018-05-08
|\|