1 write to _host
Microsoft.ML.Transforms (1)
StatefulFilterTransform.cs (1)
58_host = env.Register(RegistrationName);
15 references to _host
Microsoft.ML.Transforms (15)
StatefulFilterTransform.cs (15)
59_host.AssertValue(source, "source"); 60_host.AssertValue(filterFunc, "filterFunc"); 61_host.AssertValueOrNull(initStateAction); 62_host.AssertValueOrNull(inputSchemaDefinition); 63_host.AssertValueOrNull(outputSchemaDefinition); 69_typedSource = TypedCursorable<TSrc>.Create(_host, Source, false, inputSchemaDefinition); 81_host.AssertValue(transform); 82_host.AssertValue(newSource); 85_typedSource = TypedCursorable<TSrc>.Create(_host, newSource, false, transform._inputSchemaDefinition); 105_host.CheckValueOrNull(rand); 144: base(parent._host) 156CursorChannelAttribute.TrySetCursorChannel(_parent._host, _src, Ch); 157CursorChannelAttribute.TrySetCursorChannel(_parent._host, _dst, Ch); 158CursorChannelAttribute.TrySetCursorChannel(_parent._host, _state, Ch); 162var appendedDataView = new DataViewConstructionUtils.SingleRowLoopDataView<TDst>(parent._host, _parent._addedSchema);