[][src]Type Definition tfrecord::types::Example

type Example = HashMap<String, Feature>;

The high level example, which is a collections of named features.

Trait Implementations

impl<'_> From<&'_ Example> for Example[src]

impl From<Example> for Example[src]

impl GenericRecord for Example[src]