Uses of Class
onnx.Onnx.TypeProto.ValueCase
-
Packages that use Onnx.TypeProto.ValueCase Package Description onnx -
-
Uses of Onnx.TypeProto.ValueCase in onnx
Methods in onnx that return Onnx.TypeProto.ValueCase Modifier and Type Method Description static Onnx.TypeProto.ValueCaseOnnx.TypeProto.ValueCase. forNumber(int value)Onnx.TypeProto.ValueCaseOnnx.TypeProto.Builder. getValueCase()Onnx.TypeProto.ValueCaseOnnx.TypeProto. getValueCase()Onnx.TypeProto.ValueCaseOnnx.TypeProtoOrBuilder. getValueCase()static Onnx.TypeProto.ValueCaseOnnx.TypeProto.ValueCase. valueOf(int value)Deprecated.static Onnx.TypeProto.ValueCaseOnnx.TypeProto.ValueCase. valueOf(String name)Returns the enum constant of this type with the specified name.static Onnx.TypeProto.ValueCase[]Onnx.TypeProto.ValueCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-