Uses of Enum Class
ai.onnx.proto.OnnxMl.AttributeProto.AttributeType
Packages that use OnnxMl.AttributeProto.AttributeType
-
Uses of OnnxMl.AttributeProto.AttributeType in ai.onnx.proto
Methods in ai.onnx.proto that return OnnxMl.AttributeProto.AttributeTypeModifier and TypeMethodDescriptionOnnxMl.AttributeProto.AttributeType.forNumber
(int value) OnnxMl.AttributeProto.Builder.getType()
The type field MUST be present for this version of the IR.OnnxMl.AttributeProto.getType()
The type field MUST be present for this version of the IR.OnnxMl.AttributeProtoOrBuilder.getType()
The type field MUST be present for this version of the IR.OnnxMl.AttributeProto.AttributeType.valueOf
(int value) Deprecated.OnnxMl.AttributeProto.AttributeType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static OnnxMl.AttributeProto.AttributeType[]
OnnxMl.AttributeProto.AttributeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ai.onnx.proto that return types with arguments of type OnnxMl.AttributeProto.AttributeTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<OnnxMl.AttributeProto.AttributeType>
OnnxMl.AttributeProto.AttributeType.internalGetValueMap()
Methods in ai.onnx.proto with parameters of type OnnxMl.AttributeProto.AttributeTypeModifier and TypeMethodDescriptionOnnxMl.AttributeProto.Builder.setType
(OnnxMl.AttributeProto.AttributeType value) The type field MUST be present for this version of the IR. -
Uses of OnnxMl.AttributeProto.AttributeType in org.tribuo.util.onnx
Methods in org.tribuo.util.onnx that return OnnxMl.AttributeProto.AttributeTypeConstructors in org.tribuo.util.onnx with parameters of type OnnxMl.AttributeProto.AttributeTypeModifierConstructorDescriptionONNXAttribute
(String name, OnnxMl.AttributeProto.AttributeType type, boolean mandatory) Constructs an attribute placeholder of the appropriate name and type.