Update generated Python Op docs.

Change: 147051580
This commit is contained in:
A. Unique TensorFlower 2017-02-09 10:37:03 -08:00 committed by TensorFlower Gardener
parent 734d166bad
commit 1d337e43fa
2 changed files with 4 additions and 2 deletions

View File

@ -1449,11 +1449,12 @@ Checks the validity of the set of FeatureColumns.
##### Args:
* <b>`feature_columns`</b>: A set of instances or subclasses of FeatureColumn.
* <b>`feature_columns`</b>: An iterable of instances or subclasses of FeatureColumn.
##### Raises:
* <b>`ValueError`</b>: If `feature_columns` is a dict.
* <b>`ValueError`</b>: If there are duplicate feature column keys.

View File

@ -5,10 +5,11 @@ Checks the validity of the set of FeatureColumns.
##### Args:
* <b>`feature_columns`</b>: A set of instances or subclasses of FeatureColumn.
* <b>`feature_columns`</b>: An iterable of instances or subclasses of FeatureColumn.
##### Raises:
* <b>`ValueError`</b>: If `feature_columns` is a dict.
* <b>`ValueError`</b>: If there are duplicate feature column keys.