DiffSharp


DtypeGlobalOps Module

Namespace: DiffSharp

Assembly: DiffSharp.Core.dll


Functions and values

Function or value Description
opNotSupported msg t
Full Usage:
opNotSupported msg t Parameter Types:
  • msg : string
  • t : Dtype

Return Type: 'e
Signature: msg: string -> t: Dtype -> 'e
Parameter Types:
  • msg : string
  • t : Dtype
Return Type: 'e
opNotSupported2 msg t1 t2
Full Usage:
opNotSupported2 msg t1 t2 Parameter Types:
  • msg : string
  • t1 : Dtype
  • t2 : Dtype

Return Type: 'a
Signature: msg: string -> t1: Dtype -> t2: Dtype -> 'a
Parameter Types:
  • msg : string
  • t1 : Dtype
  • t2 : Dtype
Return Type: 'a