Enum AttributeProto.Types.AttributeType
Note: this enum is structurally identical to the OpSchema::AttrType enum defined in schema.h. If you rev one, you likely need to rev the other.
Namespace: Onnx
Syntax
public enum AttributeType
Fields
| Name | Description |
|---|---|
| Float | |
| Floats | |
| Graph | |
| Graphs | |
| Int | |
| Ints | |
| SparseTensor | |
| SparseTensors | |
| String | |
| Strings | |
| Tensor | |
| Tensors | |
| Undefined |