Collects internal details for generating index ranges [MIN, MAX) Declare primary template for index range builder. More...
#include <TensorSyclTuple.h>
Collects internal details for generating index ranges [MIN, MAX) Declare primary template for index range builder.
Induction step: Specialisation of the RangeBuilder class when N!=MIN in this case we are recursively subtracting N by one and adding one index to Is... list until MIN==N
MIN | is the starting index in the tuple |
N | represents sizeof..(elemens)- sizeof...(Is) |
Is... | are the list of generated index so far |
MIN | is the starting index in the tuple |
N | represents sizeof..(elemens)- sizeof...(Is) |
Is... | are the list of generated index so far |
Definition at line 148 of file TensorSyclTuple.h.