Searched refs:kRegistration (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/common/testing/ |
D | tflite_model_reader.cc | 48 const TfLiteRegistration kRegistration = { in DelegatePrepare() local 70 context, kRegistration, ops_to_replace, delegate); in DelegatePrepare()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | gpu_api_delegate.cc | 313 const TfLiteRegistration kRegistration = { in DelegatePrepare() local 361 context, kRegistration, ops_to_replace, delegate); in DelegatePrepare()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/ |
D | delegate.cc | 367 const TfLiteRegistration kRegistration = { in DelegatePrepare() local 431 context, kRegistration, ops_to_replace, delegate); in DelegatePrepare()
|
D | gl_delegate.cc | 382 const TfLiteRegistration kRegistration = { in DelegatePrepare() local 417 context, kRegistration, ops_to_replace, delegate); in DelegatePrepare()
|
D | metal_delegate.mm | 635 const TfLiteRegistration kRegistration = { 681 const auto status = context->ReplaceNodeSubsetsWithDelegateKernels(context, kRegistration,
|