TfLiteInvokeHasXNNPack Property |
https://www.emgu.com
Return true if tflite is build with XNNPack
Namespace:
Emgu.TF.Lite
Assembly:
Emgu.TF.Lite.Netstandard (in Emgu.TF.Lite.Netstandard.dll) Version: 2.8.0.1418
Syntaxpublic static bool HasXNNPack { get; }
Public Shared ReadOnly Property HasXNNPack As Boolean
Get
public:
static property bool HasXNNPack {
bool get ();
}
static member HasXNNPack : bool with get
Property Value
Type:
Boolean
See Also