OperationDescriptionAddInput Method (Output) |
http://www.emgu.com
Add the inputs to this operation description
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
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