Skip to content

Commit 29c367c

Browse files
Update generated Python Op docs.
Change: 136492191
1 parent 5d81e04 commit 29c367c

4 files changed

Lines changed: 16 additions & 16 deletions

File tree

tensorflow/g3doc/api_docs/python/contrib.distributions.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20217,8 +20217,8 @@ Additional documentation from `TransformedDistribution`:
2021720217

2021820218
##### <b>`condition_kwargs`</b>:
2021920219

20220-
* <b>`distribution_kwargs`</b>: Python dictionary of arg names/values forwarded to the distribution.
2022120220
* <b>`bijector_kwargs`</b>: Python dictionary of arg names/values forwarded to the bijector.
20221+
* <b>`distribution_kwargs`</b>: Python dictionary of arg names/values forwarded to the distribution.
2022220222

2022320223
##### Args:
2022420224

@@ -20335,8 +20335,8 @@ Additional documentation from `TransformedDistribution`:
2033520335

2033620336
##### <b>`condition_kwargs`</b>:
2033720337

20338-
* <b>`distribution_kwargs`</b>: Python dictionary of arg names/values forwarded to the distribution.
2033920338
* <b>`bijector_kwargs`</b>: Python dictionary of arg names/values forwarded to the bijector.
20339+
* <b>`distribution_kwargs`</b>: Python dictionary of arg names/values forwarded to the distribution.
2034020340

2034120341
##### Args:
2034220342

@@ -20419,8 +20419,8 @@ Implements `(log o p o g^{-1})(y) + (log o det o J o g^{-1})(y)`,
2041920419

2042020420
##### <b>`condition_kwargs`</b>:
2042120421

20422-
* <b>`distribution_kwargs`</b>: Python dictionary of arg names/values forwarded to the distribution.
2042320422
* <b>`bijector_kwargs`</b>: Python dictionary of arg names/values forwarded to the bijector.
20423+
* <b>`distribution_kwargs`</b>: Python dictionary of arg names/values forwarded to the distribution.
2042420424

2042520425
##### Args:
2042620426

@@ -20458,8 +20458,8 @@ Additional documentation from `TransformedDistribution`:
2045820458

2045920459
##### <b>`condition_kwargs`</b>:
2046020460

20461-
* <b>`distribution_kwargs`</b>: Python dictionary of arg names/values forwarded to the distribution.
2046220461
* <b>`bijector_kwargs`</b>: Python dictionary of arg names/values forwarded to the bijector.
20462+
* <b>`distribution_kwargs`</b>: Python dictionary of arg names/values forwarded to the distribution.
2046320463

2046420464
##### Args:
2046520465

@@ -20611,8 +20611,8 @@ Implements `p(g^{-1}(y)) det|J(g^{-1}(y))|`, where `g^{-1}` is the
2061120611

2061220612
##### <b>`condition_kwargs`</b>:
2061320613

20614-
* <b>`distribution_kwargs`</b>: Python dictionary of arg names/values forwarded to the distribution.
2061520614
* <b>`bijector_kwargs`</b>: Python dictionary of arg names/values forwarded to the bijector.
20615+
* <b>`distribution_kwargs`</b>: Python dictionary of arg names/values forwarded to the distribution.
2061620616

2061720617
##### Args:
2061820618

@@ -20665,8 +20665,8 @@ Samples from the base distribution and then passes through
2066520665

2066620666
##### <b>`condition_kwargs`</b>:
2066720667

20668-
* <b>`distribution_kwargs`</b>: Python dictionary of arg names/values forwarded to the distribution.
2066920668
* <b>`bijector_kwargs`</b>: Python dictionary of arg names/values forwarded to the bijector.
20669+
* <b>`distribution_kwargs`</b>: Python dictionary of arg names/values forwarded to the distribution.
2067020670

2067120671
##### Args:
2067220672

@@ -20714,8 +20714,8 @@ Additional documentation from `TransformedDistribution`:
2071420714

2071520715
##### <b>`condition_kwargs`</b>:
2071620716

20717-
* <b>`distribution_kwargs`</b>: Python dictionary of arg names/values forwarded to the distribution.
2071820717
* <b>`bijector_kwargs`</b>: Python dictionary of arg names/values forwarded to the bijector.
20718+
* <b>`distribution_kwargs`</b>: Python dictionary of arg names/values forwarded to the distribution.
2071920719

2072020720
##### Args:
2072120721

tensorflow/g3doc/api_docs/python/framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2221,7 +2221,7 @@ Returns a reference `DType` based on this `DType`.
22212221

