Share via


ExecutionProvider.LibraryPath Property

Definition

Gets the type of device (CPU, GPU, NPU, etc.).

public:
 property Platform::String ^ LibraryPath { Platform::String ^ get(); };
winrt::hstring LibraryPath();
public string LibraryPath { get; }
var string = executionProvider.libraryPath;
Public ReadOnly Property LibraryPath As String

Property Value

String

Platform::String

winrt::hstring

A string containing the type of device.

Applies to