Lines Matching full:dimension
42 /// contraction dimension.
50 /// Find at least 2 parallel (m and n) and 1 reduction (k) dimension candidates
53 /// 1. The m dimension is involved in an outer-product along LHS
55 /// 2. The n dimension is involved in an outer-product along RHS
57 /// 3. The k dimension appears as a permutation on LHS and RHS.
62 /// When multiple dimension occurrences exist that match `batch`, `m`, `n`, or
74 /// convolution dimension.
87 /// dimension candidates that form a convolution subcomputation within
92 /// 2. The output_image dimension is involved in a cross-correlation along LHS
95 /// 3. Optional output_channel dimension is involved in an outer-product along
98 /// 4. Optional input_channel dimension appears as a permutation on LHS and
100 /// 5. The filter_loop dimension appears as a permutation on the RHS and
103 /// 6. The input_channel dimension appears as a permutation on LHS and RHS.
107 /// When multiple dimension occurrences exist that match any classification