Searched refs:thisDims (Results 1 – 2 of 2) sorted by relevance
358 int thisDims = this.getDimensions(); in mergeArray() local361 if (typeDims == thisDims) { in mergeArray()369 return createArray(mergedComponent, thisDims); in mergeArray()375 if (typeDims < thisDims) { in mergeArray()380 targetDims = thisDims; in mergeArray()
791 SmallVector<int64_t, 4> thisDims; in parseList() local793 if (parseList(thisDims)) in parseList()800 return checkDims(newDims, thisDims); in parseList()801 newDims = thisDims; in parseList()