libTfLiteGPUDelegatePath top-level property

String get libTfLiteGPUDelegatePath

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

Implementation

String get libTfLiteGPUDelegatePath {

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

  return _libTfLiteGPUDelegatePath!;
}