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