Module: tfm.core.tf_example_feature_key

Data classes for tf.Example proto feature keys.

Feature keys are grouped by feature types. Key names follow conventions in go/tf-example.

Classes

class TfExampleFeatureKeyBase: Base dataclass for defining tf.Example proto feature keys.

Functions

dataclass(...): partial(func, *args, **keywords) - new function with partial application of the given arguments and keywords.