1 write to Host
Microsoft.ML.Transforms (1)
CustomMappingFilter.cs (1)
28Host = env.Register("CustomFilter");
10 references to Host
Microsoft.ML.Transforms (10)
CustomMappingFilter.cs (10)
29Host.CheckValue(input, nameof(input)); 32TypedSrc = TypedCursorable<TSrc>.Create(Host, input, false, null); 39Host.AssertValueOrNull(rand); 64Host.CheckValue(predicate, nameof(predicate)); 75Host.AssertValueOrNull(rand); 82Host.AssertNonEmpty(inputs); 97: base(parent.Host, input, input.Schema, active) 141Host.CheckValue(predicate, nameof(predicate)); 142Host.CheckValue(stateInitAction, nameof(stateInitAction)); 163: base(parent.Host, input, input.Schema, active)