Table of Contents

Property Pattern

Namespace
LMKit.Model
Assembly
LM-Kit.NET.dll

Pattern

The regex pattern to match against tensor names. Uses C++ std::regex syntax with substring matching (not anchored).

public string Pattern { get; }

Property Value

string
Share