We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d05630 commit 46cdc20Copy full SHA for 46cdc20
programGenerator/src/main/scala/ONNXProgramGenerator.scala
@@ -63,7 +63,7 @@ object ONNXProgramGenerator {
63
)
64
.toMap
65
66
- val useZIO = true
+ val useZIO = false
67
val useDotty = false
68
val unionTypeOperator = (if (useDotty) " | " else " TypeOr ")
69
@@ -74,7 +74,7 @@ object ONNXProgramGenerator {
74
"ZIO"
75
else "")
76
val path = Paths.get(
77
- "programGenerator/src/main/scala/generatedprograms/" + programName + ".scala"
+ "programGenerator/src/gen/scala/" + programName + ".scala"
78
);
79
80
//TODO: Be explicit about model version, metadata
0 commit comments