Returns all input tensors for this signature.
List<Tensor> getInputTensors() => inputNames.map(getInputTensor).toList(growable: false);