getOutputIndex method

int getOutputIndex(
  1. String opName
)

Gets index of an output given the op name of the output.

Implementation

int getOutputIndex(String opName) =>
    _findTensorIndex(opName, getOutputTensors(), 'Output');