STT-tensorflow/tensorflow/tools/api/golden/v1/tensorflow.io.-fixed-len-sequence-feature.pbtxt
Edward Loper 86c4003851 Updated tf.io.parse_example and tf.io.parse_single_example to support ragged features.
* Added tf.io.RaggedFeature
* Updated tf.io.parse_example and tf.io.parse_single_example to accept RaggedFeature.

PiperOrigin-RevId: 270024281
2019-09-19 06:18:14 -07:00

32 lines
676 B
Plaintext

path: "tensorflow.io.FixedLenSequenceFeature"
tf_class {
is_instance: "<class \'tensorflow.python.ops.parsing_config.FixedLenSequenceFeature\'>"
is_instance: "<class \'tensorflow.python.ops.parsing_config.FixedLenSequenceFeature\'>"
is_instance: "<type \'tuple\'>"
member {
name: "allow_missing"
mtype: "<type \'property\'>"
}
member {
name: "default_value"
mtype: "<type \'property\'>"
}
member {
name: "dtype"
mtype: "<type \'property\'>"
}
member {
name: "shape"
mtype: "<type \'property\'>"
}
member_method {
name: "__init__"
}
member_method {
name: "count"
}
member_method {
name: "index"
}
}