Searched refs:NonContigInfo (Results 1 – 1 of 1) sorted by relevance
7118 StructNonContiguousInfo NonContigInfo; member7129 NonContigInfo.Dims.append(CurInfo.NonContigInfo.Dims.begin(), in append()7130 CurInfo.NonContigInfo.Dims.end()); in append()7131 NonContigInfo.Offsets.append(CurInfo.NonContigInfo.Offsets.begin(), in append()7132 CurInfo.NonContigInfo.Offsets.end()); in append()7133 NonContigInfo.Counts.append(CurInfo.NonContigInfo.Counts.begin(), in append()7134 CurInfo.NonContigInfo.Counts.end()); in append()7135 NonContigInfo.Strides.append(CurInfo.NonContigInfo.Strides.begin(), in append()7136 CurInfo.NonContigInfo.Strides.end()); in append()7656 bool IsNonContiguous = CombinedInfo.NonContigInfo.IsNonContiguous; in generateInfoForComponentList()[all …]