Click or drag to resize

DataType Class

http://www.emgu.com
The tensor flow datatype.
Inheritance Hierarchy

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public sealed class DataType : Enum

The DataType type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
Compares this instance to a specified object and returns an indication of their relative values.
(Inherited from Enum.)
Public methodEquals
Returns a value indicating whether this instance is equal to a specified object.
(Inherited from Enum.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns the hash code for the value of this instance.
(Inherited from Enum.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetTypeCode
Returns the type code of the underlying type of this enumeration member.
(Inherited from Enum.)
Public methodHasFlag
Determines whether one or more bit fields are set in the current instance.
(Inherited from Enum.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Inherited from Enum.)
Public methodToString(IFormatProvider) Obsolete. (Inherited from Enum.)
Public methodToString(String)
Converts the value of this instance to its equivalent string representation using the specified format.
(Inherited from Enum.)
Public methodToString(String, IFormatProvider) Obsolete.
This method overload is obsolete; use ToString(String).
(Inherited from Enum.)
Top
Fields
  NameDescription
Public fieldStatic memberBfloat16
Float32 truncated to 16 bits. Only for cast ops.
Public fieldStatic memberBool
Boolean
Public fieldStatic memberComplex
Old identifier kept for API backwards compatibility
Public fieldStatic memberComplex128
Double-precision complex
Public fieldStatic memberComplex64
Single-precision complex
Public fieldStatic memberDouble
Double
Public fieldStatic memberFloat
Float
Public fieldStatic memberHalf
Half
Public fieldStatic memberInt16
Int16
Public fieldStatic memberInt32
Int32 tensors are always in 'host' memory.
Public fieldStatic memberInt64
Int64
Public fieldStatic memberInt8
Int8
Public fieldStatic memberQint16
Quantized int16
Public fieldStatic memberQint32
Quantized int32
Public fieldStatic memberQint8
Quantized int8
Public fieldStatic memberQuint16
Quantized uint16
Public fieldStatic memberQuint8
Quantized uint8
Public fieldStatic memberResource
Resource
Public fieldStatic memberString
String
Public fieldStatic memberUint16
Uint16
Public fieldStatic memberUint32
Uint32
Public fieldStatic memberUint64
Uint64
Public fieldStatic memberUint8
Uint8
Public fieldvalue__
Public fieldStatic memberVariant
Variant
Top
See Also