Table of Contents

Class Upsample2DLayer

Namespace
NeuralNetworks.Layers
Assembly
NeuralNetworks.dll
public class Upsample2DLayer : Layer<float[,,,], float[,,,]>
Inheritance
Layer<float[,,,], float[,,,]>
Upsample2DLayer
Inherited Members

Constructors

Upsample2DLayer(int, int)

public Upsample2DLayer(int scaleHeight, int scaleWidth)

Parameters

scaleHeight int
scaleWidth int

Methods

CreateOperationListBuilder()

public override OperationListBuilder<float[,,,], float[,,,]> CreateOperationListBuilder()

Returns

OperationListBuilder<float[,,,], float[,,,]>

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.