aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-09-15 17:20:42 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-09-15 18:32:15 -0700
commit8fdb9748ac7176c8c36379898ae0c2c01f3aa431 (patch)
tree548b3efe6d80bef9f955f710e89175f1ce61f9cb
parente29d94947a7ef28b4917b22c019aacbe7dacc6db (diff)
Update generated Python Op docs.
Change: 133334402
-rw-r--r--tensorflow/g3doc/api_docs/python/contrib.learn.md7
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/shard1/tf.contrib.learn.LinearClassifier.md7
2 files changed, 14 insertions, 0 deletions
diff --git a/tensorflow/g3doc/api_docs/python/contrib.learn.md b/tensorflow/g3doc/api_docs/python/contrib.learn.md
index 7c4bcc5e65..cb62c12b87 100644
--- a/tensorflow/g3doc/api_docs/python/contrib.learn.md
+++ b/tensorflow/g3doc/api_docs/python/contrib.learn.md
@@ -1852,6 +1852,13 @@ See trainable.Trainable.
- - -
+#### `tf.contrib.learn.LinearClassifier.model_dir` {#LinearClassifier.model_dir}
+
+
+
+
+- - -
+
#### `tf.contrib.learn.LinearClassifier.predict(x=None, input_fn=None, batch_size=None, as_iterable=False)` {#LinearClassifier.predict}
Runs inference to determine the predicted class.
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard1/tf.contrib.learn.LinearClassifier.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard1/tf.contrib.learn.LinearClassifier.md
index 073f7ae221..04f54264a5 100644
--- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard1/tf.contrib.learn.LinearClassifier.md
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard1/tf.contrib.learn.LinearClassifier.md
@@ -153,6 +153,13 @@ See trainable.Trainable.
- - -
+#### `tf.contrib.learn.LinearClassifier.model_dir` {#LinearClassifier.model_dir}
+
+
+
+
+- - -
+
#### `tf.contrib.learn.LinearClassifier.predict(x=None, input_fn=None, batch_size=None, as_iterable=False)` {#LinearClassifier.predict}
Runs inference to determine the predicted class.