Bagikan melalui


InferencingOptionsPreview Kelas

Definisi

Dihentikan. Mewakili opsi inferensi untuk mengontrol evaluasi model.

public ref class InferencingOptionsPreview sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract, 65536)]
class InferencingOptionsPreview final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("Use LearningModelSession instead of InferencingOptionsPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")]
class InferencingOptionsPreview final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract), 65536)]
public sealed class InferencingOptionsPreview
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("Use LearningModelSession instead of InferencingOptionsPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")]
public sealed class InferencingOptionsPreview
Public NotInheritable Class InferencingOptionsPreview
Warisan
Object Platform::Object IInspectable InferencingOptionsPreview
Atribut

Persyaratan Windows

Rangkaian perangkat
Windows 10, version 1803 (diperkenalkan dalam 10.0.17134.0)
API contract
Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract (diperkenalkan dalam v1.0)

Contoh

void SetEvaluationOptionsForModel(LearningModelPreview model)
{
    // Set our preference to use the GPU
    InferencingOptionsPreview options = model.InferencingOptions;
    options.PreferredDeviceKind = LearningModelDeviceKindPreview.LearningDeviceGpu;

    model.InferencingOptions = options;
}

Keterangan

Peringatan

Ini adalah API yang tidak digunakan lagi. Silakan gunakan namespace Windows.AI.MachineLearning sebagai gantinya.

Properti

IsTracingEnabled

Dihentikan. Mendapatkan atau mengatur apakah pelacakan diaktifkan selama evaluasi model.

MaxBatchSize

Dihentikan. Mendapatkan atau mengatur ukuran batch maksimum untuk evaluasi model.

MinimizeMemoryAllocation

Dihentikan. Mendapatkan atau mengatur apakah akan meminimalkan alokasi memori setelah evaluasi model.

PreferredDeviceKind

Dihentikan. Mendapatkan atau mengatur perangkat pilihan tempat evaluasi akan dilakukan.

ReclaimMemoryAfterEvaluation

Dihentikan. Mendapatkan atau mengatur apakah akan mengklaim kembali memori yang dialokasikan setelah evaluasi model.

Berlaku untuk