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

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]