Table of Contents

Class OperationListBuilder<TIn, TOut>

Namespace
NeuralNetworks.Layers.OperationList
Assembly
NeuralNetworks.dll
public class OperationListBuilder<TIn, TOut> : OperationListBuilder where TIn : notnull where TOut : notnull

Type Parameters

TIn
TOut
Inheritance
OperationListBuilder<TIn, TOut>
Inherited Members

Methods

AddOperation<TNextOut>(Operation<TOut, TNextOut>)

public OperationListBuilder<TIn, TNextOut> AddOperation<TNextOut>(Operation<TOut, TNextOut> operation) where TNextOut : notnull

Parameters

operation Operation<TOut, TNextOut>

Returns

OperationListBuilder<TIn, TNextOut>

Type Parameters

TNextOut

Build()

public OperationList<TIn, TOut> Build()

Returns

OperationList<TIn, TOut>