Lines Matching defs:mesh
27 namespace mesh {
30 } // namespace mesh
37 using namespace mlir::mesh;
74 return stream << "{empty = " << v.empty << ", mesh" << v.mesh
153 // * operands that are the result of `mesh.shard` ops marked with
155 // * results that are annotated with `mesh.shard` ops without
282 // a `mesh.shard` operation for all remaining operands and results that do not
286 llvm::isa<mesh::ShardOp, mesh::ShardingOp>(op))
363 : public mesh::impl::ShardingPropagationBase<ShardingPropagation> {