Lines Matching defs:inputTy
43 ShapedType inputTy = cast<ShapedType>(input.getType());
44 Type inputETy = inputTy.getElementType();
45 auto inputShape = inputTy.getShape();
189 ShapedType inputTy = cast<ShapedType>(input.getType());
190 int64_t inputRank = inputTy.getRank();
250 ShapedType inputTy = cast<ShapedType>(input.getType());
255 Type inputETy = inputTy.getElementType();
311 if (4 == inputTy.getRank()) {
343 if (5 == inputTy.getRank()) {
419 ShapedType inputTy = cast<ShapedType>(input.getType());
425 Type inputETy = inputTy.getElementType();
628 auto inputTy = cast<ShapedType>(input.getType());
641 if (!inputTy.hasRank() || inputTy.isDynamicDim(0)) {
753 ShapedType inputTy = cast<ShapedType>(input.getType());
760 Type resultETy = inputTy.getElementType();
832 ShapedType inputTy = cast<ShapedType>(input.getType());
833 Type inElementTy = inputTy.getElementType();