PrePostProcessorinput(String) Method
            
            Gets input pre-processing data structure for input identified by it's tensor name
            
            
            
              Namespace: OpenVinoSharp.preprocessAssembly: OpenVINO_CSharp_API (in OpenVINO_CSharp_API.dll) Version: 2024.3.0.2+a9617c0f8f80882646d0eba11b88ae6cb17b3fb8
public InputInfo input(
	string tensor_name
)
- tensor_name  String
 - Tensor name of specific input. Throws if tensor name is not associated with any input in a model
 
InputInfoReference to model's input information structure