Searched defs:index_tuple (Results 1 – 3 of 3) sorted by relevance
139 template<std::size_t...> struct index_tuple{ typedef index_tuple type; }; argument
328 def __init__(self, tensor_size, index_tuple, res, input_var): argument
489 for (auto index_tuple : index_tuples) { in ProdShapeWithIndexInTuple() local