outPutTensorShape property

  1. @override
List<int> outPutTensorShape
override

Implementation

@override
List<int> get outPutTensorShape {
  return _interpreter.getOutputTensors().first.shape;
}