BertOnnxOptions.PoolingMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the pooling mode to use when generating the fixed-length embedding result. Defaults to "mean".
public Microsoft.SemanticKernel.Connectors.Onnx.EmbeddingPoolingMode PoolingMode { get; init; }
member this.PoolingMode : Microsoft.SemanticKernel.Connectors.Onnx.EmbeddingPoolingMode with get, set
Public Property PoolingMode As EmbeddingPoolingMode