6 references to RemoteExecutor
Microsoft.ML.CpuMath.UnitTests (4)
RemoteExecutor.cs (4)
10using Executor = Microsoft.ML.TestFramework.RemoteExecutor; 30Executor.RemoteInvoke(method, arg1, arg2, arg3, arg4, options); 46Executor.RemoteInvoke(method, arg1, arg2, arg3, options); 62Executor.RemoteInvoke(method, arg1, arg2, options);
Microsoft.ML.TestFramework (2)
RemoteExecutor.cs (2)
200public int TimeOut { get; set; } = RemoteExecutor.FailWaitTimeoutMilliseconds; 201public int ExpectedExitCode { get; set; } = RemoteExecutor.SuccessExitCode;