Click or drag to resize

IOpResolver Interface

https://www.emgu.com
Abstract interface that returns TfLiteRegistrations given op codes or custom op names. This is the mechanism that ops being referenced in the flatbuffer model are mapped to executable function pointers (TfLiteRegistrations)

Namespace:  Emgu.TF.Lite
Assembly:  Emgu.TF.Lite (in Emgu.TF.Lite.dll) Version: 2.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
Syntax
public interface IOpResolver

The IOpResolver type exposes the following members.

Properties
  NameDescription
Public propertyOpResolverPtr
Pointer to the native OpResolver object.
Top
See Also