Infer.NET Documentation
ISharedVariable Interface
Infer.NET code documentationMicrosoftResearch.Infer.ModelsISharedVariable
Microsoft Research, Cambridge
Interface for shared variables
Declaration Syntax
C#Visual BasicVisual C++
public interface ISharedVariable
Public Interface ISharedVariable
public interface class ISharedVariable
Members
All MembersMethods



IconMemberDescription
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

Assembly: Infer.Compiler (Module: Infer.Compiler) Version: 2.3.41111.0 (2.3.41111.0)