AttrValueType

Enumerates attribute value types.

Enumerated Value

Value

Description

VT_NONE

0

None.

VT_STRING

1

String

VT_FLOAT

2

Floating-point types

VT_BOOL

3

Boolean Type

VT_INT

4

Integer Types

VT_TENSOR_DESC

5

Tensor description type

VT_TENSOR

6

Tensor Type

VT_BYTES

7

The value is in bytes.

VT_GRAPH

8

Indicates the graph type.

VT_NAMED_ATTRS

9

Naming Attribute Type

VT_LIST_LIST_INT

10

List of integers

VT_DATA_TYPE

11

Data type

VT_LIST_LIST_FLOAT

12

Floating-point list

VT_LIST_BASE

1000

Basic value of the list.

VT_LIST_STRING

1001

String list

VT_LIST_FLOAT

1002

Floating-point list

VT_LIST_BOOL

1003

Boolean list

VT_LIST_INT

1004

List of integers

VT_LIST_TENSOR_DESC

1005

Tensor description list.

VT_LIST_TENSOR

1006

Tensor list

VT_LIST_BYTES

1007

Byte list

VT_LIST_GRAPH

1008

Listing Graphs

VT_LIST_NAMED_ATTRS

1009

List of naming attributes.

VT_LIST_DATA_TYPE

1011

Data Type List