Deep.Net


BlasTransposedMatrixTmpl

Namespace: SymTensor.Compiler.Cuda
Parent Module: ArgTemplates

BLAS view of ArrayND. The ArrayND is implicitly transposed and exposed as a "float *"

Constructors

ConstructorDescription
new(manikin)
Signature: manikin:ArrayNDManikinT -> BlasTransposedMatrixTmpl

CompiledName: .ctor

Instance members

Instance memberDescription
GetColumns(env)
Signature: env:'?179412 -> int64
Type parameters: '?179412
GetColumnsForOp(env op)
Signature: env:'a -> op:Operation -> int64
Type parameters: 'a
GetLeadingDimension(env)
Signature: env:'a -> int64
Type parameters: 'a
GetRows(env)
Signature: env:'?179414 -> int64
Type parameters: '?179414
GetRowsForOp(env op)
Signature: env:'a -> op:Operation -> int64
Type parameters: 'a
GetVar(env)
Signature: env:CudaExecEnvT -> CudaDeviceVariable<single>
Manikin
Signature: ArrayNDManikinT

CompiledName: get_Manikin

Fork me on GitHub