OperationDescriptionAddInput Method (Output) |
http://www.emgu.com
Add the inputs to this operation description
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntaxpublic void AddInput(
Output[] inputs
)
Public Sub AddInput (
inputs As Output()
)
public:
void AddInput(
array<Output^>^ inputs
)
member AddInput :
inputs : Output[] -> unit
Parameters
- inputs
- Type: Emgu.TFOutput
The inputs to the operation
See Also