22222222
#### `tf.DType.is_floating` {#DType.is_floating}
22232223

2224-
Returns whether this is a (real) floating point type.
2224+
Returns whether this is a (non-quantized, real) floating point type.
22252225

22262226

22272227
- - -

tensorflow/g3doc/api_docs/python/functions_and_classes/shard1/tf.contrib.distributions.TransformedDistribution.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ Additional documentation from `TransformedDistribution`:
182182
183183
##### <b>`condition_kwargs`</b>:
184184
185-
* <b>`distribution_kwargs`</b>: Python dictionary of arg names/values forwarded to the distribution.
186185
* <b>`bijector_kwargs`</b>: Python dictionary of arg names/values forwarded to the bijector.
186+
* <b>`distribution_kwargs`</b>: Python dictionary of arg names/values forwarded to the distribution.
187187
188188
##### Args:
189189
@@ -300,8 +300,8 @@ Additional documentation from `TransformedDistribution`:
300300
301301
##### <b>`condition_kwargs`</b>:
302302
303-
* <b>`distribution_kwargs`</b>: Python dictionary of arg names/values forwarded to the distribution.
304303
* <b>`bijector_kwargs`</b>: Python dictionary of arg names/values forwarded to the bijector.
304+
* <b>`distribution_kwargs`</b>: Python dictionary of arg names/values forwarded to the distribution.
305305
306306
##### Args:
307307
@@ -384,8 +384,8 @@ Implements `(log o p o g^{-1})(y) + (log o det o J o g^{-1})(y)`,
384384
385385
##### <b>`condition_kwargs`</b>:
386386
387-
* <b>`distribution_kwargs`</b>: Python dictionary of arg names/values forwarded to the distribution.
388387
* <b>`bijector_kwargs`</b>: Python dictionary of arg names/values forwarded to the bijector.
388+
* <b>`distribution_kwargs`</b>: Python dictionary of arg names/values forwarded to the distribution.
389389
390390
##### Args:
391391
@@ -423,8 +423,8 @@ Additional documentation from `TransformedDistribution`:
423423
424424
##### <b>`condition_kwargs`</b>:
425425
426-
* <b>`distribution_kwargs`</b>: Python dictionary of arg names/values forwarded to the distribution.
427426
* <b>`bijector_kwargs`</b>: Python dictionary of arg names/values forwarded to the bijector.
427+
* <b>`distribution_kwargs`</b>: Python dictionary of arg names/values forwarded to the distribution.
428428
429429
##### Args:
430430
@@ -576,8 +576,8 @@ Implements `p(g^{-1}(y)) det|J(g^{-1}(y))|`, where `g^{-1}` is the
576576
577577
##### <b>`condition_kwargs`</b>:
578578
579-
* <b>`distribution_kwargs`</b>: Python dictionary of arg names/values forwarded to the distribution.
580579
* <b>`bijector_kwargs`</b>: Python dictionary of arg names/values forwarded to the bijector.
580+
* <b>`distribution_kwargs`</b>: Python dictionary of arg names/values forwarded to the distribution.
581581
582582
##### Args:
583583
@@ -630,8 +630,8 @@ Samples from the base distribution and then passes through
630630
631631
##### <b>`condition_kwargs`</b>:
632632
633-
* <b>`distribution_kwargs`</b>: Python dictionary of arg names/values forwarded to the distribution.
634633
* <b>`bijector_kwargs`</b>: Python dictionary of arg names/values forwarded to the bijector.
634+
* <b>`distribution_kwargs`</b>: Python dictionary of arg names/values forwarded to the distribution.
635635
636636
##### Args:
637637
@@ -679,8 +679,8 @@ Additional documentation from `TransformedDistribution`:
679679
680680
##### <b>`condition_kwargs`</b>:
681681
682-
* <b>`distribution_kwargs`</b>: Python dictionary of arg names/values forwarded to the distribution.
683682
* <b>`bijector_kwargs`</b>: Python dictionary of arg names/values forwarded to the bijector.
683+
* <b>`distribution_kwargs`</b>: Python dictionary of arg names/values forwarded to the distribution.
684684
685685
##### Args:
686686

tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.DType.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Returns a reference `DType` based on this `DType`.
9494

9595
#### `tf.DType.is_floating` {#DType.is_floating}
9696

97-
Returns whether this is a (real) floating point type.
97+
Returns whether this is a (non-quantized, real) floating point type.
9898

9999

100100
- - -

0 commit comments

Comments
 (0)