Searched refs:NonContigInfo (Results 1 – 1 of 1) sorted by relevance
7167 StructNonContiguousInfo NonContigInfo; member7178 NonContigInfo.Dims.append(CurInfo.NonContigInfo.Dims.begin(), in append()7179 CurInfo.NonContigInfo.Dims.end()); in append()7180 NonContigInfo.Offsets.append(CurInfo.NonContigInfo.Offsets.begin(), in append()7181 CurInfo.NonContigInfo.Offsets.end()); in append()7182 NonContigInfo.Counts.append(CurInfo.NonContigInfo.Counts.begin(), in append()7183 CurInfo.NonContigInfo.Counts.end()); in append()7184 NonContigInfo.Strides.append(CurInfo.NonContigInfo.Strides.begin(), in append()7185 CurInfo.NonContigInfo.Strides.end()); in append()7716 bool IsNonContiguous = CombinedInfo.NonContigInfo.IsNonContiguous; in generateInfoForComponentList()[all …]