1 instantiation of Bundle
Microsoft.ML.Core (1)
Data\ServerChannel.cs (1)
125
_published = new
Bundle
(this);
7 references to Bundle
Microsoft.ML.Core (7)
Data\ServerChannel.cs (7)
15
/// of type <see cref="
Bundle
"/> is sent through the input channel
30
private Action<
Bundle
> _onPublish;
31
private
Bundle
_published;
116
/// in a <see cref="
Bundle
"/> up through the pipe to be consumed by any
129
public void Acknowledge(Action<
Bundle
> toDo)
196
/// a <see cref="
Bundle
"/> may be pending soon. Listeners that want to receive the bundle to
213
void Acknowledge(Action<
Bundle
> toDo);