Searched refs:CopyFromBufferHandle (Results 1 – 9 of 9) sorted by relevance
75 TfLiteStatus CopyFromBufferHandle(TfLiteContext* context, in CopyFromBufferHandle() function142 CopyFromBufferHandle = &flex::delegate::CopyFromBufferHandle; in FlexDelegate()
78 delegate_.CopyFromBufferHandle = [](TfLiteContext* context, in ConfigureDelegate()
68 .CopyFromBufferHandle = nullptr, in Java_org_tensorflow_lite_InterpreterTest_getNativeHandleForDelegate()84 .CopyFromBufferHandle = nullptr, in Java_org_tensorflow_lite_InterpreterTest_getNativeHandleForInvalidDelegate()
166 TfLiteStatus CopyFromBufferHandle(TfLiteContext* context,182 delegate->CopyFromBufferHandle = &CopyFromBufferHandle;
254 TF_LITE_ENSURE(context_, t->delegate->CopyFromBufferHandle != nullptr); in EnsureTensorDataIsReadable()256 TF_LITE_ENSURE_STATUS(t->delegate->CopyFromBufferHandle( in EnsureTensorDataIsReadable()
183 .CopyFromBufferHandle = NULL, in TfLiteDelegateCreate()
561 TfLiteStatus (*CopyFromBufferHandle)(TfLiteContext* context, member
1419 .CopyFromBufferHandle = nullptr, in NnApiDelegate()
1161 delegate_.CopyFromBufferHandle = in SimpleDelegate()