Variables¶
A¶
variableaxis_params_v Inline variable form ofaxis_paramsfor use in expressions.
C¶
D¶
variabledynamic_shape Sentinel rank value indicating a run-time-determined rank.
E¶
variableexpression_dims Inline variable holding the number of dimensions of an expression.variableexpression_random_access Inline variable indicating whether an expression supports random access.
F¶
variablefixed_shape Convenience variable template for instantiating afixed_shape_t.
I¶
variableinfinite_size Sentinel value denoting a dimension of unbounded/unknown size.variableis_arg Inline variable that istruewhenT(after decay) is a numeric or boolean type and can therefore be passed by value as an argument.variableis_expr_element Inline variable that istruewhenTis a non-cv-qualified scalar vector element type.variableis_infinite Inline variable that istruewhen the shape ofEis infinite.variableis_input_expression Inline variable that istruewhenEsatisfiesinput_expression.variableis_input_output_expression Inline variable that istruewhenEsatisfiesinput_output_expression.variableis_output_expression Inline variable that istruewhenEsatisfiesoutput_expression.
M¶
variablemax_index_t Maximum representable value ofindex_t.variablemax_sindex_t Maximum representable value ofsigned_index_t.variablemaximum_dims Upper bound on the number of dimensions supported byshape.variablemaximum_expression_width Maximum vector width (in elements) supported by an expression handle for typeT.
S¶
variableseed_from_rdtsc Tag value used to seed the random number generator from the CPU cycle counter.variablesymmetric_linspace
U¶
variableundefined_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.