Deep.Net


UExprRngsSpec

Namespace: SymTensor

Functions and values

Function or valueDescription
checkCompatibility shp srs
Signature: shp:ShapeSpecT -> srs:UExprRngsSpecT -> unit

checks that the static parts of the range specification are compatible with the given shape

ofExprRngsSpec sr
Signature: sr:ExprRngsSpecT -> SimpleRangeSpecT<int> list * ExprT list

converts a ExprRngsSpecT to a UExprRngSpecT

toExprRngsSpec srs drs
Signature: srs:UExprRngsSpecT -> drs:ExprT list -> SimpleRangeSpecT<ExprT> list

converts a UExprRngSpecT to a ExprRngsSpecT

Fork me on GitHub