Skip to content

Variables

A

C

D

  • variable dynamic_shape Sentinel rank value indicating a run-time-determined rank.

E

  • variable expression_dims Inline variable holding the number of dimensions of an expression.
  • variable expression_random_access Inline variable indicating whether an expression supports random access.

F

I

  • variable infinite_size Sentinel value denoting a dimension of unbounded/unknown size.
  • variable is_arg Inline variable that is true when T (after decay) is a numeric or boolean type and can therefore be passed by value as an argument.
  • variable is_expr_element Inline variable that is true when T is a non-cv-qualified scalar vector element type.
  • variable is_infinite Inline variable that is true when the shape of E is infinite.
  • variable is_input_expression Inline variable that is true when E satisfies input_expression .
  • variable is_input_output_expression Inline variable that is true when E satisfies input_output_expression .
  • variable is_output_expression Inline variable that is true when E satisfies output_expression .

M

S

U

  • variable undefined_size Sentinel value denoting a dimension whose size is not yet known.
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.