Table of Contents

Class OperationListBuilder

Namespace
NeuralNetworks.Layers.OperationList
Assembly
NeuralNetworks.dll
public abstract class OperationListBuilder
Inheritance
OperationListBuilder
Derived
Inherited Members

Constructors

OperationListBuilder(OperationListBuilder?)

protected OperationListBuilder(OperationListBuilder? parent = null)

Parameters

parent OperationListBuilder

Properties

Operation

public Operation Operation { get; protected set; }

Property Value

Operation

Parent

public OperationListBuilder? Parent { get; }

Property Value

OperationListBuilder