852 lines
41 KiB
C++
852 lines
41 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!
|
|
===========================================================================*/
|
|
|
|
#include "UObject/GeneratedCppIncludes.h"
|
|
#include "NNERuntimeORT.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeNNERuntimeORT() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
|
NNE_API UClass* Z_Construct_UClass_UNNERuntime_NoRegister();
|
|
NNE_API UClass* Z_Construct_UClass_UNNERuntimeCPU_NoRegister();
|
|
NNE_API UClass* Z_Construct_UClass_UNNERuntimeGPU_NoRegister();
|
|
NNE_API UClass* Z_Construct_UClass_UNNERuntimeNPU_NoRegister();
|
|
NNE_API UClass* Z_Construct_UClass_UNNERuntimeRDG_NoRegister();
|
|
NNERUNTIMEORT_API UClass* Z_Construct_UClass_UNNERuntimeORTCpu();
|
|
NNERUNTIMEORT_API UClass* Z_Construct_UClass_UNNERuntimeORTCpu_NoRegister();
|
|
NNERUNTIMEORT_API UClass* Z_Construct_UClass_UNNERuntimeORTDml_GPU();
|
|
NNERUNTIMEORT_API UClass* Z_Construct_UClass_UNNERuntimeORTDml_GPU_NoRegister();
|
|
NNERUNTIMEORT_API UClass* Z_Construct_UClass_UNNERuntimeORTDml_GPU_NPU();
|
|
NNERUNTIMEORT_API UClass* Z_Construct_UClass_UNNERuntimeORTDml_GPU_NPU_NoRegister();
|
|
NNERUNTIMEORT_API UClass* Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG();
|
|
NNERUNTIMEORT_API UClass* Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_NoRegister();
|
|
NNERUNTIMEORT_API UClass* Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_NPU();
|
|
NNERUNTIMEORT_API UClass* Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_NPU_NoRegister();
|
|
NNERUNTIMEORT_API UClass* Z_Construct_UClass_UNNERuntimeORTDml_NPU();
|
|
NNERUNTIMEORT_API UClass* Z_Construct_UClass_UNNERuntimeORTDml_NPU_NoRegister();
|
|
NNERUNTIMEORT_API UClass* Z_Construct_UClass_UNNERuntimeORTDml_RDG();
|
|
NNERUNTIMEORT_API UClass* Z_Construct_UClass_UNNERuntimeORTDml_RDG_NoRegister();
|
|
NNERUNTIMEORT_API UClass* Z_Construct_UClass_UNNERuntimeORTDml_RDG_NPU();
|
|
NNERUNTIMEORT_API UClass* Z_Construct_UClass_UNNERuntimeORTDml_RDG_NPU_NoRegister();
|
|
NNERUNTIMEORT_API UClass* Z_Construct_UClass_UNNERuntimeORTDmlProxy();
|
|
NNERUNTIMEORT_API UClass* Z_Construct_UClass_UNNERuntimeORTDmlProxy_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_NNERuntimeORT();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UNNERuntimeORTCpu ********************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UNNERuntimeORTCpu;
|
|
UClass* UNNERuntimeORTCpu::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UNNERuntimeORTCpu;
|
|
if (!Z_Registration_Info_UClass_UNNERuntimeORTCpu.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("NNERuntimeORTCpu"),
|
|
Z_Registration_Info_UClass_UNNERuntimeORTCpu.InnerSingleton,
|
|
StaticRegisterNativesUNNERuntimeORTCpu,
|
|
sizeof(TClass),
|
|
alignof(TClass),
|
|
TClass::StaticClassFlags,
|
|
TClass::StaticClassCastFlags(),
|
|
TClass::StaticConfigName(),
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
|
&TClass::Super::StaticClass,
|
|
&TClass::WithinClass::StaticClass
|
|
);
|
|
}
|
|
return Z_Registration_Info_UClass_UNNERuntimeORTCpu.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UNNERuntimeORTCpu_NoRegister()
|
|
{
|
|
return UNNERuntimeORTCpu::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UNNERuntimeORTCpu_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "NNERuntimeORT.h" },
|
|
{ "ModuleRelativePath", "Private/NNERuntimeORT.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UNNERuntimeORTCpu constinit property declarations ************************
|
|
// ********** End Class UNNERuntimeORTCpu constinit property declarations **************************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UNNERuntimeORTCpu>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UNNERuntimeORTCpu_Statics
|
|
UObject* (*const Z_Construct_UClass_UNNERuntimeORTCpu_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_NNERuntimeORT,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNNERuntimeORTCpu_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UNNERuntimeORTCpu_Statics::InterfaceParams[] = {
|
|
{ Z_Construct_UClass_UNNERuntime_NoRegister, (int32)VTABLE_OFFSET(UNNERuntimeORTCpu, INNERuntime), false }, // 380945072
|
|
{ Z_Construct_UClass_UNNERuntimeCPU_NoRegister, (int32)VTABLE_OFFSET(UNNERuntimeORTCpu, INNERuntimeCPU), false }, // 1446447762
|
|
};
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UNNERuntimeORTCpu_Statics::ClassParams = {
|
|
&UNNERuntimeORTCpu::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
InterfaceParams,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
UE_ARRAY_COUNT(InterfaceParams),
|
|
0x000000A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNNERuntimeORTCpu_Statics::Class_MetaDataParams), Z_Construct_UClass_UNNERuntimeORTCpu_Statics::Class_MetaDataParams)
|
|
};
|
|
void UNNERuntimeORTCpu::StaticRegisterNativesUNNERuntimeORTCpu()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UNNERuntimeORTCpu()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UNNERuntimeORTCpu.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNNERuntimeORTCpu.OuterSingleton, Z_Construct_UClass_UNNERuntimeORTCpu_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UNNERuntimeORTCpu.OuterSingleton;
|
|
}
|
|
UNNERuntimeORTCpu::UNNERuntimeORTCpu(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNNERuntimeORTCpu);
|
|
// ********** End Class UNNERuntimeORTCpu **********************************************************
|
|
|
|
// ********** Begin Class UNNERuntimeORTDmlProxy ***************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UNNERuntimeORTDmlProxy;
|
|
UClass* UNNERuntimeORTDmlProxy::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UNNERuntimeORTDmlProxy;
|
|
if (!Z_Registration_Info_UClass_UNNERuntimeORTDmlProxy.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("NNERuntimeORTDmlProxy"),
|
|
Z_Registration_Info_UClass_UNNERuntimeORTDmlProxy.InnerSingleton,
|
|
StaticRegisterNativesUNNERuntimeORTDmlProxy,
|
|
sizeof(TClass),
|
|
alignof(TClass),
|
|
TClass::StaticClassFlags,
|
|
TClass::StaticClassCastFlags(),
|
|
TClass::StaticConfigName(),
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
|
&TClass::Super::StaticClass,
|
|
&TClass::WithinClass::StaticClass
|
|
);
|
|
}
|
|
return Z_Registration_Info_UClass_UNNERuntimeORTDmlProxy.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UNNERuntimeORTDmlProxy_NoRegister()
|
|
{
|
|
return UNNERuntimeORTDmlProxy::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UNNERuntimeORTDmlProxy_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "NNERuntimeORT.h" },
|
|
{ "ModuleRelativePath", "Private/NNERuntimeORT.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UNNERuntimeORTDmlProxy constinit property declarations *******************
|
|
// ********** End Class UNNERuntimeORTDmlProxy constinit property declarations *********************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UNNERuntimeORTDmlProxy>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UNNERuntimeORTDmlProxy_Statics
|
|
UObject* (*const Z_Construct_UClass_UNNERuntimeORTDmlProxy_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_NNERuntimeORT,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNNERuntimeORTDmlProxy_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UNNERuntimeORTDmlProxy_Statics::InterfaceParams[] = {
|
|
{ Z_Construct_UClass_UNNERuntime_NoRegister, (int32)VTABLE_OFFSET(UNNERuntimeORTDmlProxy, INNERuntime), false }, // 380945072
|
|
};
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UNNERuntimeORTDmlProxy_Statics::ClassParams = {
|
|
&UNNERuntimeORTDmlProxy::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
InterfaceParams,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
UE_ARRAY_COUNT(InterfaceParams),
|
|
0x000000A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNNERuntimeORTDmlProxy_Statics::Class_MetaDataParams), Z_Construct_UClass_UNNERuntimeORTDmlProxy_Statics::Class_MetaDataParams)
|
|
};
|
|
void UNNERuntimeORTDmlProxy::StaticRegisterNativesUNNERuntimeORTDmlProxy()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UNNERuntimeORTDmlProxy()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UNNERuntimeORTDmlProxy.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNNERuntimeORTDmlProxy.OuterSingleton, Z_Construct_UClass_UNNERuntimeORTDmlProxy_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UNNERuntimeORTDmlProxy.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNNERuntimeORTDmlProxy);
|
|
// ********** End Class UNNERuntimeORTDmlProxy *****************************************************
|
|
|
|
// ********** Begin Class UNNERuntimeORTDml_GPU_RDG_NPU ********************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU_RDG_NPU;
|
|
UClass* UNNERuntimeORTDml_GPU_RDG_NPU::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UNNERuntimeORTDml_GPU_RDG_NPU;
|
|
if (!Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU_RDG_NPU.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("NNERuntimeORTDml_GPU_RDG_NPU"),
|
|
Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU_RDG_NPU.InnerSingleton,
|
|
StaticRegisterNativesUNNERuntimeORTDml_GPU_RDG_NPU,
|
|
sizeof(TClass),
|
|
alignof(TClass),
|
|
TClass::StaticClassFlags,
|
|
TClass::StaticClassCastFlags(),
|
|
TClass::StaticConfigName(),
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
|
&TClass::Super::StaticClass,
|
|
&TClass::WithinClass::StaticClass
|
|
);
|
|
}
|
|
return Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU_RDG_NPU.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_NPU_NoRegister()
|
|
{
|
|
return UNNERuntimeORTDml_GPU_RDG_NPU::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_NPU_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "NNERuntimeORT.h" },
|
|
{ "ModuleRelativePath", "Private/NNERuntimeORT.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UNNERuntimeORTDml_GPU_RDG_NPU constinit property declarations ************
|
|
// ********** End Class UNNERuntimeORTDml_GPU_RDG_NPU constinit property declarations **************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UNNERuntimeORTDml_GPU_RDG_NPU>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_NPU_Statics
|
|
UObject* (*const Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_NPU_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UNNERuntimeORTDmlProxy,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_NNERuntimeORT,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_NPU_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_NPU_Statics::InterfaceParams[] = {
|
|
{ Z_Construct_UClass_UNNERuntimeGPU_NoRegister, (int32)VTABLE_OFFSET(UNNERuntimeORTDml_GPU_RDG_NPU, INNERuntimeGPU), false }, // 2435064096
|
|
{ Z_Construct_UClass_UNNERuntimeRDG_NoRegister, (int32)VTABLE_OFFSET(UNNERuntimeORTDml_GPU_RDG_NPU, INNERuntimeRDG), false }, // 1153963584
|
|
{ Z_Construct_UClass_UNNERuntimeNPU_NoRegister, (int32)VTABLE_OFFSET(UNNERuntimeORTDml_GPU_RDG_NPU, INNERuntimeNPU), false }, // 511460838
|
|
};
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_NPU_Statics::ClassParams = {
|
|
&UNNERuntimeORTDml_GPU_RDG_NPU::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
InterfaceParams,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
UE_ARRAY_COUNT(InterfaceParams),
|
|
0x000000A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_NPU_Statics::Class_MetaDataParams), Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_NPU_Statics::Class_MetaDataParams)
|
|
};
|
|
void UNNERuntimeORTDml_GPU_RDG_NPU::StaticRegisterNativesUNNERuntimeORTDml_GPU_RDG_NPU()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_NPU()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU_RDG_NPU.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU_RDG_NPU.OuterSingleton, Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_NPU_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU_RDG_NPU.OuterSingleton;
|
|
}
|
|
UNNERuntimeORTDml_GPU_RDG_NPU::UNNERuntimeORTDml_GPU_RDG_NPU() {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNNERuntimeORTDml_GPU_RDG_NPU);
|
|
UNNERuntimeORTDml_GPU_RDG_NPU::~UNNERuntimeORTDml_GPU_RDG_NPU() {}
|
|
// ********** End Class UNNERuntimeORTDml_GPU_RDG_NPU **********************************************
|
|
|
|
// ********** Begin Class UNNERuntimeORTDml_GPU_RDG ************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU_RDG;
|
|
UClass* UNNERuntimeORTDml_GPU_RDG::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UNNERuntimeORTDml_GPU_RDG;
|
|
if (!Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU_RDG.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("NNERuntimeORTDml_GPU_RDG"),
|
|
Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU_RDG.InnerSingleton,
|
|
StaticRegisterNativesUNNERuntimeORTDml_GPU_RDG,
|
|
sizeof(TClass),
|
|
alignof(TClass),
|
|
TClass::StaticClassFlags,
|
|
TClass::StaticClassCastFlags(),
|
|
TClass::StaticConfigName(),
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
|
&TClass::Super::StaticClass,
|
|
&TClass::WithinClass::StaticClass
|
|
);
|
|
}
|
|
return Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU_RDG.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_NoRegister()
|
|
{
|
|
return UNNERuntimeORTDml_GPU_RDG::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "NNERuntimeORT.h" },
|
|
{ "ModuleRelativePath", "Private/NNERuntimeORT.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UNNERuntimeORTDml_GPU_RDG constinit property declarations ****************
|
|
// ********** End Class UNNERuntimeORTDml_GPU_RDG constinit property declarations ******************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UNNERuntimeORTDml_GPU_RDG>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_Statics
|
|
UObject* (*const Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UNNERuntimeORTDmlProxy,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_NNERuntimeORT,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_Statics::InterfaceParams[] = {
|
|
{ Z_Construct_UClass_UNNERuntimeGPU_NoRegister, (int32)VTABLE_OFFSET(UNNERuntimeORTDml_GPU_RDG, INNERuntimeGPU), false }, // 2435064096
|
|
{ Z_Construct_UClass_UNNERuntimeRDG_NoRegister, (int32)VTABLE_OFFSET(UNNERuntimeORTDml_GPU_RDG, INNERuntimeRDG), false }, // 1153963584
|
|
};
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_Statics::ClassParams = {
|
|
&UNNERuntimeORTDml_GPU_RDG::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
InterfaceParams,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
UE_ARRAY_COUNT(InterfaceParams),
|
|
0x000000A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_Statics::Class_MetaDataParams), Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_Statics::Class_MetaDataParams)
|
|
};
|
|
void UNNERuntimeORTDml_GPU_RDG::StaticRegisterNativesUNNERuntimeORTDml_GPU_RDG()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU_RDG.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU_RDG.OuterSingleton, Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU_RDG.OuterSingleton;
|
|
}
|
|
UNNERuntimeORTDml_GPU_RDG::UNNERuntimeORTDml_GPU_RDG() {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNNERuntimeORTDml_GPU_RDG);
|
|
UNNERuntimeORTDml_GPU_RDG::~UNNERuntimeORTDml_GPU_RDG() {}
|
|
// ********** End Class UNNERuntimeORTDml_GPU_RDG **************************************************
|
|
|
|
// ********** Begin Class UNNERuntimeORTDml_GPU_NPU ************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU_NPU;
|
|
UClass* UNNERuntimeORTDml_GPU_NPU::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UNNERuntimeORTDml_GPU_NPU;
|
|
if (!Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU_NPU.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("NNERuntimeORTDml_GPU_NPU"),
|
|
Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU_NPU.InnerSingleton,
|
|
StaticRegisterNativesUNNERuntimeORTDml_GPU_NPU,
|
|
sizeof(TClass),
|
|
alignof(TClass),
|
|
TClass::StaticClassFlags,
|
|
TClass::StaticClassCastFlags(),
|
|
TClass::StaticConfigName(),
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
|
&TClass::Super::StaticClass,
|
|
&TClass::WithinClass::StaticClass
|
|
);
|
|
}
|
|
return Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU_NPU.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UNNERuntimeORTDml_GPU_NPU_NoRegister()
|
|
{
|
|
return UNNERuntimeORTDml_GPU_NPU::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UNNERuntimeORTDml_GPU_NPU_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "NNERuntimeORT.h" },
|
|
{ "ModuleRelativePath", "Private/NNERuntimeORT.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UNNERuntimeORTDml_GPU_NPU constinit property declarations ****************
|
|
// ********** End Class UNNERuntimeORTDml_GPU_NPU constinit property declarations ******************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UNNERuntimeORTDml_GPU_NPU>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UNNERuntimeORTDml_GPU_NPU_Statics
|
|
UObject* (*const Z_Construct_UClass_UNNERuntimeORTDml_GPU_NPU_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UNNERuntimeORTDmlProxy,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_NNERuntimeORT,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNNERuntimeORTDml_GPU_NPU_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UNNERuntimeORTDml_GPU_NPU_Statics::InterfaceParams[] = {
|
|
{ Z_Construct_UClass_UNNERuntimeGPU_NoRegister, (int32)VTABLE_OFFSET(UNNERuntimeORTDml_GPU_NPU, INNERuntimeGPU), false }, // 2435064096
|
|
{ Z_Construct_UClass_UNNERuntimeNPU_NoRegister, (int32)VTABLE_OFFSET(UNNERuntimeORTDml_GPU_NPU, INNERuntimeNPU), false }, // 511460838
|
|
};
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UNNERuntimeORTDml_GPU_NPU_Statics::ClassParams = {
|
|
&UNNERuntimeORTDml_GPU_NPU::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
InterfaceParams,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
UE_ARRAY_COUNT(InterfaceParams),
|
|
0x000000A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNNERuntimeORTDml_GPU_NPU_Statics::Class_MetaDataParams), Z_Construct_UClass_UNNERuntimeORTDml_GPU_NPU_Statics::Class_MetaDataParams)
|
|
};
|
|
void UNNERuntimeORTDml_GPU_NPU::StaticRegisterNativesUNNERuntimeORTDml_GPU_NPU()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UNNERuntimeORTDml_GPU_NPU()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU_NPU.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU_NPU.OuterSingleton, Z_Construct_UClass_UNNERuntimeORTDml_GPU_NPU_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU_NPU.OuterSingleton;
|
|
}
|
|
UNNERuntimeORTDml_GPU_NPU::UNNERuntimeORTDml_GPU_NPU() {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNNERuntimeORTDml_GPU_NPU);
|
|
UNNERuntimeORTDml_GPU_NPU::~UNNERuntimeORTDml_GPU_NPU() {}
|
|
// ********** End Class UNNERuntimeORTDml_GPU_NPU **************************************************
|
|
|
|
// ********** Begin Class UNNERuntimeORTDml_RDG_NPU ************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UNNERuntimeORTDml_RDG_NPU;
|
|
UClass* UNNERuntimeORTDml_RDG_NPU::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UNNERuntimeORTDml_RDG_NPU;
|
|
if (!Z_Registration_Info_UClass_UNNERuntimeORTDml_RDG_NPU.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("NNERuntimeORTDml_RDG_NPU"),
|
|
Z_Registration_Info_UClass_UNNERuntimeORTDml_RDG_NPU.InnerSingleton,
|
|
StaticRegisterNativesUNNERuntimeORTDml_RDG_NPU,
|
|
sizeof(TClass),
|
|
alignof(TClass),
|
|
TClass::StaticClassFlags,
|
|
TClass::StaticClassCastFlags(),
|
|
TClass::StaticConfigName(),
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
|
&TClass::Super::StaticClass,
|
|
&TClass::WithinClass::StaticClass
|
|
);
|
|
}
|
|
return Z_Registration_Info_UClass_UNNERuntimeORTDml_RDG_NPU.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UNNERuntimeORTDml_RDG_NPU_NoRegister()
|
|
{
|
|
return UNNERuntimeORTDml_RDG_NPU::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UNNERuntimeORTDml_RDG_NPU_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "NNERuntimeORT.h" },
|
|
{ "ModuleRelativePath", "Private/NNERuntimeORT.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UNNERuntimeORTDml_RDG_NPU constinit property declarations ****************
|
|
// ********** End Class UNNERuntimeORTDml_RDG_NPU constinit property declarations ******************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UNNERuntimeORTDml_RDG_NPU>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UNNERuntimeORTDml_RDG_NPU_Statics
|
|
UObject* (*const Z_Construct_UClass_UNNERuntimeORTDml_RDG_NPU_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UNNERuntimeORTDmlProxy,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_NNERuntimeORT,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNNERuntimeORTDml_RDG_NPU_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UNNERuntimeORTDml_RDG_NPU_Statics::InterfaceParams[] = {
|
|
{ Z_Construct_UClass_UNNERuntimeRDG_NoRegister, (int32)VTABLE_OFFSET(UNNERuntimeORTDml_RDG_NPU, INNERuntimeRDG), false }, // 1153963584
|
|
{ Z_Construct_UClass_UNNERuntimeNPU_NoRegister, (int32)VTABLE_OFFSET(UNNERuntimeORTDml_RDG_NPU, INNERuntimeNPU), false }, // 511460838
|
|
};
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UNNERuntimeORTDml_RDG_NPU_Statics::ClassParams = {
|
|
&UNNERuntimeORTDml_RDG_NPU::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
InterfaceParams,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
UE_ARRAY_COUNT(InterfaceParams),
|
|
0x000000A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNNERuntimeORTDml_RDG_NPU_Statics::Class_MetaDataParams), Z_Construct_UClass_UNNERuntimeORTDml_RDG_NPU_Statics::Class_MetaDataParams)
|
|
};
|
|
void UNNERuntimeORTDml_RDG_NPU::StaticRegisterNativesUNNERuntimeORTDml_RDG_NPU()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UNNERuntimeORTDml_RDG_NPU()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UNNERuntimeORTDml_RDG_NPU.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNNERuntimeORTDml_RDG_NPU.OuterSingleton, Z_Construct_UClass_UNNERuntimeORTDml_RDG_NPU_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UNNERuntimeORTDml_RDG_NPU.OuterSingleton;
|
|
}
|
|
UNNERuntimeORTDml_RDG_NPU::UNNERuntimeORTDml_RDG_NPU() {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNNERuntimeORTDml_RDG_NPU);
|
|
UNNERuntimeORTDml_RDG_NPU::~UNNERuntimeORTDml_RDG_NPU() {}
|
|
// ********** End Class UNNERuntimeORTDml_RDG_NPU **************************************************
|
|
|
|
// ********** Begin Class UNNERuntimeORTDml_GPU ****************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU;
|
|
UClass* UNNERuntimeORTDml_GPU::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UNNERuntimeORTDml_GPU;
|
|
if (!Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("NNERuntimeORTDml_GPU"),
|
|
Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU.InnerSingleton,
|
|
StaticRegisterNativesUNNERuntimeORTDml_GPU,
|
|
sizeof(TClass),
|
|
alignof(TClass),
|
|
TClass::StaticClassFlags,
|
|
TClass::StaticClassCastFlags(),
|
|
TClass::StaticConfigName(),
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
|
&TClass::Super::StaticClass,
|
|
&TClass::WithinClass::StaticClass
|
|
);
|
|
}
|
|
return Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UNNERuntimeORTDml_GPU_NoRegister()
|
|
{
|
|
return UNNERuntimeORTDml_GPU::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UNNERuntimeORTDml_GPU_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "NNERuntimeORT.h" },
|
|
{ "ModuleRelativePath", "Private/NNERuntimeORT.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UNNERuntimeORTDml_GPU constinit property declarations ********************
|
|
// ********** End Class UNNERuntimeORTDml_GPU constinit property declarations **********************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UNNERuntimeORTDml_GPU>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UNNERuntimeORTDml_GPU_Statics
|
|
UObject* (*const Z_Construct_UClass_UNNERuntimeORTDml_GPU_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UNNERuntimeORTDmlProxy,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_NNERuntimeORT,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNNERuntimeORTDml_GPU_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UNNERuntimeORTDml_GPU_Statics::InterfaceParams[] = {
|
|
{ Z_Construct_UClass_UNNERuntimeGPU_NoRegister, (int32)VTABLE_OFFSET(UNNERuntimeORTDml_GPU, INNERuntimeGPU), false }, // 2435064096
|
|
};
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UNNERuntimeORTDml_GPU_Statics::ClassParams = {
|
|
&UNNERuntimeORTDml_GPU::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
InterfaceParams,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
UE_ARRAY_COUNT(InterfaceParams),
|
|
0x000000A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNNERuntimeORTDml_GPU_Statics::Class_MetaDataParams), Z_Construct_UClass_UNNERuntimeORTDml_GPU_Statics::Class_MetaDataParams)
|
|
};
|
|
void UNNERuntimeORTDml_GPU::StaticRegisterNativesUNNERuntimeORTDml_GPU()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UNNERuntimeORTDml_GPU()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU.OuterSingleton, Z_Construct_UClass_UNNERuntimeORTDml_GPU_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU.OuterSingleton;
|
|
}
|
|
UNNERuntimeORTDml_GPU::UNNERuntimeORTDml_GPU() {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNNERuntimeORTDml_GPU);
|
|
UNNERuntimeORTDml_GPU::~UNNERuntimeORTDml_GPU() {}
|
|
// ********** End Class UNNERuntimeORTDml_GPU ******************************************************
|
|
|
|
// ********** Begin Class UNNERuntimeORTDml_RDG ****************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UNNERuntimeORTDml_RDG;
|
|
UClass* UNNERuntimeORTDml_RDG::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UNNERuntimeORTDml_RDG;
|
|
if (!Z_Registration_Info_UClass_UNNERuntimeORTDml_RDG.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("NNERuntimeORTDml_RDG"),
|
|
Z_Registration_Info_UClass_UNNERuntimeORTDml_RDG.InnerSingleton,
|
|
StaticRegisterNativesUNNERuntimeORTDml_RDG,
|
|
sizeof(TClass),
|
|
alignof(TClass),
|
|
TClass::StaticClassFlags,
|
|
TClass::StaticClassCastFlags(),
|
|
TClass::StaticConfigName(),
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
|
&TClass::Super::StaticClass,
|
|
&TClass::WithinClass::StaticClass
|
|
);
|
|
}
|
|
return Z_Registration_Info_UClass_UNNERuntimeORTDml_RDG.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UNNERuntimeORTDml_RDG_NoRegister()
|
|
{
|
|
return UNNERuntimeORTDml_RDG::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UNNERuntimeORTDml_RDG_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "NNERuntimeORT.h" },
|
|
{ "ModuleRelativePath", "Private/NNERuntimeORT.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UNNERuntimeORTDml_RDG constinit property declarations ********************
|
|
// ********** End Class UNNERuntimeORTDml_RDG constinit property declarations **********************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UNNERuntimeORTDml_RDG>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UNNERuntimeORTDml_RDG_Statics
|
|
UObject* (*const Z_Construct_UClass_UNNERuntimeORTDml_RDG_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UNNERuntimeORTDmlProxy,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_NNERuntimeORT,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNNERuntimeORTDml_RDG_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UNNERuntimeORTDml_RDG_Statics::InterfaceParams[] = {
|
|
{ Z_Construct_UClass_UNNERuntimeRDG_NoRegister, (int32)VTABLE_OFFSET(UNNERuntimeORTDml_RDG, INNERuntimeRDG), false }, // 1153963584
|
|
};
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UNNERuntimeORTDml_RDG_Statics::ClassParams = {
|
|
&UNNERuntimeORTDml_RDG::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
InterfaceParams,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
UE_ARRAY_COUNT(InterfaceParams),
|
|
0x000000A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNNERuntimeORTDml_RDG_Statics::Class_MetaDataParams), Z_Construct_UClass_UNNERuntimeORTDml_RDG_Statics::Class_MetaDataParams)
|
|
};
|
|
void UNNERuntimeORTDml_RDG::StaticRegisterNativesUNNERuntimeORTDml_RDG()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UNNERuntimeORTDml_RDG()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UNNERuntimeORTDml_RDG.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNNERuntimeORTDml_RDG.OuterSingleton, Z_Construct_UClass_UNNERuntimeORTDml_RDG_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UNNERuntimeORTDml_RDG.OuterSingleton;
|
|
}
|
|
UNNERuntimeORTDml_RDG::UNNERuntimeORTDml_RDG() {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNNERuntimeORTDml_RDG);
|
|
UNNERuntimeORTDml_RDG::~UNNERuntimeORTDml_RDG() {}
|
|
// ********** End Class UNNERuntimeORTDml_RDG ******************************************************
|
|
|
|
// ********** Begin Class UNNERuntimeORTDml_NPU ****************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UNNERuntimeORTDml_NPU;
|
|
UClass* UNNERuntimeORTDml_NPU::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UNNERuntimeORTDml_NPU;
|
|
if (!Z_Registration_Info_UClass_UNNERuntimeORTDml_NPU.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("NNERuntimeORTDml_NPU"),
|
|
Z_Registration_Info_UClass_UNNERuntimeORTDml_NPU.InnerSingleton,
|
|
StaticRegisterNativesUNNERuntimeORTDml_NPU,
|
|
sizeof(TClass),
|
|
alignof(TClass),
|
|
TClass::StaticClassFlags,
|
|
TClass::StaticClassCastFlags(),
|
|
TClass::StaticConfigName(),
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
|
&TClass::Super::StaticClass,
|
|
&TClass::WithinClass::StaticClass
|
|
);
|
|
}
|
|
return Z_Registration_Info_UClass_UNNERuntimeORTDml_NPU.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UNNERuntimeORTDml_NPU_NoRegister()
|
|
{
|
|
return UNNERuntimeORTDml_NPU::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UNNERuntimeORTDml_NPU_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "NNERuntimeORT.h" },
|
|
{ "ModuleRelativePath", "Private/NNERuntimeORT.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UNNERuntimeORTDml_NPU constinit property declarations ********************
|
|
// ********** End Class UNNERuntimeORTDml_NPU constinit property declarations **********************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UNNERuntimeORTDml_NPU>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UNNERuntimeORTDml_NPU_Statics
|
|
UObject* (*const Z_Construct_UClass_UNNERuntimeORTDml_NPU_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UNNERuntimeORTDmlProxy,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_NNERuntimeORT,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNNERuntimeORTDml_NPU_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UNNERuntimeORTDml_NPU_Statics::InterfaceParams[] = {
|
|
{ Z_Construct_UClass_UNNERuntimeNPU_NoRegister, (int32)VTABLE_OFFSET(UNNERuntimeORTDml_NPU, INNERuntimeNPU), false }, // 511460838
|
|
};
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UNNERuntimeORTDml_NPU_Statics::ClassParams = {
|
|
&UNNERuntimeORTDml_NPU::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
InterfaceParams,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
UE_ARRAY_COUNT(InterfaceParams),
|
|
0x000000A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNNERuntimeORTDml_NPU_Statics::Class_MetaDataParams), Z_Construct_UClass_UNNERuntimeORTDml_NPU_Statics::Class_MetaDataParams)
|
|
};
|
|
void UNNERuntimeORTDml_NPU::StaticRegisterNativesUNNERuntimeORTDml_NPU()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UNNERuntimeORTDml_NPU()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UNNERuntimeORTDml_NPU.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNNERuntimeORTDml_NPU.OuterSingleton, Z_Construct_UClass_UNNERuntimeORTDml_NPU_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UNNERuntimeORTDml_NPU.OuterSingleton;
|
|
}
|
|
UNNERuntimeORTDml_NPU::UNNERuntimeORTDml_NPU() {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNNERuntimeORTDml_NPU);
|
|
UNNERuntimeORTDml_NPU::~UNNERuntimeORTDml_NPU() {}
|
|
// ********** End Class UNNERuntimeORTDml_NPU ******************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h__Script_NNERuntimeORT_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UNNERuntimeORTCpu, UNNERuntimeORTCpu::StaticClass, TEXT("UNNERuntimeORTCpu"), &Z_Registration_Info_UClass_UNNERuntimeORTCpu, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNNERuntimeORTCpu), 1491485921U) },
|
|
{ Z_Construct_UClass_UNNERuntimeORTDmlProxy, UNNERuntimeORTDmlProxy::StaticClass, TEXT("UNNERuntimeORTDmlProxy"), &Z_Registration_Info_UClass_UNNERuntimeORTDmlProxy, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNNERuntimeORTDmlProxy), 1500069550U) },
|
|
{ Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG_NPU, UNNERuntimeORTDml_GPU_RDG_NPU::StaticClass, TEXT("UNNERuntimeORTDml_GPU_RDG_NPU"), &Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU_RDG_NPU, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNNERuntimeORTDml_GPU_RDG_NPU), 872662185U) },
|
|
{ Z_Construct_UClass_UNNERuntimeORTDml_GPU_RDG, UNNERuntimeORTDml_GPU_RDG::StaticClass, TEXT("UNNERuntimeORTDml_GPU_RDG"), &Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU_RDG, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNNERuntimeORTDml_GPU_RDG), 1458607262U) },
|
|
{ Z_Construct_UClass_UNNERuntimeORTDml_GPU_NPU, UNNERuntimeORTDml_GPU_NPU::StaticClass, TEXT("UNNERuntimeORTDml_GPU_NPU"), &Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU_NPU, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNNERuntimeORTDml_GPU_NPU), 1866010959U) },
|
|
{ Z_Construct_UClass_UNNERuntimeORTDml_RDG_NPU, UNNERuntimeORTDml_RDG_NPU::StaticClass, TEXT("UNNERuntimeORTDml_RDG_NPU"), &Z_Registration_Info_UClass_UNNERuntimeORTDml_RDG_NPU, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNNERuntimeORTDml_RDG_NPU), 4056480270U) },
|
|
{ Z_Construct_UClass_UNNERuntimeORTDml_GPU, UNNERuntimeORTDml_GPU::StaticClass, TEXT("UNNERuntimeORTDml_GPU"), &Z_Registration_Info_UClass_UNNERuntimeORTDml_GPU, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNNERuntimeORTDml_GPU), 444947606U) },
|
|
{ Z_Construct_UClass_UNNERuntimeORTDml_RDG, UNNERuntimeORTDml_RDG::StaticClass, TEXT("UNNERuntimeORTDml_RDG"), &Z_Registration_Info_UClass_UNNERuntimeORTDml_RDG, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNNERuntimeORTDml_RDG), 1761532466U) },
|
|
{ Z_Construct_UClass_UNNERuntimeORTDml_NPU, UNNERuntimeORTDml_NPU::StaticClass, TEXT("UNNERuntimeORTDml_NPU"), &Z_Registration_Info_UClass_UNNERuntimeORTDml_NPU, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNNERuntimeORTDml_NPU), 475540977U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h__Script_NNERuntimeORT_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h__Script_NNERuntimeORT_28951812{
|
|
TEXT("/Script/NNERuntimeORT"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h__Script_NNERuntimeORT_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_NNE_NNERuntimeORT_Source_NNERuntimeORT_Private_NNERuntimeORT_h__Script_NNERuntimeORT_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|