Static Public Attributes | List of all members
get_tensor_descriptor< Type, ShowDetails, NeedsWriteable > Struct Template Reference

#include <tensor.h>

Static Public Attributes

static constexpr auto details
 
static constexpr auto value
 

Detailed Description

template<typename Type, bool ShowDetails, bool NeedsWriteable = false>
struct get_tensor_descriptor< Type, ShowDetails, NeedsWriteable >

Definition at line 123 of file tensor.h.

Member Data Documentation

◆ details

template<typename Type , bool ShowDetails, bool NeedsWriteable = false>
constexpr auto get_tensor_descriptor< Type, ShowDetails, NeedsWriteable >::details
staticconstexpr
Initial value:
= const_name<NeedsWriteable>(", flags.writeable", "")
+ const_name<static_cast<int>(Type::Layout) == static_cast<int>(Eigen::RowMajor)>(
", flags.c_contiguous", ", flags.f_contiguous")

Definition at line 125 of file tensor.h.

◆ value

template<typename Type , bool ShowDetails, bool NeedsWriteable = false>
constexpr auto get_tensor_descriptor< Type, ShowDetails, NeedsWriteable >::value
staticconstexpr
Initial value:
+ const_name("[") + eigen_tensor_helper<remove_cv_t<Type>>::dimensions_descriptor
+ const_name("]") + const_name<ShowDetails>(details, const_name("")) + const_name("]")

Definition at line 129 of file tensor.h.


The documentation for this struct was generated from the following file:
npy_format_descriptor
Definition: numpy.h:51
const_name
constexpr descr< N - 1 > const_name(char const (&text)[N])
Definition: descr.h:60
Eigen::RowMajor
@ RowMajor
Definition: Constants.h:321
eigen_tensor_helper
Definition: tensor.h:52
get_tensor_descriptor::details
static constexpr auto details
Definition: tensor.h:125


gtsam
Author(s):
autogenerated on Tue Jun 25 2024 03:08:15