boolVal property

List<bool>? boolVal
getter/setter pair

Type specific representations that make it easy to create tensor protos in all languages.

Only the representation corresponding to "dtype" can be set. The values hold the flattened representation of the tensor in row major order. BOOL

Implementation

core.List<core.bool>? boolVal;