1 implementation of Send
Microsoft.ML.Core (1)
Environment\HostEnvironmentBase.cs (1)
191
public void
Send
(TMessage msg)
12 references to Send
Microsoft.ML.AutoML (1)
AutoMLExperiment\IMLContextManager.cs (1)
46
_channel.
Send
(new ChannelMessage(e.Kind, MessageSensitivity.Unknown, e.Message));
Microsoft.ML.Core (1)
Data\ServerChannel.cs (1)
66
pipe.
Send
(sc);
Microsoft.ML.Data (6)
Commands\DataCommand.cs (3)
123
pipe.
Send
(TelemetryMessage.CreateTrainer(commandLineFactory.Name, commandLineFactory.GetSettingsString()));
125
pipe.
Send
(TelemetryMessage.CreateTrainer("Unknown", "Non-ICommandLineComponentFactory object"));
148
pipe.
Send
(TelemetryMessage.CreateMetric(pair.Key, pair.Value, null));
Utilities\TimerScope.cs (3)
55
pipe.
Send
(TelemetryMessage.CreateMetric("TLC_RunTime", elapsedSeconds));
56
pipe.
Send
(TelemetryMessage.CreateMetric("TLC_PhysicalMemoryUsageInMB", physicalMemoryUsageInMB));
57
pipe.
Send
(TelemetryMessage.CreateMetric("TLC_VirtualMemoryUsageInMB", virtualMemoryUsageInMB));
Microsoft.ML.Maml (4)
MAML.cs (4)
114
telemetryPipe.
Send
(TelemetryMessage.CreateCommand("ArgumentParsingFailure", args));
122
telemetryPipe.
Send
(TelemetryMessage.CreateCommand("UnknownCommand", settings));
129
telemetryPipe.
Send
(TelemetryMessage.CreateCommand(kind.ToUpperInvariant(), settings));
166
telemetryPipe.
Send
(TelemetryMessage.CreateException(e));