Skip to content

class expression_traits<tensor<T, Dims>> tensor

template <typename T, index_t Dims>
struct expression_traits<tensor<T, Dims>> : expression_traits_defaults { … }

typedef value_type

using value_type             = T

Defined at base/tensor.hpp:945

variable dims

constexpr static size_t dims = Dims

Defined at base/tensor.hpp:946

function get_shape(const tensor<T, Dims> &)

Defined at base/tensor.hpp:948

function get_shape()

Defined at base/tensor.hpp:952

Defined at base/tensor.hpp:943