getOutputTensors method

List<Tensor> getOutputTensors()

Returns all output tensors for this signature.

Implementation

List<Tensor> getOutputTensors() =>
    outputNames.map(getOutputTensor).toList(growable: false);