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