Click or drag to resize

AttrType Enumeration

http://www.emgu.com
Describes the type of the value of an attribute on an operation.

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public enum AttrType
Members
  Member nameValueDescription
String0 String
Int1 int
Float2 float
Bool3 bool
Type4 type
Shape5 shape
Tensor6 tensor
Placeholder7 Placeholder
Func8 func
See Also