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
Properties
Shape
public int[] Shape { get; init; }
Property Value
- int[]
Values
public float[] Values { get; init; }
Property Value
- float[]