aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python
Commit message (Expand)AuthorAge
* Include the print function in the list of special functions - its name is not...Gravatar Dan Moldovan2018-09-20
* Implement TF graph capture.Gravatar Russell Power2018-09-20
* This CL adds a Keras-based mobilenet_v2 feature extractor for object detectio...Gravatar A. Unique TensorFlower2018-09-20
* Simplifies the ResourceVariable constructor.Gravatar Alexandre Passos2018-09-20
* Updating doc references to tf.distributions to point to tfp.distributions.Gravatar Brian Patton2018-09-20
* Add searchsorted (ie lower/upper bound) op.Gravatar A. Unique TensorFlower2018-09-20
* Fix _handle_data of variant and resource type outputs of While op in while_v2.Gravatar Saurabh Saxena2018-09-20
* Replace the OrderedDict with a basic list/dict solution. OrderedDict is probl...Gravatar Dan Moldovan2018-09-20
* Callbacks should count the steps correctly in the multi step caseGravatar Sourabh Bajaj2018-09-20
* Fix typo in _EnforceShapeInvariant.Gravatar A. Unique TensorFlower2018-09-20
* compat: Update forward compatibility horizon to 2018-09-20Gravatar A. Unique TensorFlower2018-09-20
* Speeds up _random_flip for batched images.Gravatar A. Unique TensorFlower2018-09-19
* 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
* Boosted trees: Add error messages when tree complexity parameter is not prope...Gravatar A. Unique TensorFlower2018-09-19
* Create a steps_per_run variable to be updated correctly in the fit loop to ma...Gravatar Sourabh Bajaj2018-09-19
* Allow the tape tensor to have unknown shapes.Gravatar Akshay Modi2018-09-19
* Re-enable flaky keras_testGravatar Anjali Sridhar2018-09-19
* Add a space to the error message.Gravatar Amit Patankar2018-09-19
* Python interface for Boosted Trees model explainability (currently includes d...Gravatar A. Unique TensorFlower2018-09-19
* Force-place embedding variables on CPUs ein eager mode.Gravatar Alexandre Passos2018-09-19
* Merge pull request #22301 from jennynz:masterGravatar TensorFlower Gardener2018-09-19
|\
* | Automated rollback of commit 9fe177881224571aff0c267593f747f5fd7a2967Gravatar Rohan Jain2018-09-19
* | Distributions should raise the original exception (log_prob not implemented) ...Gravatar Brian Patton2018-09-19
* | jacobian: manually setting the output shape in the output.Gravatar A. Unique TensorFlower2018-09-19
* | compat: Update forward compatibility horizon to 2018-09-19Gravatar A. Unique TensorFlower2018-09-19
* | Modify Timeline Analysis to consider allocations in order.Gravatar A. Unique TensorFlower2018-09-19
* | First commit for functional while loop.Gravatar Saurabh Saxena2018-09-18
* | Getting DNNModel to work with the new feature columns.Gravatar Rohan Jain2018-09-18
* | [tf.data] Add a test for state persistence between iterators over the same Ma...Gravatar Derek Murray2018-09-18
* | Update the grappler plugin to support the @defun generated function and ops.Gravatar Scott Zhu2018-09-18
* | Add a new function to load kernel libraries and library folders.Gravatar Gunhan Gulsoy2018-09-18
* | Convert the new metric instances to (value_op, update_op) tuple in the Estima...Gravatar Pavithra Vijay2018-09-18
* | Updates documentation of Estimator.predict to note that an issue with yieldin...Gravatar Mustafa Ispir2018-09-18
* | Only start_step/end_step on GradientTape if executing eagerly.Gravatar Alexandre Passos2018-09-18
* | Link to readme for distribution strategy from distribute.py and package init ...Gravatar Priya Gupta2018-09-18
* | Extend template expansion support for arithmetic expressions.Gravatar Dan Moldovan2018-09-18
* | Simplify the interface of conversion_call to allow a ConversionOptions object...Gravatar Dan Moldovan2018-09-18
* | compat: Update forward compatibility horizon to 2018-09-18Gravatar A. Unique TensorFlower2018-09-18
* | Add Keras TPU support for the new metrics.Gravatar Pavithra Vijay2018-09-17
* | Break cwise_opt_test.py into 3 files to speed up testing, since we are up aga...Gravatar A. Unique TensorFlower2018-09-17
* | Num elements fastpath for eager tensors.Gravatar Akshay Modi2018-09-17
* | Increase test timeout for image_grad_test to de-flake.Gravatar A. Unique TensorFlower2018-09-17
* | Remove some dead code after migration from python to C.Gravatar Akshay Modi2018-09-17
* | [tf.data] Introducing `tf.data.Dataset.window(size, shift, stride, drop_remai...Gravatar Jiri Simsa2018-09-17
* | Fixing the documentation of the parse_sequence_example function.Gravatar A. Unique TensorFlower2018-09-17
* | Fix _check_is_tensor like _check_is_tensor_or_operation was fixed in #22264.Gravatar A. Unique TensorFlower2018-09-17
* | Keep only weak references to variables in graph functionsGravatar Allen Lavoie2018-09-17
* | Tweak test tolerance in segment_reduction_ops_test.py, which is otherwise flaky.Gravatar A. Unique TensorFlower2018-09-17
* | Compute `axes` and `free` statically during graph creation.Gravatar A. Unique TensorFlower2018-09-17