tfl.premade_lib.build_input_layer

Creates a mapping from feature name to tf.keras.Input.

feature_configs A list of tfl.configs.FeatureConfig instances that specify configurations for each feature.
dtype dtype
ragged If the inputs are ragged tensors.

Mapping from feature name to tf.keras.Input for the inputs specified by feature_configs.