LayoutPointers

Documentation for LayoutPointers.

LayoutPointers.AbstractStridedPointerType

abstract type AbstractStridedPointer{T,N,C,B,R,X<:Tuple{Vararg{Union{Int,StaticInt},N}},O<:Tuple{Vararg{Union{Int,StaticInt},N}}} end

T: element type N: dimensionality C: contiguous dim B: batch size R: rank of strides X: strides O: offsets

source