SkillFeatureTensorFloatValue.GetAsVectorView Method

Definition

Retrieves the readonly view of the tensor.

public:
 virtual Windows::Foundation::Collections::IVectorView<float> ^ GetAsVectorView() = Microsoft::AI::Skills::SkillInterfacePreview::ISkillFeatureTensorFloatValue::GetAsVectorView;
public Windows.Foundation.Collections.IVectorView<float> GetAsVectorView ();
abstract member GetAsVectorView : unit -> Windows.Foundation.Collections.IVectorView<single>
override this.GetAsVectorView : unit -> Windows.Foundation.Collections.IVectorView<single>
Public Function GetAsVectorView () As IVectorView(Of Single)

Returns

Windows.Foundation.Collections.IVectorView<Single>

The value contained within this instance.

Implements

Microsoft.AI.Skills.SkillInterfacePreview.ISkillFeatureTensorFloatValue.GetAsVectorView

Applies to