Searched defs:DotDimensionIndexMapping (Results 1 – 1 of 1) sorted by relevance
104 struct DotDimensionIndexMapping { struct105 std::vector<int64> lhs_to_rhs_indices;106 std::vector<int64> lhs_to_output_indices;107 std::vector<int64> rhs_to_lhs_indices;108 std::vector<int64> rhs_to_output_indices;109 std::vector<int64> output_to_lhs_indices;110 std::vector<int64> output_to_rhs_indices;