tf.keras.utils.get_source_inputs

View source on GitHub

Returns the list of input tensors necessary to compute tensor.

tf.keras.utils.get_source_inputs(
    tensor, layer=None, node_index=None
)

Output will always be a list of tensors (potentially with 1 element).

Arguments:

Returns:

List of input tensors.