Returns all output tensors for this signature.
List<Tensor> getOutputTensors() => outputNames.map(getOutputTensor).toList(growable: false);