View source on GitHub |
Returns the list of input tensors necessary to compute tensor
.
tf.keras.utils.get_source_inputs(
tensor
)
Output will always be a list of tensors (potentially with 1 element).
Args | |
---|---|
tensor
|
The tensor to start from. |
Returns | |
---|---|
List of input tensors. |