Update generated Python Op docs.

Change: 130463791
This commit is contained in:
A. Unique TensorFlower 2016-08-16 15:49:30 -08:00 committed by TensorFlower Gardener
parent e781bd8e09
commit 014cc05a11
3 changed files with 4 additions and 8 deletions

View File

@ -9509,8 +9509,7 @@ x = [[x0, x1], [x2, x3]] # Shape is [2, 2, 3, 3].
dist.pdf(x) # Shape is [2, 2].
# (*) - To efficiently create a trainable covariance matrix, see the example
# in tf.contrib.distributions.batch_matrix_diag_transform
# (operator_pd_cholesky.py).
# in tf.contrib.distributions.batch_matrix_diag_transform.
```
- - -
@ -9995,8 +9994,7 @@ x = [[x0, x1], [x2, x3]] # Shape is [2, 2, 3, 3]; xi is positive definite.
dist.pdf(x) # Shape is [2, 2].
# (*) - To efficiently create a trainable covariance matrix, see the example
# in tf.contrib.distributions.batch_matrix_diag_transform
# (operator_pd_cholesky.py).
# in tf.contrib.distributions.batch_matrix_diag_transform.
```
- - -

View File

@ -55,8 +55,7 @@ x = [[x0, x1], [x2, x3]] # Shape is [2, 2, 3, 3].
dist.pdf(x) # Shape is [2, 2].
# (*) - To efficiently create a trainable covariance matrix, see the example
# in tf.contrib.distributions.batch_matrix_diag_transform
# (operator_pd_cholesky.py).
# in tf.contrib.distributions.batch_matrix_diag_transform.
```
- - -

View File

@ -51,8 +51,7 @@ x = [[x0, x1], [x2, x3]] # Shape is [2, 2, 3, 3]; xi is positive definite.
dist.pdf(x) # Shape is [2, 2].
# (*) - To efficiently create a trainable covariance matrix, see the example
# in tf.contrib.distributions.batch_matrix_diag_transform
# (operator_pd_cholesky.py).
# in tf.contrib.distributions.batch_matrix_diag_transform.
```
- - -