AttrValueType

Enumerates attribute value types.

Enumerated Value

Value

Description

VT_NONE

0

No type

VT_STRING

1

String type

VT_FLOAT

2

Floating-point type

VT_BOOL

3

Boolean type

VT_INT

4

Integer type

VT_TENSOR_DESC

5

Tensor description type

VT_TENSOR

6

Tensor type

VT_BYTES

7

Byte type

VT_GRAPH

8

Graph type

VT_NAMED_ATTRS

9

Named attribute type

VT_LIST_LIST_INT

10

List of integer lists

VT_DATA_TYPE

11

Data type

VT_LIST_LIST_FLOAT

12

List of floating-point lists

VT_LIST_BASE

1000

List base value

VT_LIST_STRING

1001

String list

VT_LIST_FLOAT

1002

Floating-point list

VT_LIST_BOOL

1003

Boolean list

VT_LIST_INT

1004

Integer list

VT_LIST_TENSOR_DESC

1005

Tensor description list

VT_LIST_TENSOR

1006

Tensor list

VT_LIST_BYTES

1007

Byte list

VT_LIST_GRAPH

1008

Graph list

VT_LIST_NAMED_ATTRS

1009

Named attribute list

VT_LIST_DATA_TYPE

1011

Data type list