OperationDescription Class |
Namespace: Emgu.TF
The OperationDescription type exposes the following members.
Name | Description | |
---|---|---|
![]() | Disposed |
Returns true if the object has been disposed.
(Inherited from DisposableObject.) |
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
Name | Description | |
---|---|---|
![]() | AddControlInput |
Call once per control input to this Operation description
|
![]() | AddInput(Output) |
Add the input to this operation description
|
![]() | AddInput(Output) |
Add the inputs to this operation description
|
![]() | ColocateWith |
Request this operation be co-located on the device where op
is placed.
|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release all the unmanaged data associated with this OperationDescription
(Overrides DisposableObjectDisposeObject.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | FinishOperation |
If this function succeeds:
status is set to an OK value,
an Operation is added to the graph,
a non-null value pointing to the added operation is returned
-- this value is valid until the underlying graph is deleted.
Otherwise:
status is set to a non-OK value,
the graph is not modified,
a null value is returned.
In either case, it deletes the OperationDescription.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ReleaseManagedResources |
Release the managed resources. This function will be called during the disposal of the current object.
override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.) |
![]() | SetAttr(String, DataType) |
Set a DataType value as an attribute
|
![]() | SetAttr(String, DataType) |
Set an array of DataType value as an attribute
|
![]() | SetAttr(String, Boolean) |
Set a boolean value as an attribute
|
![]() | SetAttr(String, Boolean) |
Set an array of boolean value as an attribute
|
![]() | SetAttr(String, Int64) |
Set a long value as an attribute
|
![]() | SetAttr(String, Int64) |
Set an array of long value as an attribute
|
![]() | SetAttr(String, Single) |
Set a floating point value as an attribute
|
![]() | SetAttr(String, Single) |
Set an array of floating point value as an attribute
|
![]() | SetAttr(String, String) |
Set a string value as an attribute
|
![]() | SetAttr(String, String) |
Set a string value as an attribute
|
![]() | SetAttr(String, Tensor, Status) |
Set a Tensor as an attribute
|
![]() | SetAttrShape |
Set a shape as an attribute
|
![]() | SetAttrShapeList |
Set a shape list as an attribute
|
![]() | SetDevice |
Specify the device
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |