Type FixedLenFeature
Namespace tensorflow
Parent PythonObjectContainer
Interfaces IFixedLenFeature
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.