STT-tensorflow/tensorflow/tools/api/golden/v1/tensorflow.io.-ragged-feature.-row-limits.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

19 lines
356 B
Plaintext

path: "tensorflow.io.RaggedFeature.RowLimits"
tf_class {
is_instance: "<class \'tensorflow.python.ops.parsing_config.RowLimits\'>"
is_instance: "<type \'tuple\'>"
member {
name: "key"
mtype: "<type \'property\'>"
}
member_method {
name: "__init__"
}
member_method {
name: "count"
}
member_method {
name: "index"
}
}