tf.Input module

tf.Input module

tf.Input.SetupInputTensor(features, tf_summary=False)

Adds tensor summary to the model’s input features and their gradient, if tf_summary is set to True.

Parameters

features – The input features.