tf.layers.Input module#

tf.layers.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.