Click or drag to resize

Emgu.TF Namespace

http://www.emgu.com
Wrapper of Tensorflow functions.
Classes
  ClassDescription
Public classBuffer
Buffer holds a pointer to a block of data and its associated length. Typically, the data consists of a serialized protocol buffer, but other data may also be held in a buffer.
Public classFunction
A tensorflow function
Public classGraph
Tensorflow Graph
Public classImportGraphDefOptions
ImportGraphDefOptions holds options that can be passed to Graph.ImportGraphDef
Public classInput
Represents a specific input of an operation.
Public classLibrary
The Library that can be used to load new Tensorflow modules.
Public classOperation
Tensorflow operation
Public classOperationDescription
Operation being built. The underlying graph must outlive this
Public classOutput
Represents a specific output of an operation.
Public classSession
API for driving Graph execution
Public classSessionDevice
The device for a session.
Public classSessionOptions
Tensorflow session options
Public classStatus
The status
Public classStatusChecker
A status checker, during the disposal, it will throw exception if the status is not ok.
Public classTensor
Tensor holds a multi-dimensional array of elements of a single data type. For all types other than STRING, the data buffer stores elements in row major order. E.g. if data is treated as a vector of TF_DataType: element 0: index (0, ..., 0) element 1: index (0, ..., 1) ... The format for TF_STRING tensors is: start_offset: array[uint64] data: byte[...] The string length (as a varint), followed by the contents of the string is encoded at data[start_offset[i]]]. StringEncode and StringDecode facilitate this encoding.
Public classTfInvoke
Entry points to the native Tensorflow library.
Structures
  StructureDescription
Public structureAttrMetadata
Describes the value of an attribute on an operation.
Enumerations
  EnumerationDescription
Public enumerationAttrType
Describes the type of the value of an attribute on an operation.
Public enumerationDataType
The tensor flow datatype.
Public enumerationStatusCode
The status code