aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework
Commit message (Expand)AuthorAge
...
* | Include an elements limit for cached tensors in the _TensorCacheGravatar Akshay Modi2018-08-30
* | We now also log the exception which is thrown while running the session.Gravatar A. Unique TensorFlower2018-08-30
| * tf.errors.OpError and its subclasses are pickleableGravatar Sergei Lebedev2018-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
* Replace `get_default_context()` with `context()`.Gravatar Tom Hennigan2018-08-28
* This CL makes it so several of the assertAll... tests in test_util_test.py ru...Gravatar A. Unique TensorFlower2018-08-27
* Allow `tf.enable_eager_execution()` to be run multiple times.Gravatar Tom Hennigan2018-08-27
* Clean up the Python function API.Gravatar Akshay Agrawal2018-08-24
* 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
* Make function_def_to_graph{_def} work with control dependencies.Gravatar Skye Wanderman-Milne2018-08-23
* No reason not to support pickling/unpickling eager tensors/variables.Gravatar Alexandre Passos2018-08-22
* Add the device (stack) to tfe.defun's cache key, and copy the device stackGravatar Akshay Agrawal2018-08-22
* Replaced calls to tensorflow::StringPiece::ToString with string conversions.Gravatar A. Unique TensorFlower2018-08-22
* Merge pull request #21733 from aapeliv:masterGravatar TensorFlower Gardener2018-08-22
|\
* | Move from deprecated self.test_session() to self.session() when a graph is set.Gravatar A. Unique TensorFlower2018-08-21
* | Add test decorator for using both cond and cond_v2 in a test.Gravatar Jacques Pienaar2018-08-21
* | Remove 'graph' argument from FuncGraph.__init__.Gravatar Skye Wanderman-Milne2018-08-21
* | Fix Keras Input layer with sparse=TrueGravatar A. Unique TensorFlower2018-08-21
* | Deprecate test_session() and introduce instead session() and cached_session().Gravatar A. Unique TensorFlower2018-08-20
| * SparseTensor doesn't return anything in __init__Gravatar Aapeli2018-08-20
|/
* Move FindInputArg() for ApiDef::Arg to op_def_util.cc and cleanup Python/c++ ...Gravatar Nick Kreeger2018-08-17
* Wrap the eagerly executed bits of unit tests in their own graphsGravatar Allen Lavoie2018-08-16
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* Add documentation clarifying the differences between tf.fill and tf.constant.Gravatar A. Unique TensorFlower2018-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
* 1. Move distribution strategy context utility methods to a separate file with...Gravatar Priya Gupta2018-08-14
* Merge pull request #20413 from Horstage:masterGravatar TensorFlower Gardener2018-08-10
|\
* | Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
| * Merge branch 'master' into masterGravatar Jan Hünnemeyer2018-08-09
| |\ | |/ |/|
* | Add an optional input signature for functions generated with defun.Gravatar Akshay Agrawal2018-08-06
* | Merge pull request #21256 from CyanoKobalamyne:patch-1Gravatar TensorFlower Gardener2018-08-06
|\ \
* | | clarify __iter__ error message.Gravatar Mark Daoust2018-08-03
* | | Allow setting server_def directly on TFE_Context.Gravatar Akshay Modi2018-08-03
* | | Use device and colocation stack metadata to improve an error message in ops.p...Gravatar A. Unique TensorFlower2018-08-02
* | | Add shapes argument to func_graph_from_py_funcGravatar Sourabh Bajaj2018-08-01
| * | Fix typo in docstring of is_tensorGravatar Áron Ricardo Perez-Lopez2018-07-30
|/ /
* | Adding NodeDef names to error messages for better debuggability.Gravatar A. Unique TensorFlower2018-07-27
* | 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
* | Merge pull request #19533 from yongtang:19180-bfloat16Gravatar TensorFlower Gardener2018-07-25
|\ \
* | | Add estimator in contrib that loads its model function from a SavedModel.Gravatar Katherine Wu2018-07-25
* | | Implement __index__ in EagerTensor.Gravatar Asim Shankar2018-07-25
* | | Fix importing a while loop into a cond.Gravatar Skye Wanderman-Milne2018-07-25
* | | use parameterized test in rmspropGravatar Zhenyu Tan2018-07-24
* | | Dictionary tracking for tf.keras.Model attribute assignmentGravatar Allen Lavoie2018-07-24