libTfLiteFlexDelegatePath top-level property

String get libTfLiteFlexDelegatePath

The path to the library which contains that Flex Delegate for LiteRT

Implementation

String get libTfLiteFlexDelegatePath {

  if(_libTfLiteFlexDelegatePath == null){
    throw Exception("LiteRT has not been initialized! Run `initLiteRT` first!");
  }

  return _libTfLiteFlexDelegatePath!;
}