Interface for shared variables
| C# | Visual Basic | Visual C++ |
public interface ISharedVariable
Public Interface ISharedVariable
public interface class ISharedVariable
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| InferOutput(InferenceEngine, Model, Int32) |
Infers the shared variable's output message for a given model and batch number
| |
| InferOutput(CompiledAlgorithm, Model, Int32) |
Infers the shared variable's output message for a given model and batch number
| |
| SetInput(Model, Int32) |
Sets the shared variable's inbox for a given model and batch number
|