Home | History | Annotate | Download | only in Tensor

Lines Matching refs:ContractDims

91   static const int ContractDims = internal::array_size<Indices>::value;
96 typedef array<Index, ContractDims> contract_t;
97 typedef array<Index, LDims - ContractDims> left_nocontract_t;
98 typedef array<Index, RDims - ContractDims> right_nocontract_t;
100 static const int NumDims = LDims + RDims - 2 * ContractDims;