Click or drag to resize

Interpreter Properties

http://www.emgu.com

The Interpreter type exposes the following members.

Properties
  NameDescription
Public propertyInputIndices
Get the list of tensor index of the inputs tensors.
Public propertyInputs
Get an array of all the input tensors
Public propertyNodeSize
Get the number of ops in the model.
Public propertyOutputIndices
Get the list of tensor index of the outputs tensors.
Public propertyOutputs
Get an array of all the output tensors
Public propertyPtr
Pointer to the unmanaged object
(Inherited from UnmanagedObject.)
Public propertyTensorSize
Get the number of tensors in the model.
Top
See Also