aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework
Commit message (Expand)AuthorAge
* Small cleanup in function_test.Gravatar Gunhan Gulsoy2018-10-09
* Avoid calling get_default_graph() during tf.enable_eager_execution()Gravatar Gunhan Gulsoy2018-10-08
* Partial support tfe.defun in tf.gradients.Gravatar Alexandre Passos2018-10-08
* Avoid adding spurious ops when colocating with resource variables.Gravatar Asim Shankar2018-10-08
* Do 2 warmup runs in assert_no_new_pyobjects_executing_eagerly.Gravatar Todd Wang2018-10-05
* Fix documentation.Gravatar A. Unique TensorFlower2018-10-05
* Re-enable the arithmetic optimizer by default in tests.Gravatar A. Unique TensorFlower2018-10-03
* Merge pull request #22517 from IMBurbank:masterGravatar TensorFlower Gardener2018-10-02
|\
* | Minor speed improvements to defun.Gravatar Akshay Modi2018-10-01
* | Updating function and class tf_export decorators for endpoints according toGravatar Anna R2018-10-01
* | Add flag for enabling while_v2.Gravatar Saurabh Saxena2018-09-28
| * Updated python3 tf_inspect.getargspec calls to use getfullargspec and repacka...Gravatar IMBurbank2018-09-27
* | Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
| * Update to use python 2-3 compatible function tf_inspect.getfullargspec.Gravatar IMBurbank2018-09-25
* | Merge pull request #22006 from facaiy:CLN/remove_print_for_assertGravatar TensorFlower Gardener2018-09-24
|\ \ | |/ |/|
* | Merge pull request #22461 from feihugis:Issue-12414_Error_Logging_SessionGravatar TensorFlower Gardener2018-09-24
|\ \
* | | Add support for non-string attributesGravatar A. Unique TensorFlower2018-09-24
* | | Add PinToHostOptimizer to grappler: force small ops to happen on CPU (instead ofGravatar A. Unique TensorFlower2018-09-22
| * | Disable the logging for OutofRangeError in testGravatar Fei Hu2018-09-22
| | * CLN: revise commentGravatar Yan Facai (颜发才)2018-09-20
* | | Copy Tensor._handle_data from external_capture to placeholder for Variant ten...Gravatar Saurabh Saxena2018-09-19
* | | This CL adds a new `tf.print` operator that more closely aligns with the stan...Gravatar A. Unique TensorFlower2018-09-19
* | | Add a new function to load kernel libraries and library folders.Gravatar Gunhan Gulsoy2018-09-18
* | | Keep only weak references to variables in graph functionsGravatar Allen Lavoie2018-09-17
* | | [TF] Update strings to run on device:CPUGravatar A. Unique TensorFlower2018-09-13
* | | Use WeakKeyDictionaries for global Keras {graph->...} mapsGravatar Igor Ganichev2018-09-12
* | | Make control_flow_ops._ENABLE_COND_V2 public.Gravatar Skye Wanderman-Milne2018-09-11
* | | Merge pull request #22175 from yongtang:09102018-np.floatingGravatar TensorFlower Gardener2018-09-11
|\ \ \
| | | * Merge branch 'master' into CLN/remove_print_for_assertGravatar Yan Facai (颜发才)2018-09-11
| | | |\ | |_|_|/ |/| | |
* | | | Resolving a bug where regex pattern for errors was not matching in case the e...Gravatar A. Unique TensorFlower2018-09-10
* | | | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
| |/ / |/| |
* | | Merge pull request #22044 from yongtang:21164-default-floatGravatar TensorFlower Gardener2018-09-10
|\ \ \
* | | | Fix unhelpful error messageGravatar A. Unique TensorFlower2018-09-10
* | | | Fix code section in documentation of tf.enable_eager_execution().Gravatar A. Unique TensorFlower2018-09-09
| | * | Fix np.float -> np.floating changeGravatar Yong Tang2018-09-09
| |/ / |/| |
* | | Add PyMemberDef for __dict__ on eager tensors.Gravatar Akshay Modi2018-09-07
* | | Documentation fix for TensorShape.__getitem__Gravatar A. Unique TensorFlower2018-09-06
* | | Allow creating a py EagerTensor that shares the underlying TensorHandle.Gravatar Akshay Modi2018-09-05
* | | Mark tf.GraphKeys.VARIABLES as deprecatedGravatar A. Unique TensorFlower2018-09-05
* | | test_util.py: Allow use_gpu to change between calls to self.cached_session()Gravatar Asim Shankar2018-09-05
* | | Update `make_tensor_proto` docs to reference public symbol for `make_ndarray`.Gravatar Tom Hennigan2018-09-05
| * | Update include order of the header files in python_op_gen_internal.cc,Gravatar Yong Tang2018-09-05
* | | There were two different error reporting formats within TensorFlow: `{{key va...Gravatar A. Unique TensorFlower2018-09-04
* | | Remove reference cycles when constructing distribution objectsGravatar Allen Lavoie2018-09-04
| * | Sanitize with clang-foramtGravatar Yong Tang2018-09-04
| * | Add precision to match the existing behavior.Gravatar Yong Tang2018-09-04
| * | Fix syntax error in single_image_random_dot_stereograms caused by localeGravatar Yong Tang2018-09-04
|/ /
| * CLN: remove print method, and append error msg to exceptionGravatar Yan Facai (颜发才)2018-09-01
|/
* Currently there are two formats for error reporting inside TensorFlow. This i...Gravatar A. Unique TensorFlower2018-08-31
* Merge pull request #21970 from superbobry:pickleable-errorsGravatar TensorFlower Gardener2018-08-31
|\