Member List

Member List#

Composable Kernel: Member List
HostTensorDescriptor Member List

This is the complete list of members for HostTensorDescriptor, including all inherited members.

CalculateStrides()HostTensorDescriptor
GetElementSize() constHostTensorDescriptor
GetElementSpaceSize() constHostTensorDescriptor
GetLengths() constHostTensorDescriptor
GetNumOfDimension() constHostTensorDescriptor
GetOffsetFromMultiIndex(Is... is) constHostTensorDescriptorinline
GetOffsetFromMultiIndex(std::vector< std::size_t > iss) constHostTensorDescriptorinline
GetStrides() constHostTensorDescriptor
HostTensorDescriptor()=defaultHostTensorDescriptor
HostTensorDescriptor(const std::initializer_list< X > &lens)HostTensorDescriptorinline
HostTensorDescriptor(const std::initializer_list< ck::long_index_t > &lens)HostTensorDescriptorinline
HostTensorDescriptor(const Lengths &lens)HostTensorDescriptorinline
HostTensorDescriptor(const std::initializer_list< X > &lens, const std::initializer_list< Y > &strides)HostTensorDescriptorinline
HostTensorDescriptor(const std::initializer_list< ck::long_index_t > &lens, const std::initializer_list< ck::long_index_t > &strides)HostTensorDescriptorinline
HostTensorDescriptor(const Lengths &lens, const Strides &strides)HostTensorDescriptorinline
operator<<(std::ostream &os, const HostTensorDescriptor &desc)HostTensorDescriptorfriend