Searched refs:aShape (Results 1 – 3 of 3) sorted by relevance
180 aShape, err := a.Shape.ToSlice()188 shapeLen := len(aShape)193 if i >= len(aShape) {198 diff += fmt.Sprintf("-Shape[%d]: %d\n", i, aShape[i])201 if aShape[i] != bShape[i] {202 diff += fmt.Sprintf("Shape[%d]: %d -> %d\n", i, aShape[i], bShape[i])
24 int aShape = state.fA & 0x03; in testSimplify4x4RectsMain() local45 if (aShape) { in testSimplify4x4RectsMain()46 switch (aShape) { in testSimplify4x4RectsMain()
2191 ArrayRef<int64_t> aShape = aT.getShape(), bShape = bT.getShape(); in getCastCompatibleMemRefType() local2197 (aShape[idx] == bShape[idx]) ? aShape[idx] : MemRefType::kDynamicSize; in getCastCompatibleMemRefType()