outputNames property

List<String> get outputNames

The names of all output tensors for this signature.

Implementation

List<String> get outputNames =>
    List.generate(outputCount, getOutputName, growable: false);