outputInfo property

  1. @TagNumber(5)
List<TensorInfo> get outputInfo

the output arrays/tensors of the model, order matters

Implementation

@$pb.TagNumber(5)
$core.List<TensorInfo> get outputInfo => $_getList(4);