Lines Matching defs:output
63 // Verify the rank agrees with the output type if the output type is ranked.
70 loc, "the reshaped type doesn't agrees with the ranked output type");
88 Value output = tosaBinaryOp.getResult();
90 auto outputType = dyn_cast<RankedTensorType>(output.getType());
117 Value output = tosaBinaryOp.getResult();
118 auto outputType = dyn_cast<RankedTensorType>(output.getType());
148 Value output = tosaBinaryOp.getResult();
149 auto outputType = dyn_cast<RankedTensorType>(output.getType());
175 Value output = tosaOp.getResult();
177 auto outputType = dyn_cast<RankedTensorType>(output.getType());
179 return rewriter.notifyMatchFailure(tosaOp, "output not a ranked tensor");