/tritonservercppsharp

Example of generating C# bindings to the C-API interface of Triton Inference Server using the CppSharp tool

Example of generating C# bindings to the C-API interface of Triton Inference Server using the CppSharp tool

Does not support the Triton C++ Wrapper bindings as CppSharp does not seem to support std::shared_ptr: https://github.com/mono/CppSharp/blob/main/docs/UsersManual.md#standard-library-support

See the complete script at tritonservercppsharp.yml

References