#include <TensorContraction.h>
◆ operator()()
template<typename Index , typename Scalar >
Tensor contraction evaluator calls this kernel after finishing each block of output matrix. Output blocks belong to the 2-dimensional output tensor.
TensorContractionParams contains contraction dimensions information required to map output 2-d space into the expected output tensor space (potentially higher dimensional).
- Parameters
-
[in] | output_mapper | Access to output tensor memory |
[in] | params | Tensor contraction parameters |
[in] | i | Index of a first row available through output_mapper |
[in] | j | Index of a first column available through output_mapper |
[in] | num_rows | Number of available rows |
[in] | num_cols | Number of available columns |
int i
Definition: BiCGSTAB_step_by_step.cpp:9
#define EIGEN_UNUSED_VARIABLE(var)
Definition: Macros.h:966
dictionary params
Definition: Particles2023AnalysisHung.py:35
std::ptrdiff_t j
Definition: tut_arithmetic_redux_minmax.cpp:2
References EIGEN_UNUSED_VARIABLE, i, j, and Particles2023AnalysisHung::params.
The documentation for this struct was generated from the following file: