aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops
Commit message (Expand)AuthorAge
* cond_v2: raise an error if pred is a Python bool.Gravatar Skye Wanderman-Milne2018-10-10
* Silence tf.distributions deprecation messages caused by internal global funct...Gravatar Pavel Sountsov2018-10-09
* Removing the _SHOULD_RECORD_SUMMARIES_NAME andGravatar Rohan Jain2018-10-09
* Create SDCAOptimizerV2 op to fix the "adaptative" typo.Gravatar Yuefeng Zhou2018-10-09
* Partial support tfe.defun in tf.gradients.Gravatar Alexandre Passos2018-10-08
* Add tf.BenchmarkConfig that returns a session config appropriate for benchmar...Gravatar A. Unique TensorFlower2018-10-08
* Merge pull request #21658 from lowintelligence:masterGravatar TensorFlower Gardener2018-10-08
|\
* | Add support for SequenceExamples to sequence_feature_columnsGravatar Karmel Allison2018-10-08
* | Benchmark for comparing original cond and cond_v2 performance.Gravatar Skye Wanderman-Milne2018-10-08
* | Simply the logic for bubbling captured tensors when building cond_v2 grad.Gravatar Saurabh Saxena2018-10-05
* | Automated rollback of commit d258207f1583df4faa452265b051879af6c15dacGravatar A. Unique TensorFlower2018-10-05
* | BEGIN_PUBLICGravatar A. Unique TensorFlower2018-10-05
* | Merge pull request #21945 from efagerho:masterGravatar TensorFlower Gardener2018-10-04
|\ \
* | | Avoid creating control edges on not-this-graph.Gravatar Alexandre Passos2018-10-04
* | | Add "encoding" attribute to string substr op, which controls how each "charac...Gravatar A. Unique TensorFlower2018-10-04
* | | Add option in tf.gradients() to return zero tensors for unconnected gradients.Gravatar A. Unique TensorFlower2018-10-04
* | | Make batch_gather work with indices of dtype int64.Gravatar Adria Puigdomenech2018-10-04
* | | Set shape for output tensors of cond_v2.Gravatar Saurabh Saxena2018-10-02
* | | Support shape_invariants in while_v2. Note that this arg is temporary and may...Gravatar Saurabh Saxena2018-10-02
* | | Copy tf.distributions to tfp.distributions, and deprecate the tf.distribution...Gravatar A. Unique TensorFlower2018-10-02
* | | Merge pull request #22126 from ConcurrencyPractitioner:masterGravatar TensorFlower Gardener2018-10-02
|\ \ \
* | | | Use xlogy in a few places in TFP to avoid NaN's for certain special cases.Gravatar A. Unique TensorFlower2018-10-02
* | | | Export endpoint for the version of the `regex_replace` function that calls St...Gravatar A. Unique TensorFlower2018-10-02
* | | | Override implementation of log survival for Exponential distribution to bette...Gravatar A. Unique TensorFlower2018-10-01
* | | | Add email comment explicitly authorizing distributions/special_math.py be rel...Gravatar Joshua V. Dillon2018-10-01
* | | | Fix benchmark regression.Gravatar Alexandre Passos2018-10-01
* | | | Updating function and class tf_export decorators for endpoints according toGravatar Anna R2018-10-01
* | | | Add deprecation notice for BasicRNNCell, which will be replaced by keras.Simp...Gravatar Scott Zhu2018-10-01
* | | | Merge pull request #22473 from wangsiyu:assign_in_part_varsGravatar TensorFlower Gardener2018-10-01
|\ \ \ \
* | | | | Moves the creation of regularizer ops in get_variable out of surrounding cont...Gravatar A. Unique TensorFlower2018-10-01
* | | | | Parallel_for: fix converters for some ops that don't support broadcasting.Gravatar A. Unique TensorFlower2018-09-30
* | | | | Add flag for enabling while_v2.Gravatar Saurabh Saxena2018-09-28
* | | | | Remove @{} api_links and ban "@{}" from python and md files.Gravatar Mark Daoust2018-09-28
| * | | | remove slashGravatar wangsiyu2018-09-28
* | | | | Automated rollback of commit 425e96f3ae4eb338268e3738260f9d79e4bdd893. Revert...Gravatar A. Unique TensorFlower2018-09-27
* | | | | Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* | | | | Update logic used in get_variable to populate custom_getter's kwargs.Gravatar A. Unique TensorFlower2018-09-27
* | | | | Add xlogy and xdivy op.Gravatar A. Unique TensorFlower2018-09-26
* | | | | Specify a preferred_dtype=self.dtype when converting Distribution methods' sa...Gravatar Brian Patton2018-09-26
| | | | * Re-add compat module for leaky_relu implementation.Gravatar Cao Zongyan2018-09-26
| | | | * Merge remote-tracking branch 'origin'Gravatar Cao Zongyan2018-09-26
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Add "encoding" attribute to string length op, which controls how "string leng...Gravatar A. Unique TensorFlower2018-09-25
* | | | | Use self.cached_session instead of self.test_session in linear_operator_circu...Gravatar A. Unique TensorFlower2018-09-25
| * | | | remove warning linesGravatar wangsiyu2018-09-25
| * | | | fix pylintGravatar wangsiyu2018-09-25
| * | | | Merge branch 'master' of github.com:tensorflow/tensorflow into assign_in_part...Gravatar wangsiyu2018-09-25
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Unpack output of cond_v2 if it is a singleton to match behavior of cond.Gravatar Saurabh Saxena2018-09-24
* | | | | Documentation for tf.map_fn in Eager mode.Gravatar Debidatta Dwibedi2018-09-24
* | | | | Allow callers to specify a preferred dtype when calling convert_to_tensor.Gravatar Brian Patton2018-09-24
| | | | * Fix build dependencies in tensorflow/cc/BUILD.Gravatar Cao Zongyan2018-09-25