MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / CreateGPUDelegate

Function CreateGPUDelegate

tensorflow/lite/tools/evaluation/utils.cc:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99
100#if defined(__ANDROID__)
101Interpreter::TfLiteDelegatePtr CreateGPUDelegate(
102 tflite::FlatBufferModel* model, TfLiteGpuDelegateOptions* options) {
103 return Interpreter::TfLiteDelegatePtr(TfLiteGpuDelegateCreate(options),
104 &TfLiteGpuDelegateDelete);
105}
106#endif // defined(__ANDROID__)
107
108Interpreter::TfLiteDelegatePtr CreateGPUDelegate(

Callers 3

GetDelegatesMethod · 0.50
InitMethod · 0.50
TfLiteDriverMethod · 0.50

Calls 4

TfLiteGpuDelegateCreateFunction · 0.85
GetModelMethod · 0.45

Tested by

no test coverage detected