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.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
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