getInputTensors method

List<Tensor> getInputTensors()

Returns all input tensors for this signature.

Implementation

List<Tensor> getInputTensors() =>
    inputNames.map(getInputTensor).toList(growable: false);