Table of Contents

Class ParamOperationParams

Namespace
NeuralNetworks.Operations.Parameterized
Assembly
NeuralNetworks.dll
public sealed record ParamOperationParams : IEquatable<ParamOperationParams>
Inheritance
ParamOperationParams
Implements
Inherited Members

Constructors

ParamOperationParams(int[], float[])

public ParamOperationParams(int[] Shape, float[] Values)

Parameters

Shape int[]
Values float[]

Properties

Shape

public int[] Shape { get; init; }

Property Value

int[]

Values

public float[] Values { get; init; }

Property Value

float[]