Table of Contents

Class Mean

Namespace
Bonsai.ML.Torch
Assembly
Bonsai.ML.Torch.dll

Takes the mean of the tensor along the specified dimensions.

[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public class Mean
Inheritance
Mean
Inherited Members

Properties

Dimensions

The dimensions along which to compute the mean.

KeepDimensions

If true, keeps the dimensions of the input tensor the same.

Type

The data type of the tensor.

Methods

Process(IObservable<Tensor>)

Takes the mean of the tensor along the specified dimensions.