397 lines
21 KiB
C++
397 lines
21 KiB
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
/*===========================================================================
|
|
Generated code exported from UnrealHeaderTool.
|
|
DO NOT modify this manually! Edit the corresponding .h files instead!
|
|
===========================================================================*/
|
|
|
|
// IWYU pragma: private, include "NNERuntimeORT.h"
|
|
|
|
#ifdef NNERUNTIMEORT_NNERuntimeORT_generated_h
|
|
#error "NNERuntimeORT.generated.h already included, missing '#pragma once' in NNERuntimeORT.h"
|
|
#endif
|
|
#define NNERUNTIMEORT_NNERuntimeORT_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class UNNERuntimeORTCpu ********************************************************
|
|
struct Z_Construct_UClass_UNNERuntimeORTCpu_Statics;
|
|
NNERUNTIMEORT_API UClass* Z_Construct_UClass_UNNERuntimeORTCpu_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_26_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUNNERuntimeORTCpu(); \
|
|
friend struct ::Z_Construct_UClass_UNNERuntimeORTCpu_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend NNERUNTIMEORT_API UClass* ::Z_Construct_UClass_UNNERuntimeORTCpu_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UNNERuntimeORTCpu, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/NNERuntimeORT"), Z_Construct_UClass_UNNERuntimeORTCpu_NoRegister) \
|
|
DECLARE_SERIALIZER(UNNERuntimeORTCpu) \
|
|
virtual UObject* _getUObject() const override { return const_cast<UNNERuntimeORTCpu*>(this); }
|
|
|
|
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_26_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
NO_API UNNERuntimeORTCpu(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UNNERuntimeORTCpu(UNNERuntimeORTCpu&&) = delete; \
|
|
UNNERuntimeORTCpu(const UNNERuntimeORTCpu&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UNNERuntimeORTCpu); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UNNERuntimeORTCpu); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UNNERuntimeORTCpu)
|
|
|
|
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_23_PROLOG
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_26_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_26_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_26_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UNNERuntimeORTCpu;
|
|
|
|
// ********** End Class UNNERuntimeORTCpu **********************************************************
|
|
|
|
// ********** Begin Class UNNERuntimeORTDmlProxy ***************************************************
|
|
struct Z_Construct_UClass_UNNERuntimeORTDmlProxy_Statics;
|
|
NNERUNTIMEORT_API UClass* Z_Construct_UClass_UNNERuntimeORTDmlProxy_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_58_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUNNERuntimeORTDmlProxy(); \
|
|
friend struct ::Z_Construct_UClass_UNNERuntimeORTDmlProxy_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend NNERUNTIMEORT_API UClass* ::Z_Construct_UClass_UNNERuntimeORTDmlProxy_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UNNERuntimeORTDmlProxy, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/NNERuntimeORT"), Z_Construct_UClass_UNNERuntimeORTDmlProxy_NoRegister) \
|
|
DECLARE_SERIALIZER(UNNERuntimeORTDmlProxy) \
|
|
virtual UObject* _getUObject() const override { return const_cast<UNNERuntimeORTDmlProxy*>(this); }
|
|
|
|
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_58_ENHANCED_CONSTRUCTORS \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UNNERuntimeORTDmlProxy(UNNERuntimeORTDmlProxy&&) = delete; \
|
|
UNNERuntimeORTDmlProxy(const UNNERuntimeORTDmlProxy&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UNNERuntimeORTDmlProxy); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UNNERuntimeORTDmlProxy); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UNNERuntimeORTDmlProxy)
|
|
|
|
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_55_PROLOG
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_58_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_58_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_58_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UNNERuntimeORTDmlProxy;
|
|
|
|
// ********** End Class UNNERuntimeORTDmlProxy *****************************************************
|
|
|
|
// ********** Begin Class UNNERuntimeORTDml_GPU_RDG_NPU ********************************************
|
|
struct Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_NPU_Statics;
|
|
NNERUNTIMEORT_API UClass* Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_NPU_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_79_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUNNERuntimeORTDml_GPU_RDG_NPU(); \
|
|
friend struct ::Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_NPU_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend NNERUNTIMEORT_API UClass* ::Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_NPU_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UNNERuntimeORTDml_GPU_RDG_NPU, UNNERuntimeORTDmlProxy, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/NNERuntimeORT"), Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_NPU_NoRegister) \
|
|
DECLARE_SERIALIZER(UNNERuntimeORTDml_GPU_RDG_NPU) \
|
|
virtual UObject* _getUObject() const override { return const_cast<UNNERuntimeORTDml_GPU_RDG_NPU*>(this); }
|
|
|
|
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_79_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
NO_API UNNERuntimeORTDml_GPU_RDG_NPU(); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UNNERuntimeORTDml_GPU_RDG_NPU(UNNERuntimeORTDml_GPU_RDG_NPU&&) = delete; \
|
|
UNNERuntimeORTDml_GPU_RDG_NPU(const UNNERuntimeORTDml_GPU_RDG_NPU&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UNNERuntimeORTDml_GPU_RDG_NPU); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UNNERuntimeORTDml_GPU_RDG_NPU); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UNNERuntimeORTDml_GPU_RDG_NPU) \
|
|
NO_API virtual ~UNNERuntimeORTDml_GPU_RDG_NPU();
|
|
|
|
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_76_PROLOG
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_79_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_79_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_79_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UNNERuntimeORTDml_GPU_RDG_NPU;
|
|
|
|
// ********** End Class UNNERuntimeORTDml_GPU_RDG_NPU **********************************************
|
|
|
|
// ********** Begin Class UNNERuntimeORTDml_GPU_RDG ************************************************
|
|
struct Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_Statics;
|
|
NNERUNTIMEORT_API UClass* Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_95_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUNNERuntimeORTDml_GPU_RDG(); \
|
|
friend struct ::Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend NNERUNTIMEORT_API UClass* ::Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UNNERuntimeORTDml_GPU_RDG, UNNERuntimeORTDmlProxy, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/NNERuntimeORT"), Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_NoRegister) \
|
|
DECLARE_SERIALIZER(UNNERuntimeORTDml_GPU_RDG) \
|
|
virtual UObject* _getUObject() const override { return const_cast<UNNERuntimeORTDml_GPU_RDG*>(this); }
|
|
|
|
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_95_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
NO_API UNNERuntimeORTDml_GPU_RDG(); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UNNERuntimeORTDml_GPU_RDG(UNNERuntimeORTDml_GPU_RDG&&) = delete; \
|
|
UNNERuntimeORTDml_GPU_RDG(const UNNERuntimeORTDml_GPU_RDG&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UNNERuntimeORTDml_GPU_RDG); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UNNERuntimeORTDml_GPU_RDG); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UNNERuntimeORTDml_GPU_RDG) \
|
|
NO_API virtual ~UNNERuntimeORTDml_GPU_RDG();
|
|
|
|
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_92_PROLOG
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_95_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_95_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_95_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UNNERuntimeORTDml_GPU_RDG;
|
|
|
|
// ********** End Class UNNERuntimeORTDml_GPU_RDG **************************************************
|
|
|
|
// ********** Begin Class UNNERuntimeORTDml_GPU_NPU ************************************************
|
|
struct Z_Construct_UClass_UNNERuntimeORTDml_GPU_NPU_Statics;
|
|
NNERUNTIMEORT_API UClass* Z_Construct_UClass_UNNERuntimeORTDml_GPU_NPU_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_108_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUNNERuntimeORTDml_GPU_NPU(); \
|
|
friend struct ::Z_Construct_UClass_UNNERuntimeORTDml_GPU_NPU_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend NNERUNTIMEORT_API UClass* ::Z_Construct_UClass_UNNERuntimeORTDml_GPU_NPU_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UNNERuntimeORTDml_GPU_NPU, UNNERuntimeORTDmlProxy, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/NNERuntimeORT"), Z_Construct_UClass_UNNERuntimeORTDml_GPU_NPU_NoRegister) \
|
|
DECLARE_SERIALIZER(UNNERuntimeORTDml_GPU_NPU) \
|
|
virtual UObject* _getUObject() const override { return const_cast<UNNERuntimeORTDml_GPU_NPU*>(this); }
|
|
|
|
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_108_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
NO_API UNNERuntimeORTDml_GPU_NPU(); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UNNERuntimeORTDml_GPU_NPU(UNNERuntimeORTDml_GPU_NPU&&) = delete; \
|
|
UNNERuntimeORTDml_GPU_NPU(const UNNERuntimeORTDml_GPU_NPU&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UNNERuntimeORTDml_GPU_NPU); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UNNERuntimeORTDml_GPU_NPU); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UNNERuntimeORTDml_GPU_NPU) \
|
|
NO_API virtual ~UNNERuntimeORTDml_GPU_NPU();
|
|
|
|
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_105_PROLOG
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_108_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_108_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_108_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UNNERuntimeORTDml_GPU_NPU;
|
|
|
|
// ********** End Class UNNERuntimeORTDml_GPU_NPU **************************************************
|
|
|
|
// ********** Begin Class UNNERuntimeORTDml_RDG_NPU ************************************************
|
|
struct Z_Construct_UClass_UNNERuntimeORTDml_RDG_NPU_Statics;
|
|
NNERUNTIMEORT_API UClass* Z_Construct_UClass_UNNERuntimeORTDml_RDG_NPU_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_121_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUNNERuntimeORTDml_RDG_NPU(); \
|
|
friend struct ::Z_Construct_UClass_UNNERuntimeORTDml_RDG_NPU_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend NNERUNTIMEORT_API UClass* ::Z_Construct_UClass_UNNERuntimeORTDml_RDG_NPU_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UNNERuntimeORTDml_RDG_NPU, UNNERuntimeORTDmlProxy, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/NNERuntimeORT"), Z_Construct_UClass_UNNERuntimeORTDml_RDG_NPU_NoRegister) \
|
|
DECLARE_SERIALIZER(UNNERuntimeORTDml_RDG_NPU) \
|
|
virtual UObject* _getUObject() const override { return const_cast<UNNERuntimeORTDml_RDG_NPU*>(this); }
|
|
|
|
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_121_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
NO_API UNNERuntimeORTDml_RDG_NPU(); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UNNERuntimeORTDml_RDG_NPU(UNNERuntimeORTDml_RDG_NPU&&) = delete; \
|
|
UNNERuntimeORTDml_RDG_NPU(const UNNERuntimeORTDml_RDG_NPU&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UNNERuntimeORTDml_RDG_NPU); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UNNERuntimeORTDml_RDG_NPU); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UNNERuntimeORTDml_RDG_NPU) \
|
|
NO_API virtual ~UNNERuntimeORTDml_RDG_NPU();
|
|
|
|
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_118_PROLOG
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_121_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_121_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_121_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UNNERuntimeORTDml_RDG_NPU;
|
|
|
|
// ********** End Class UNNERuntimeORTDml_RDG_NPU **************************************************
|
|
|
|
// ********** Begin Class UNNERuntimeORTDml_GPU ****************************************************
|
|
struct Z_Construct_UClass_UNNERuntimeORTDml_GPU_Statics;
|
|
NNERUNTIMEORT_API UClass* Z_Construct_UClass_UNNERuntimeORTDml_GPU_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_134_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUNNERuntimeORTDml_GPU(); \
|
|
friend struct ::Z_Construct_UClass_UNNERuntimeORTDml_GPU_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend NNERUNTIMEORT_API UClass* ::Z_Construct_UClass_UNNERuntimeORTDml_GPU_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UNNERuntimeORTDml_GPU, UNNERuntimeORTDmlProxy, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/NNERuntimeORT"), Z_Construct_UClass_UNNERuntimeORTDml_GPU_NoRegister) \
|
|
DECLARE_SERIALIZER(UNNERuntimeORTDml_GPU) \
|
|
virtual UObject* _getUObject() const override { return const_cast<UNNERuntimeORTDml_GPU*>(this); }
|
|
|
|
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_134_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
NO_API UNNERuntimeORTDml_GPU(); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UNNERuntimeORTDml_GPU(UNNERuntimeORTDml_GPU&&) = delete; \
|
|
UNNERuntimeORTDml_GPU(const UNNERuntimeORTDml_GPU&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UNNERuntimeORTDml_GPU); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UNNERuntimeORTDml_GPU); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UNNERuntimeORTDml_GPU) \
|
|
NO_API virtual ~UNNERuntimeORTDml_GPU();
|
|
|
|
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_131_PROLOG
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_134_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_134_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_134_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UNNERuntimeORTDml_GPU;
|
|
|
|
// ********** End Class UNNERuntimeORTDml_GPU ******************************************************
|
|
|
|
// ********** Begin Class UNNERuntimeORTDml_RDG ****************************************************
|
|
struct Z_Construct_UClass_UNNERuntimeORTDml_RDG_Statics;
|
|
NNERUNTIMEORT_API UClass* Z_Construct_UClass_UNNERuntimeORTDml_RDG_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_144_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUNNERuntimeORTDml_RDG(); \
|
|
friend struct ::Z_Construct_UClass_UNNERuntimeORTDml_RDG_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend NNERUNTIMEORT_API UClass* ::Z_Construct_UClass_UNNERuntimeORTDml_RDG_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UNNERuntimeORTDml_RDG, UNNERuntimeORTDmlProxy, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/NNERuntimeORT"), Z_Construct_UClass_UNNERuntimeORTDml_RDG_NoRegister) \
|
|
DECLARE_SERIALIZER(UNNERuntimeORTDml_RDG) \
|
|
virtual UObject* _getUObject() const override { return const_cast<UNNERuntimeORTDml_RDG*>(this); }
|
|
|
|
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_144_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
NO_API UNNERuntimeORTDml_RDG(); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UNNERuntimeORTDml_RDG(UNNERuntimeORTDml_RDG&&) = delete; \
|
|
UNNERuntimeORTDml_RDG(const UNNERuntimeORTDml_RDG&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UNNERuntimeORTDml_RDG); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UNNERuntimeORTDml_RDG); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UNNERuntimeORTDml_RDG) \
|
|
NO_API virtual ~UNNERuntimeORTDml_RDG();
|
|
|
|
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_141_PROLOG
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_144_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_144_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_144_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UNNERuntimeORTDml_RDG;
|
|
|
|
// ********** End Class UNNERuntimeORTDml_RDG ******************************************************
|
|
|
|
// ********** Begin Class UNNERuntimeORTDml_NPU ****************************************************
|
|
struct Z_Construct_UClass_UNNERuntimeORTDml_NPU_Statics;
|
|
NNERUNTIMEORT_API UClass* Z_Construct_UClass_UNNERuntimeORTDml_NPU_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_154_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUNNERuntimeORTDml_NPU(); \
|
|
friend struct ::Z_Construct_UClass_UNNERuntimeORTDml_NPU_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend NNERUNTIMEORT_API UClass* ::Z_Construct_UClass_UNNERuntimeORTDml_NPU_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UNNERuntimeORTDml_NPU, UNNERuntimeORTDmlProxy, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/NNERuntimeORT"), Z_Construct_UClass_UNNERuntimeORTDml_NPU_NoRegister) \
|
|
DECLARE_SERIALIZER(UNNERuntimeORTDml_NPU) \
|
|
virtual UObject* _getUObject() const override { return const_cast<UNNERuntimeORTDml_NPU*>(this); }
|
|
|
|
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_154_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
NO_API UNNERuntimeORTDml_NPU(); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UNNERuntimeORTDml_NPU(UNNERuntimeORTDml_NPU&&) = delete; \
|
|
UNNERuntimeORTDml_NPU(const UNNERuntimeORTDml_NPU&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UNNERuntimeORTDml_NPU); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UNNERuntimeORTDml_NPU); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UNNERuntimeORTDml_NPU) \
|
|
NO_API virtual ~UNNERuntimeORTDml_NPU();
|
|
|
|
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_151_PROLOG
|
|
#define FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_154_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_154_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h_154_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UNNERuntimeORTDml_NPU;
|
|
|
|
// ********** End Class UNNERuntimeORTDml_NPU ******************************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|