OpenVINO C# API Documented
C#
Please use. NET 5,. NET 6, NET 7,. NET 8, NET Framework 4.6, NET Framework 4.61, NET Framework 4.7, NET Framework 4.72, NET Framework 4.8, NET Framework 4.81, and. NET Core 3.1 versions
Show/Hide TOC
Compiled
Model
get_
input Method
Overload List
get_input
Get a const single input port of compiled_model, which only support single input compiled_model.
get_input(String)
Get a const input port of compiled_model by name.
get_input(UInt64)
Get a const input port of compiled_model by port index.
See Also
Reference
CompiledModel Class
OpenVinoSharp Namespace
In This Article
Overload List
See Also