inputNames property

List<String> get inputNames

The names of all input tensors for this signature.

Implementation

List<String> get inputNames =>
    List.generate(inputCount, getInputName, growable: false);