Show / Hide Table of Contents

Class BaseParameter

Inheritance
System.Object
BaseParameter
Parameter
Namespace: SiaNet.Engine
Assembly: SiaNet.Engine.dll
Syntax
public abstract class BaseParameter

Constructors

| Improve this Doc View Source

BaseParameter(String, DataType, Int64[])

Declaration
public BaseParameter(string name, DataType dataType, params long[] shape)
Parameters
Type Name Description
System.String name
DataType dataType
System.Int64[] shape
| Improve this Doc View Source

BaseParameter(String, Int64[])

Declaration
public BaseParameter(string name, params long[] shape)
Parameters
Type Name Description
System.String name
System.Int64[] shape

Properties

| Improve this Doc View Source

Data

Declaration
public Tensor Data { get; set; }
Property Value
Type Description
Tensor
| Improve this Doc View Source

Grad

Declaration
public Tensor Grad { get; set; }
Property Value
Type Description
Tensor
| Improve this Doc View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX