DiffSharp


Dtype Type

Namespace: DiffSharp

Assembly: DiffSharp.Core.dll


Base Type: obj

All Interfaces:

  • IEquatable
  • IStructuralEquatable

Union cases

Union case Description
Bool
Full Usage:
Bool
Signature: Dtype
Byte
Full Usage:
Byte
Signature: Dtype
Float32
Full Usage:
Float32
Signature: Dtype
Float64
Full Usage:
Float64
Signature: Dtype
Int16
Full Usage:
Int16
Signature: Dtype
Int32
Full Usage:
Int32
Signature: Dtype
Int64
Full Usage:
Int64
Signature: Dtype
Int8
Full Usage:
Int8
Signature: Dtype
Other(name, code, inOutType)
Full Usage:
Other(name, code, inOutType) Parameter Types:
  • name : string
  • code : int
  • inOutType : Type

Signature: string * int * Type -> Dtype
Parameter Types:
  • name : string
  • code : int
  • inOutType : Type

Instance members

Instance member Description
this.AsType()
Full Usage:
this.AsType()
Return Type: Type
Signature: unit -> Type
Return Type: Type
this.SummationType
Full Usage:
this.SummationType
Return Type: Dtype
Signature: Dtype

Gets the natural result of the Sum(), SumToSize() and Sum(dim) operation on this dtype


Return Type: Dtype