Class IModelInstanceInterface
- class IModelInstanceInterface
-
Generic Interface for a model instance wrapping NNE ModelInstaces targetted at different devices.
Subclassed by UModelInstanceWrapper< T >
Public Functions
- virtual UE::NNE::EResultStatus SetInputTensorShapes(TConstArrayView<UE::NNE::FTensorShape> InInputShapes) = 0
- virtual UE::NNE::EResultStatus RunSync(TConstArrayView<FGenericTensorBinding> InInputBindings, TConstArrayView<FGenericTensorBinding> InOutputBinding) = 0