Table of Contents

Class MeshGrid

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

Creates a mesh grid from an observable sequence of enumerable of 1-D tensors.

[Combinator]
[WorkflowElementCategory(ElementCategory.Source)]
public class MeshGrid
Inheritance
MeshGrid
Inherited Members

Properties

Indexing

The indexing mode to use for the mesh grid.

Methods

Process(IObservable<IEnumerable<Tensor>>)

Creates a mesh grid from the input tensors.

Process(IObservable<Tuple<Tensor, Tensor, Tensor, Tensor, Tensor, Tensor, Tensor>>)

Creates a mesh grid from the input tensors.

Process(IObservable<Tuple<Tensor, Tensor, Tensor, Tensor, Tensor, Tensor>>)

Creates a mesh grid from the input tensors.

Process(IObservable<Tuple<Tensor, Tensor, Tensor, Tensor, Tensor>>)

Creates a mesh grid from the input tensors.

Process(IObservable<Tuple<Tensor, Tensor, Tensor, Tensor>>)

Creates a mesh grid from the input tensors.

Process(IObservable<Tuple<Tensor, Tensor, Tensor>>)

Creates a mesh grid from the input tensors.

Process(IObservable<Tuple<Tensor, Tensor>>)

Creates a mesh grid from the input tensors.