Operation Class |
Namespace: Emgu.TF
The Operation type exposes the following members.
Name | Description | |
---|---|---|
![]() | ControlInputs |
Get list of all control inputs to an operation.
|
![]() | ControlOutputs |
Get the list of operations that have the current operation as a control input.
|
![]() | Device |
Get the name of the device this operation runs on
|
![]() | Empty |
Return true if the operation is empty
|
![]() | Inputs |
Get the inputs
|
![]() | Name |
Get the name of the operation
|
![]() | NumControlInputs |
Get the number of control inputs
|
![]() | NumControlOutputs |
Get the number of control outputs.
|
![]() | NumInputs |
Get the number of inputs for this operation
|
![]() | NumOutputs |
Get the number of outputs for this operation
|
![]() | OpType |
Get the operation type
|
![]() | Outputs |
Get the outputs
|
![]() | Ptr |
Get the unmanaged pointer to the Operation
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetAttrBool |
Get the bool value of the attribute
|
![]() | GetAttrIntList |
Get the value of the attribute that is a list of Int64
|
![]() | GetAttrMetadata |
Get the metadata of the attribute
|
![]() | GetAttrShape |
Get the shape value of the attribute
|
![]() | GetAttrString |
Get the value of the attribute that is a String
|
![]() | GetAttrTensor |
Get the value of the attribute that is a Tensor
|
![]() | GetAttrTensorShapeProto |
Get the tensor shape proto value of the attribute
|
![]() | GetAttrType |
Get the attribute type
|
![]() | GetAttrValueProto |
Get the protobuf value of the attribute
|
![]() | 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.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | (Operation to IntPtr) |
Implicit operator for IntPtr
|
![]() ![]() | (Operation to Output) |
Implicit operator for Output
|