http://www.emgu.com
Describes the type of the value of an attribute on an operation.
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
SyntaxPublic Enumeration AttrType
public enum class AttrType
Members
| Member name | Value | Description |
---|
| String | 0 |
String
|
| Int | 1 |
int
|
| Float | 2 |
float
|
| Bool | 3 |
bool
|
| Type | 4 |
type
|
| Shape | 5 |
shape
|
| Tensor | 6 |
tensor
|
| Placeholder | 7 |
Placeholder
|
| Func | 8 |
func
|
See Also