edge-transformers 0.1.2

A Rust wrapper over ONNXRuntime that implements Huggingface's Optimum pipelines for inference and generates bindings for C# and C.
Documentation

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.33403.129
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EdgeTransformers", "EdgeTransformers\EdgeTransformers.csproj", "{CB04D9FF-9253-48EF-A05D-54F46169A9FC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EdgeTransformersTests", "EdgeTransformersTests\EdgeTransformersTests.csproj", "{2BF2E1AF-C58E-47BD-AFB9-AA646D936683}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{CB04D9FF-9253-48EF-A05D-54F46169A9FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{CB04D9FF-9253-48EF-A05D-54F46169A9FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{CB04D9FF-9253-48EF-A05D-54F46169A9FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{CB04D9FF-9253-48EF-A05D-54F46169A9FC}.Release|Any CPU.Build.0 = Release|Any CPU
		{2BF2E1AF-C58E-47BD-AFB9-AA646D936683}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{2BF2E1AF-C58E-47BD-AFB9-AA646D936683}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{2BF2E1AF-C58E-47BD-AFB9-AA646D936683}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{2BF2E1AF-C58E-47BD-AFB9-AA646D936683}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
		SolutionGuid = {123F2512-CE29-4D18-9637-262128CC3D8C}
	EndGlobalSection
EndGlobal