Lines Matching defs:tosa
27 namespace tosa {
30 } // namespace tosa
34 using namespace mlir::tosa;
51 // updated. For the tosa.while_loop operation, types are speculatively updated
179 // loop body / condition for tosa.while.
196 // Find all the tosa yield types and verify there is a single one.
203 // Using the new tosa.yield operand types, infer the new subtypes.
220 op.emitWarning("has a tosa.yield with the incorrect number of operands");
306 /// Recursively validate tosa ops with SameOperandsAndResultRank trait in region
336 : public tosa::impl::TosaInferShapesBase<TosaInferShapes> {
349 std::unique_ptr<Pass> mlir::tosa::createTosaInferShapesPass() {