5 references to ValueCase
Microsoft.ML.OnnxTransformer (5)
OnnxTypeParser.cs (1)
169
switch (dim.
ValueCase
)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (4)
4061
switch (other.
ValueCase
)
4171
if (
ValueCase
!= other.
ValueCase
) return false;
4254
switch (other.
ValueCase
)