2 instantiations of SimplePartitionedPathParser
Microsoft.ML.Parquet (2)
PartitionedPathParser.cs (2)
87public IPartitionedPathParser CreateComponent(IHostEnvironment env) => new SimplePartitionedPathParser(env, this); 148ch => new SimplePartitionedPathParser(host, ctx));
18 references to SimplePartitionedPathParser
Microsoft.ML.Parquet (18)
PartitionedPathParser.cs (18)
17[assembly: LoadableClass(SimplePartitionedPathParser.Summary, typeof(SimplePartitionedPathParser), typeof(SimplePartitionedPathParser.Arguments), typeof(PartitionedPathParser), 18SimplePartitionedPathParser.UserName, SimplePartitionedPathParser.LoadName, SimplePartitionedPathParser.ShortName)] 23[assembly: LoadableClass(SimplePartitionedPathParser.Summary, typeof(SimplePartitionedPathParser), null, typeof(SignatureLoadModel), 24SimplePartitionedPathParser.UserName, SimplePartitionedPathParser.LoadName, SimplePartitionedPathParser.ShortName)] 28[assembly: EntryPointModule(typeof(SimplePartitionedPathParser.Arguments))] 76[TlcModule.Component(Name = SimplePartitionedPathParser.LoadName, FriendlyName = SimplePartitionedPathParser.UserName, 77Desc = SimplePartitionedPathParser.Summary, Alias = SimplePartitionedPathParser.ShortName)] 98loaderAssemblyName: typeof(SimplePartitionedPathParser).Assembly.FullName); 141public static SimplePartitionedPathParser Create(IHostEnvironment env, ModelLoadContext ctx)