v0.0.4 fn (%x: Tensor[(2, 4, 8, 32), float32]) { let %x1: Tensor[(2, 4, 8, 32), float32] = nn.relu(%x); %x1 }