aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.FixedLenFeature.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.FixedLenFeature.md')
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.FixedLenFeature.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.FixedLenFeature.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.FixedLenFeature.md
new file mode 100644
index 0000000000..0ae54940a8
--- /dev/null
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.FixedLenFeature.md
@@ -0,0 +1,31 @@
+Configuration for parsing a fixed-length input feature.
+
+To treat sparse input as dense, provide a `default_value`; otherwise,
+the parse functions will fail on any examples missing this feature.
+
+Fields:
+ shape: Shape of input data.
+ dtype: Data type of input.
+ default_value: Value to be used if an example is missing this feature. It
+ must be compatible with `dtype`.
+- - -
+
+#### `tf.FixedLenFeature.default_value` {#FixedLenFeature.default_value}
+
+Alias for field number 2
+
+
+- - -
+
+#### `tf.FixedLenFeature.dtype` {#FixedLenFeature.dtype}
+
+Alias for field number 1
+
+
+- - -
+
+#### `tf.FixedLenFeature.shape` {#FixedLenFeature.shape}
+
+Alias for field number 0
+
+